Changes between Initial Version and Version 1 of Ticket #18474


Ignore:
Timestamp:
Feb 12, 2009, 3:54:57 PM (16 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18474

    • Property Owner changed from macports-tickets@… to devans@…
    • Property Port gimp-app added
  • Ticket #18474 – Description

    initial v1  
    551) gimp2 no longer builds gimp-remote by default.  already submitted a bug about that:
    66
    7 https://trac.macports.org/ticket/18473
     7#18473
    88
    992) 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.
     
    1111Changing it to something like this:
    1212
     13{{{
    1314#!/bin/sh
    1415#
     
    2122fi
    2223exec "/opt/local/bin/gimp-remote" "$@"
     24}}}
    2325
    2426makes 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