Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting python plugin-in shellout.py from gimp 2.x to 3.x
#58
Hi iiey,

The real problem is that when you launch the Nik plugin on MacOs, you go straight back to the script (unlike on Windows).

So I tested this solution:

Code:
# Run the external program
       if sys.platform == "darwin":
           prog_caller = ["open", "--wait-app", "-a"] #"--wait-app" blocks until the used applications are closed
       

And it seems to work for me. If anyone can test on a Mac... Smile
Reply


Messages In This Thread
RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - by duke2362 - 05-28-2025, 07:55 AM

Forum Jump: