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

Starting Gimp-2.3

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.

8 of 8 messages available
Toggle history

Please log in to manage your subscriptions.

Starting Gimp-2.3 Gerard 03 Mar 19:21
  Starting Gimp-2.3 vt 03 Mar 21:56
   Starting Gimp-2.3 Gerard Seibert 03 Mar 22:11
  Starting Gimp-2.3 Owen 03 Mar 22:18
   Starting Gimp-2.3 Gerard Seibert 03 Mar 22:31
    Starting Gimp-2.3 Jozef Legeny 04 Mar 14:33
     Starting Gimp-2.3 Anthony Ettinger 04 Mar 23:31
      Starting Gimp-2.3 Gerard Seibert 05 Mar 02:30
Gerard
2007-03-03 19:21:54 UTC (about 17 years ago)

Starting Gimp-2.3

FreeBSD-6.2
xcfe4.4.0

I seem to be having a problem getting gimp-2.3 to start correctly. This is the first time I have attempted to use this program.

When I start it from xfce4.4.0, all that appears is a splash screen with the words 'initializing' listed. That screen will stay indefinitely. Gimp, does create the files in $HOME, but that is about it.

This is the command line I am using:

/usr/local/bin/gimp-2.3

What am I doing wrong here?

vt
2007-03-03 21:56:26 UTC (about 17 years ago)

Starting Gimp-2.3

On Saturday 03 March 2007 20:21, Gerard wrote:

FreeBSD-6.2
xcfe4.4.0

I seem to be having a problem getting gimp-2.3 to start correctly. This is the first time I have attempted to use this program.

When I start it from xfce4.4.0, all that appears is a splash screen with the words 'initializing' listed. That screen will stay indefinitely. Gimp, does create the files in $HOME, but that is about it.

This is the command line I am using:

/usr/local/bin/gimp-2.3

What am I doing wrong here?

Isn't just gimp enough?

Gerard Seibert
2007-03-03 22:11:26 UTC (about 17 years ago)

Starting Gimp-2.3

On Sat, 3 Mar 2007 22:56:26 +0200 vt wrote:

Isn't just gimp enough?

Evidently not. Gimp is registered under that name.

$ which gimp => nothing $ which gimp-2.3 => /usr/local/bin/gimp-2.3

I checked the gimp FAQs and there was a mention about this depending on what version you are using. I also discovered that this is a know bug. apparently, under certain circumstances, you must use the '-s' flag when starting gimp to eliminate this problem. It has something to do with the animated GIF splash screen. I have not had a chance to try it yet though.

Owen
2007-03-03 22:18:06 UTC (about 17 years ago)

Starting Gimp-2.3

On Sat, 03 Mar 2007 13:21:54 -0500 Gerard wrote:

FreeBSD-6.2
xcfe4.4.0

I seem to be having a problem getting gimp-2.3 to start correctly. This is the first time I have attempted to use this program.

When I start it from xfce4.4.0, all that appears is a splash screen with the words 'initializing' listed. That screen will stay indefinitely. Gimp, does create the files in $HOME, but that is about it.

This is the command line I am using:

/usr/local/bin/gimp-2.3

What am I doing wrong here?

Probably nothing. What is the output of 'ls -l /usr/local/bin|grep gimp'

Do you have another gimp installation?

When you built Gimp-2.3, did you set all the environment variables so that it wouldn't get confused with your other gimp as explaind in the README or INSTALL notes?

Just guessing

Owen

Gerard Seibert
2007-03-03 22:31:35 UTC (about 17 years ago)

Starting Gimp-2.3

On Sun, 4 Mar 2007 08:18:06 +1100 Owen wrote:

Probably nothing. What is the output of 'ls -l /usr/local/bin|grep gimp'

Do you have another gimp installation?

When you built Gimp-2.3, did you set all the environment variables so that it wouldn't get confused with your other gimp as explaind in the README or INSTALL notes?

This was built from the FreeBSD ports system. There was no other version of 'gimp' installed on this PC.

Jozef Legeny
2007-03-04 14:33:06 UTC (about 17 years ago)

Starting Gimp-2.3

normally you should use the startup script listed on gimp.org site for launching

#!/bin/sh

PATH=/opt/gimp-2.3/bin:$PATH export PATH
LD_LIBRARY_PATH=/opt/gimp-2.3/lib
export LD_LIBRARY_PATH

/opt/gimp-2.3/bin/gimp-2.3 "$@"

(provided you installed to /opt so you'd have to change that)

Anthony Ettinger
2007-03-04 23:31:46 UTC (about 17 years ago)

Starting Gimp-2.3

I had this problem as well, try staring it from the CLI with:

gimp-2.3 --verbose -d -f

(no data, no fonts)

On 3/4/07, Jozef Legeny wrote:

normally you should use the startup script listed on gimp.org site for launching

#!/bin/sh

PATH=/opt/gimp-2.3/bin:$PATH export PATH
LD_LIBRARY_PATH=/opt/gimp-2.3/lib
export LD_LIBRARY_PATH

/opt/gimp-2.3/bin/gimp-2.3 "$@"

(provided you installed to /opt so you'd have to change that) --
--------------------
LEGENY Jozef
_______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Gerard Seibert
2007-03-05 02:30:04 UTC (about 17 years ago)

Starting Gimp-2.3

On Sun, 4 Mar 2007 14:31:46 -0800 "Anthony Ettinger" wrote:

I had this problem as well, try staring it from the CLI with:

gimp-2.3 --verbose -d -f

(no data, no fonts)

I got it working by simply using the '-s' switch. It is documented that some of the gimp versions had a problem with animated splash screens. I believe ti has been corrected in the latest development version however.