On 05/12/06 at 10:55, Matt Kozak wrote: > Fink has inserted the needed $PATH to Terminal, but not to X11. Can > anyone tell me how (or the "best" way) to make their paths identical so > that they can find the same stuff, especially fink's sw/ stuff?
I don't know if it's the best way, but I've simply added the same line to my .xinitrc as the fink set-up script adds to you're shell's start-up script: test -r /sw/bin/init.sh && . /sw/bin/init.sh > If I figured out how to do this with Panther, I'm not sure how it may > be different on Tiger, if at all? Now that I think about it, I was > using X-Darwin on Panther, so maybe it's an Apple X11 thing? If I > run the stuff from Terminal, it acts like there's no X-environment. > Perhaps that's another issue entirely? You need to tell your shell what display to use (e.g., for bash you'd use something like `export DISPLAY=:0`). -- Christopher Bort <[EMAIL PROTECTED]> <http://www.thehundredacre.net/> _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
