24 Sep
2006
24 Sep
'06
10:23 p.m.
zoarre.37258548@bloglines.com writes:
i can launch gnucash from the terminal. i can't launch it from the x11 menu.
i opened up an xterm window and just as you described, the PATH doesn't include anything from /opt/local. how do you recommend i fix this?
Did you do as it says here: http://homepage.mac.com/duling/halfdozen/DP-XWin-Howto.html 1) Have a file called ~/.profile with this in it: export PATH=/opt/local/bin:/opt/local/sbin:$PATH export DISPLAY=:0 export EDITOR=/usr/bin/pico (or your favorite editor) 2) your /etc/X11/xinit/xinitrc file should have this line in it: source ~/.profile And get rid of your previous .bashrc file. Mark