On Sat, 24 May 2008 10:04:54 +0200, Fr@[EMAIL PROTECTED]
Stef@[EMAIL PROTECTED]
wrote:
> Hello all,
>
> I have Gimp-2.4.5 installed (OpenSuSE-10.3). So far, everything
> works fine though the Script-Fu menu is missing on image windows.
> There are some Script-Fu scripts in the main window, though, but
> not the ones I used to use on an image window .....
>
> Any idea anyone?
>
> TIA,
> Frank
If you look at the end of a .scm file you will see which menu it ends up
in.
As you say many are in the Xtns menu but some are in the Filters menu in
an image window.
e.g. filters -> decor -> addborder is actually a script.
<from the .scm> script-fu-menu-register "script-fu-addborder"
"<Image>/Filters/Decor")
some of the older .scm's, if you can get them to work, will add a
script-fu
menu.
Also all of the FX-Foundry scripts
http://sourceforge.net/projects/gimpfx-foundry/
add their own 'FX-Foundry' menu
<from the .scm> "script-fu-Eg-Black&White"
"<Image>/FX-Foundry/Photo/Effects/Eg Black and White"
--
rich


|