[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to change gnome's defaut WM?



On 10/06/2006 04:49 AM, Deephay wrote:
On 10/6/06, Liam O'Toole <liam.p.otoole@gmail.com> wrote:

Change the value of the gconf
key /desktop/gnome/applications/window_manager/current

Thanks, I found that compiz does not work that way, I should try it another way.

You could create a script that starts your desired window manager after having started up some of the parts of gnome, e.g.

(~/mystartup.sh)
#!/bin/sh
/usr/bin/gnome-settings-daemon &
/usr/bin/gnome-panel &
/usr/bin/nautilus &
/usr/bin/icewm         # replace with compiz

Start this way:
$ startx /home/myuser/mystartup.sh


--
paduille.4058.mumia.w@earthlink.net



Reply to: