Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gimp plugins folder ? locked
#6
On Unix systerms (OSX and Linux), the python plugins have to be marked executable (chmod +x {file}).

In Gimp: Edit>Preferences>Folders>Plugins lists two directories: one is in the system files (/usr/lib/gimp/... on Linux) and one is in your user data. The first one is of course R/O to mere users, and you normally use the one in your own user directories.

Personally, I have used that same Edit>Preferences>Folders>Plugins to add two Active directories which are in the directories I use to write code. When I want to add a new script to Gimp, I just add a link to it in one of the two Active directories. This makes it easy to enable/disable scripts without moving them (because they have to stay with their doc, test files, etc...)

See you soon in https://www.gimp-forum.net/Forum-Scripting-questions Smile
Reply


Messages In This Thread
Gimp plugins folder ? locked - by Alan Lacey - 08-04-2018, 05:24 AM
RE: Gimp plugins folder ? locked - by rich2005 - 08-04-2018, 07:44 AM
RE: Gimp plugins folder ? locked - by Alan Lacey - 08-04-2018, 08:05 AM
RE: Gimp plugins folder ? locked - by rich2005 - 08-04-2018, 08:23 AM
RE: Gimp plugins folder ? locked - by Alan Lacey - 08-04-2018, 08:33 AM
RE: Gimp plugins folder ? locked - by Ofnuts - 08-04-2018, 08:48 AM
RE: Gimp plugins folder ? locked - by rich2005 - 08-04-2018, 09:57 AM
RE: Gimp plugins folder ? locked - by Alan Lacey - 08-04-2018, 12:32 PM
RE: Gimp plugins folder ? locked - by rich2005 - 08-04-2018, 03:51 PM
RE: Gimp plugins folder ? locked - by Alan Lacey - 08-04-2018, 04:59 PM

Forum Jump: