08-31-2023, 03:22 PM
What says
in the Python-fu console in both cases?
Note that if Gimp is started, when you try to start a second instance that second instance passes the bucket to the existing one and exits. So starting Gimp from the shortcut, and then launching XCF files form the explorer will open the XCF in the launched-from-shortcut instance.
Code:
import os
os.getcwd()
in the Python-fu console in both cases?
Note that if Gimp is started, when you try to start a second instance that second instance passes the bucket to the existing one and exits. So starting Gimp from the shortcut, and then launching XCF files form the explorer will open the XCF in the launched-from-shortcut instance.