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 <[EMAIL PROTECTED]> 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
>


-- 
Anthony Ettinger
Ph: 408-656-2473
http://chovy.dyndns.org/resume.html
http://utuxia.com/consulting
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to