gino peregrini <[EMAIL PROTECTED]> wrote:

> My ISP did not respond to a ping. Usually when it goes down, I have to reboot 
> my system.

No, you don't.  Pretty much the only time you *have* to reboot a Linux
system is when you update the kernel.

> I did that, and now I only get a Gnome session.

Are you running any [k|g|x]dm?  They tend to default to something like
that.  gdm, for example, defaults to "Gnome".  Check your
/etc/gdm/Sessions directory (or similar for other dm's).  Some overwrite
the users defaults or rather ignore them.

In case it helps, here's what's going on on my system:

[jschauma@www Sessions]$ pwd
/etc/gdm/Sessions
[jschauma@www Sessions]$ ls -l
total 6
-rwxr-xr-x    1 root     root           34 Oct 12  2000 Debian
lrwxrwxrwx    1 root     root            5 Jan 19  2001 Default -> Gnome
-rwxr-xr-x    1 root     root         3103 Oct 12  2000 Gnome
-rwxr-xr-x    1 root     root          982 Oct 12  2000 Xsession
[jschauma@www Sessions]$ cat ~/.xinitrc
/home/jschauma/bin/startbb
[jschauma@www Sessions]$ cat ~/bin/startbb 
#!/bin/bash

imwheel -k &
xhost +localhost
xscreensaver &

xset dpms 0 1200 2400

rxvt -ls  -T E-Mail -e mutt  &
rxvt -ls  -T News -e slrn &
rxvt -ls  &

licq&
xset m 20/10 4

bbkeys -i &
bbdate -s &
bbmail -c /home/jschauma/.bbmailrc &
bbweather -g +110-0 -c -t 20 -u 20 KNYC&
exec blackbox
[jschauma@www Sessions]$ 

-Jan

-- 
Jan Schaumann 
http://www.netmeister.org

Reply via email to