X Desktop
Joshua Oreman
oremanj at webserver.get-linux.org
Sun Jun 15 18:28:53 PDT 2003
On Sun, Jun 15, 2003 at 08:10:51PM -0400 or thereabouts, Ben Shin seemed to write:
> Is there a way to change the desktop (i.e. KDE, GNOME, WM) on a
> user-by-user basis?
For KDE:
$ echo exec startkde > ~user/.xinitrc
For GNOME:
$ echo exec gnome-session > ~user/.xinitrc
For another WM:
$ echo exec <WMname> > ~user/.xinitrc
where <WMname> is icewm for IceWM, blackbox for blackbox, etc.
Now, no matter which one you did:
$ echo '#!/bin/sh' > ~user/.xsession
$ cat ~user/.xinitrc >> ~user/.xsession
$ chmod +x ~user/.xsession
HTH,
-- Josh
>
> _________________________________________________________________
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> http://join.msn.com/?page=features/virus
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
More information about the freebsd-questions
mailing list