Date: Sun, 15 Jun 2003 18:31:12 -0700 From: Joshua Oreman <oremanj@webserver.get-linux.org> To: Ben Shin <bshin2000@hotmail.com> Cc: questions@freebsd.org Subject: Re: X Desktop Message-ID: <20030616013112.GB7994@webserver.get-linux.org> In-Reply-To: <BAY8-F100kdh0cXpwJd00008489@hotmail.com> References: <BAY8-F100kdh0cXpwJd00008489@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030616013112.GB7994>