Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scripts do not appear in menu
#4
(02-04-2021, 02:26 PM)tmanni Wrote: Run gimp from a terminal, with verbose mode, you should have some infos about the issue:

Code:
$ gimp --verbose

Thanks, I managed to get some more info:

This Hello World plugin terminates like this:
Code:
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'

The other plugin that I got from the internet does this instead:

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'


I'm not very familiar with programming, just the bases, but does this mean that i'm missing some Python package or library?
Does anybody know how to fix it?

Thanks!
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: