Le vendredi, 8 nov 2002, � 06:03 Europe/Paris, Alex Vaughan a �crit :
A - the MAN problemAdd it to ~/.cshrc
adding "source /sw/bin/init.csh" to ~/.tcshrc (or simply typing it in a terminal) seems to break man.
Then for your manpath, use the path file in ~/Library/init/tcsh (if none create the directories init and tcsh with mkdir + the path file with pico and add the following lines to the file:
setenv MANPATH "${HOME}/man:/usr/local/share/man:/usr/share/man:/usr/local/man:/sw/s
hare/man:/usr/local/man:/usr/X11R6/man"
setenv PATH "${PATH}:~/bin"
And then for calling x from the command line use:
xstart -- -quartz (note the -- between xstart and -quartz).
If you want to customize the environment for X, create a .xinitrc file in your home directory,simply copy the xinitrc file located in /usr/X11R6/etc/xinit.
and customize the last part (start some nice programs): I give you mine
# start some nice programs
# Environment wih twm and xterm
#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x20+494+0 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x60+0+0 -name login
# Environment with WindowMaker
#exec wmaker
# Environment with KDE
#exec startkde
# Environment with GNOME
#exec gnome-session
I just have to remove the # to use a defined environment.
Hope this helps
Mich�le
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners
