| Art Alexion on 4 Oct 2004 01:27:02 -0000 |
|
Stephen Gran wrote: On Sun, Oct 03, 2004 at 09:06:30AM -0400, Art Alexion said:Output of [root@rodney arthur]# diff /etc/X11/XF86Config-4.rpmsave /etc/X11/XF86Config-4 is [root@rodney arthur]# [nothing] BTW, [root@rodney arthur]# ls -l /etc/X11/XF86Config-4* -rw-r--r-- 1 root root 3736 Sep 30 16:13 /etc/X11/XF86Config-4 -rw-r--r-- 1 root root 3736 Feb 28 2004 /etc/X11/XF86Config-4.rpmsave
case $# in
1)
if [ -x /usr/share/apps/switchdesk/Xclients.$1 ]; then
exec -l $SHELL -c "/usr/share/apps/switchdesk/Xclients.$1";
fi; case $1 in
failsafe)
exec -l $SHELL -c "xterm -geometry 80x24-0-0"
;;
gnome)
exec -l $SHELL -c "gnome-session"
;;
kde|kde1|kde2)
exec -l $SHELL -c "/usr/share/apps/switchdesk/Xclients.kde"
;;
# I inserted the following 3 lines in order to see if I could get fluxbox
# loading from kdm/xdm
fluxbox)
exec -l $SHELL -c "/usr/local/bin/fluxbox"
;;
twm)
# fall back to twm
exec -l $SHELL -c "/usr/share/apps/switchdesk/Xclients.twm"
;;
esac
esacThanks for helping me troubleshoot this. -- _______________________________________ Art Alexion Arthur S. Alexion LLC arthur [at] alexion [dot] com aim: aalexion sms: 2679725536 [at] messaging [dot] sprintpcs [dot] com PGP fingerprint: 52A4 B10C AA73 096F A661 92D2 3B65 8EAC ACC5 BA7A The attachment -- signature.asc -- is my electronic signature; no need for alarm. Info @ http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.html Key for signed PDFs available at http://mysite.verizon.net/art.alexion/encryption/ArthurSAlexion.p7c The validation string is TTJY-ZILJ-BJJG. ________________________________________ Attachment:
signature.asc
|
|