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

Netpbm bugs

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Netpbm bugs roger 30 Aug 02:49
  Netpbm bugs Sven Neumann 30 Aug 16:24
roger
2004-08-30 02:49:34 UTC (over 19 years ago)

Netpbm bugs

I was getting invalid options with gimp-2* and trying to run a perl-fu script via command line.

ie

--no-splash-image, and --enable-stack-trace options not available. (They're gone in gimp-2*!) ... might be wise to remove this (see below diff)

--- /usr/lib/perl5/site_perl/5.8.2/i686-linux/Gimp/Net.pm.orig 2004-08-29 20:22:35.927069848 -0400
+++ /usr/lib/perl5/site_perl/5.8.2/i686-linux/Gimp/Net.pm 2004-08-29 20:23:31.739585056 -0400
@@ -176,8 +176,6 @@
{ # block to suppress warning with broken perls (e.g. 5.004) exec $Gimp::Config{GIMP},
"--no-splash",
- "--no-splash-image",
- "--enable-stack-trace", "never", "--console-messages", @args,
"-b",

Sven Neumann
2004-08-30 16:24:09 UTC (over 19 years ago)

Netpbm bugs

Hi,

roger writes:

I was getting invalid options with gimp-2* and trying to run a perl-fu script via command line.

Please file a bug-report at http://bugzilla.gnome.org/ for the gimp-perl component and attach your patch there. That will make sure that it isn't forgotten. Thanks.

Sven