Comment 5 for bug 251982

Revision history for this message
su_v (suv-lp) wrote :

If manually unsetting $DISPLAY (the variable is set by the launch services automatically once X11/Xquartz had been installed), inkscape built with gtk+/quartz fails to launch:

LeWitt:~ suv$ echo $DISPLAY
/tmp/launch-wiwyAr/:0
LeWitt:~ suv$ unset DISPLAY
LeWitt:~ suv$ echo $DISPLAY

LeWitt:~ suv$ gdb /Volumes/green/mp-quartz/src/inkscape-repo/mp-quartz/Build/bin/inkscape
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:11:58 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
(…)
(gdb) run
Starting program: /Volumes/green/mp-quartz/src/inkscape-repo/mp-quartz/Build/bin/inkscape
Reading symbols for shared libraries ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.............................................................................. done
Nothing to do!

Program exited normally.
(gdb) bt
No stack.
(gdb) quit
LeWitt:~ suv$ port installed gtk2
The following ports are currently installed:
  gtk2 @2.22.1_1+no_x11+quartz (active)
LeWitt:~ suv$ /Volumes/green/mp-quartz/src/inkscape-repo/mp-quartz/Build/bin/inkscape --version
Inkscape 0.48+devel r10101 (Mar 14 2011)
LeWitt:~ suv$