[MacPorts] #16833: dbus autolaunch fails because of '/' characters in $DISPLAY

MacPorts noreply at macports.org
Thu Oct 16 09:43:04 PDT 2008


#16833: dbus autolaunch fails because of '/' characters in $DISPLAY
------------------------------+---------------------------------------------
  Reporter:  mp at dpj.sent.com  |       Owner:  macsforever2000 at macports.org
      Type:  defect           |      Status:  closed                      
  Priority:  Normal           |   Milestone:  Port Bugs                   
 Component:  ports            |     Version:  1.6.0                       
Resolution:  fixed            |    Keywords:                              
      Port:  dbus             |  
------------------------------+---------------------------------------------

Comment(by macsforever2000 at macports.org):

 Here's my untouched gnucash script:

 {{{
 #!/bin/sh

 PATH="/opt/local/bin:${PATH}"
 export PATH

 GUILE_WARN_DEPRECATED="no"
 export GUILE_WARN_DEPRECATED

 GNC_MODULE_PATH="/opt/local/lib/gnucash:${GNC_MODULE_PATH}"

 EXTRA_PATH="${EXTRA_PATH}:/opt/local/share/gnucash/guile-modules"
 EXTRA_PATH="${EXTRA_PATH}:/opt/local/share/gnucash/scm"
 GUILE_LOAD_PATH="${EXTRA_PATH}:${GUILE_LOAD_PATH}"

 EXTRA_LIBS="${GNC_MODULE_PATH}"
 EXTRA_LIBS="${EXTRA_LIBS}:/opt/local/lib"
 EXTRA_LIBS="${EXTRA_LIBS}:/opt/local/lib/gnucash"

 LD_LIBRARY_PATH="${EXTRA_LIBS}:${LD_LIBRARY_PATH}"
 DYLD_LIBRARY_PATH="/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Image
 IO.framework/Versions/A/Resources:${EXTRA_LIBS}:${DYLD_LIBRARY_PATH}"

 export GNC_MODULE_PATH
 export GUILE_LOAD_PATH
 export LD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH

 exec gnucash-bin "$@"
 }}}

 If you still have issues with gnucash, you should open a new ticket
 because this ticket really is aimed at fixing dbus. Thanks!

-- 
Ticket URL: <http://trac.macports.org/ticket/16833#comment:9>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list