Opened 16 years ago
Closed 4 years ago
#18474 closed defect (fixed)
gimp-app 2.6.0_1 openDoc failure
Reported by: | edheil@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | openDoc | Cc: | dbevans (David B. Evans) |
Port: | gimp-app |
Description (last modified by mf2k (Frank Schima))
apologies if this is a duplicate ticket; I'm not sure if I submitted or just previewed it and then closed the tab a few minutes ago.
2 problems with opening files using Gimp.app
1) gimp2 no longer builds gimp-remote by default. already submitted a bug about that:
2) on Leopard, with xquartz 2.3.2 (and I suspect also Apple's X11), the DISPLAY variable trick in Gimp.app/Contents/Resources/openDoc no longer works; in fact, it prevents openDoc from working at all.
Changing it to something like this:
#!/bin/sh # # Author: Aaron Voisine <aaron@voisine.org> DISPFILE=/tmp/display.$UID if [ -e $DISPFILE ] then export "DISPLAY=`cat $DISPFILE`" fi exec "/opt/local/bin/gimp-remote" "$@"
makes it work on Leopard (which doesn't set /tmp/display.nnnn), and I imagine it would still work on older versions of OS X which do use /tmp/display.nnn
This could be seen as an upstream bug but honestly I could not figure out how to do submit a bug from the website at http://gimp-app.sourceforge.net/ .
Change History (6)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
Port: | gimp-app added |
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Keywords: | openDoc added |
---|---|
Status: | new → assigned |
comment:5 Changed 15 years ago by jmroot (Joshua Root)
Cc: | devans@… added |
---|---|
Owner: | changed from devans@… to macports-tickets@… |
Status: | assigned → new |
comment:6 Changed 4 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This ticket is 12 years old, and refers to a MUCH older version of GIMP. Closing.
Looking into item 2.