RSS/Atom feed Twitter
Site is read-only, email is disabled

Errors in GIMP 2.6

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Errors in GIMP 2.6 Frank McCormick 28 Aug 19:25
  Errors in GIMP 2.6 gerard82 29 Aug 12:29
   Errors in GIMP 2.6 Frank McCormick 29 Aug 16:55
   Errors in GIMP 2.6 Frank McCormick 29 Aug 18:24
Frank McCormick
2011-08-28 19:25:57 UTC (over 13 years ago)

Errors in GIMP 2.6

I dl'ed a tarfile of scripts from gimp-fx factory at sourceforge today...and later noticed a bunch of errors stemming from /usr/lib/gimp/2.0/plugins.
This is just a few of them :

GIMP-Error: Plug-in "script-fu" (/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects" for procedure "script-fu-layer-effects-color-overlay". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

GIMP-Error: Plug-in "script-fu" (/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects" for procedure "script-fu-layer-effects-gradient-overlay". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

GIMP-Error: Plug-in "script-fu" (/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects/" for procedure "script-fu-layer-effects-drop-shadow". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

Why are the errors stemming from /usr/lib/gimp/2.0 Doesn't seems there are any scripts in there..just some executables and some Python programs. Do those files still apply to GIMP 2.6 ??

2011-08-29 12:29:04 UTC (over 13 years ago)
postings
40

Errors in GIMP 2.6

I dl'ed a tarfile of scripts from gimp-fx factory at sourceforge today...and later noticed a bunch of errors stemming from /usr/lib/gimp/2.0/plugins.
This is just a few of them :

GIMP-Error: Plug-in "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects" for procedure "script-fu-layer-effects-color-overlay". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

GIMP-Error: Plug-in "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects" for procedure "script-fu-layer-effects-gradient-overlay". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

GIMP-Error: Plug-in "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects/" for procedure "script-fu-layer-effects-drop-shadow". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

Why are the errors stemming from /usr/lib/gimp/2.0 Doesn't seems there are any scripts in there..just some executables and some Python programs. Do those files still apply to GIMP 2.6 ??

There is no gimp-fx factory.
You probably mean foundry.
/usr/lib/gimp/2.0/plug-ins/script-fu is indeed a binary. It's called by gimp to run .scm (tinyscheme) scripts. I d/led gimpfx-foundry-2.6.1.zip and unpacked them,couldn't find the script you mention however. I am willing to check on the script if you can supply the correct URL. Gerard.

Frank McCormick
2011-08-29 16:55:42 UTC (over 13 years ago)

Errors in GIMP 2.6

On 29/08/11 08:29 AM, gerard82 wrote:

I dl'ed a tarfile of scripts from gimp-fx factory at sourceforge today...and later noticed a bunch of errors stemming from /usr/lib/gimp/2.0/plugins.
This is just a few of them :

GIMP-Error: Plug-in "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects" for procedure "script-fu-layer-effects-color-overlay". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

There is no gimp-fx factory.
You probably mean foundry.

You are absolutely right.

/usr/lib/gimp/2.0/plug-ins/script-fu is indeed a binary. It's called by gimp to run .scm (tinyscheme) scripts. I d/led gimpfx-foundry-2.6.1.zip and unpacked them,couldn't find the script you mention however. I am willing to check on the script if you can supply the correct URL. Gerard.

In order to solve the problem I did a "aptitude purge gimp gimp-data" I then reinstalled both...uncompressed gimpfx-foundry into my .gimp directory. Bingo, no more errors. I still don't know what was wrong with the old installation...but now it just works.

Thanks

Frank McCormick
2011-08-29 18:24:42 UTC (over 13 years ago)

Errors in GIMP 2.6

On 29/08/11 08:29 AM, gerard82 wrote:

I dl'ed a tarfile of scripts from gimp-fx factory at sourceforge today...and later noticed a bunch of errors stemming from /usr/lib/gimp/2.0/plugins.
This is just a few of them :

GIMP-Error: Plug-in "script-fu"
(/usr/lib/gimp/2.0/plug-ins/script-fu) attempted to register the menu item "/FX-Foundry/Layer Effects" for procedure "script-fu-layer-effects-color-overlay". The menu label given in gimp_install_procedure() already contained a path. To make this work, pass just the menu's label to gimp_install_procedure().

There is no gimp-fx factory.
You probably mean foundry.

You are absolutely right.

/usr/lib/gimp/2.0/plug-ins/script-fu is indeed a binary. It's called by gimp to run .scm (tinyscheme) scripts. I d/led gimpfx-foundry-2.6.1.zip and unpacked them,couldn't find the script you mention however. I am willing to check on the script if you can supply the correct URL. Gerard.

In order to solve the problem I did a "aptitude purge gimp gimp-data" I then reinstalled both...uncompressed gimpfx-foundry into my .gimp directory. Bingo, no more errors. I still don't know what was wrong with the old installation...but now it just works.

Thanks