icewm
Jonathan Carter
jonathan at ubuntu.com
Mon Jan 29 08:09:26 UTC 2007
Hi Doug
doug vega wrote:
> how do I change the default window manager ?
> icewm is less memory hungry
> P.S.
> I have already installed it on the server
You can use the update-alternatives command:
$ sudo update-alternatives --list x-session-manager
/usr/bin/gnome-session
/usr/bin/xfce4-session
If I'd like to set it to Xfce, I can set it with:
$ sudo update-alternatives --set x-session-manager /usr/bin/xfce4-session
I'm not sure what the IceWM session is called, which is why you'd have
to do the alternatives listing first.
-Jonathan
More information about the edubuntu-devel
mailing list