On 10/06/2006 04:49 AM, Deephay wrote:
On 10/6/06, Liam O'Toole <[EMAIL PROTECTED]> 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


--
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to