Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripts do not appear in menu
#6
(02-04-2021, 03:04 PM)tmanni Wrote: First, ensure your script files have "execution" permission:

Code:
$ chmod +x /home/mq/.config/GIMP/2.10/plug-ins/hello_world.py
$ chmod +x /home/mq/.config/GIMP/2.10/plug-ins/ofn-preset-guides.py

Thank you. They already had permission, but I run the commands anyways.

However I get the same results:

Code:
Querying plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/ofn-preset-guides.py'
/usr/bin/env: ‘python’: No such file or directory
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/ofn-preset-guides.py'
Querying plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/hello_world.py'
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/mq/.config/GIMP/2.10/plug-ins/hello_world.py'


Intuitively, the cause of the error might be in this line:

Code:
/usr/bin/env: ‘python’: No such file or directory


But I really don't know, I'm no expert.
Do you have any idea?

Again, thank you very much
Reply


Messages In This Thread
Scripts do not appear in menu - by MQ95 - 02-04-2021, 02:09 PM
RE: Scripts do not appear in menu - by tmanni - 02-04-2021, 02:26 PM
RE: Scripts do not appear in menu - by MQ95 - 02-04-2021, 02:52 PM
RE: Scripts do not appear in menu - by Kevin - 02-04-2021, 02:30 PM
RE: Scripts do not appear in menu - by tmanni - 02-04-2021, 03:04 PM
RE: Scripts do not appear in menu - by MQ95 - 02-04-2021, 03:29 PM
RE: Scripts do not appear in menu - by Ofnuts - 02-04-2021, 03:41 PM
RE: Scripts do not appear in menu - by tmanni - 02-04-2021, 03:51 PM
RE: Scripts do not appear in menu - by rich2005 - 02-04-2021, 03:54 PM
RE: Scripts do not appear in menu - by MQ95 - 02-04-2021, 04:22 PM

Forum Jump: