|
From: Paul L. <li...@so...> - 2002-01-02 21:31:11
|
Wait a minute, I was too focused on the init thing and missed your original message. X fails and says xinit not found. Right this was a known problem with a recent XDarwiin release. I don't know if its fixed with the latest. I also don't know what the 'real' solutions was. I cheated and made a symlink to xinit in /usr/bin sudo ln -s /usr/X11R6/bin/xinit /usr/bin/xinit That fixed it for me, but its not very elegant. Paul On 1/2/02 1:24 PM, "Zachery Bir" <zb...@ur...> wrote: > On Wednesday, January 2, 2002, at 04:22 , Paul Lieberman wrote: > >> /sw/bin/init.sh won't add X11 to your path. >> In your .bashrc add >> PATH=$PATH:/usr/X11R6/bin >> export PATH > > I think I edited my /sw/bin/init.sh or it was redone. > /usr/X11R6/bin is in my init.sh file. Both it and my init.csh file > contain /usr/X11R6/bin in the PATH environment variable. > > Oh, well, no real biggie. Just a curiosity at this point. > > Zac > |