Hello: I guess I need some help. Why do I always get the first line below in a terminal ( 0: Command not fournd.)? I simply cannot get gnome to launch anymore. I had it working with the earlier X11R6 release?
0: Command not found.
You certainly have some buggy line in your ~/.cshrc or some other shell startup script. Like "setenv DISPLAY 0;0" or something similar. Sloppiness can get you into much deeper trouble than this ;-)
[john-blumers-Computer:~] johnblumer% source /sw/bin/init.sh ; gnome-session Bad : modifier in $ (/).
This error message comes from trying to run a sh script in tcsh. You need /sw/bin/init.csh, not /sw/bin/init.sh. But as Alexander said, normally this should go into your ~/.cshrc or similar and shouldn't be needed to be retyped at the command line.
-- Martin
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
