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

Script-Fu

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.

Script-Fu Xavier Mas 17 May 14:37
  Script-Fu Sven Neumann 17 May 14:47
  Script-Fu Kevin Cozens 17 May 23:58
   Script-Fu Xavier Mas 18 May 11:14
Xavier Mas
2008-05-17 14:37:28 UTC (almost 17 years ago)

Script-Fu

I need to program some batch actions using Scheme or Perl in GIMP but am not able to see the scripts once they are registered. Scripts are well writed, are example taken from GIMP manual, and I change permissions on the files as they became executables, but still can't see them in the menu. There is something am missing.

Any suggestions?

-- Xavier Mas

Sven Neumann
2008-05-17 14:47:44 UTC (almost 17 years ago)

Script-Fu

Hi,

On Sat, 2008-05-17 at 14:37 +0200, Xavier Mas wrote:

I need to program some batch actions using Scheme or Perl in GIMP but am not able to see the scripts once they are registered. Scripts are well writed, are example taken from GIMP manual, and I change permissions on the files as they became executables, but still can't see them in the menu. There is something am missing.

If you don't show us an example script, then we can't help you.

Sven

Kevin Cozens
2008-05-17 23:58:17 UTC (almost 17 years ago)

Script-Fu

Xavier Mas wrote:

I need to program some batch actions using Scheme or Perl in GIMP but am not able to see the scripts once they are registered. Scripts are well writed, are example taken from GIMP manual, and I change permissions on the files as they became executables, but still can't see them in the menu.

The proper method for registering scripts has changed slightly in the 2.4 version of GIMP. The manual you are looking at might be a bit out of date. Since you said you made the files executable I think you are mixing up differences between Script-Fu scripts and other scripts (and plug-ins) written in other languages.

Script-Fu scripts only need to be readable and go in to the ~/.gimp-2.4/scripts directory. All other scripts and plug-ins need to be marked executable and placed in the ~/.gimp-2.4/plug-ins directory.

Xavier Mas
2008-05-18 11:14:27 UTC (almost 17 years ago)

Script-Fu

El Saturday 17 May 2008 23:58:17 Kevin Cozens va escriure:

Xavier Mas wrote:

I need to program some batch actions using Scheme or Perl in GIMP but am not able to see the scripts once they are registered. Scripts are well writed, are example taken from GIMP manual, and I change permissions on the files as they became executables, but still can't see them in the menu.

The proper method for registering scripts has changed slightly in the 2.4 version of GIMP. The manual you are looking at might be a bit out of date. Since you said you made the files executable I think you are mixing up differences between Script-Fu scripts and other scripts (and plug-ins) written in other languages.

Script-Fu scripts only need to be readable and go in to the ~/.gimp-2.4/scripts directory. All other scripts and plug-ins need to be marked executable and placed in the ~/.gimp-2.4/plug-ins directory.

Thank you Kevin, this really was what I've missed, now it works !