compiz, metacity, mutter

14 Кві
2010

Долго «сидел» на compiz, пока это не стало мешать vnc серверу, пришлось искать как отключить.

1
update-alternatives --config x-window-manager

решает.

1 Response to compiz, metacity, mutter

Avatar

blog

28 Січня, 2011 at 12:00

To disable Compiz and enable Metacity, run these commands in a terminal window (without the $ signs):

1
2
3
4
$ gconftool-2 --type=string --set 
  /desktop/gnome/applications/window_manager/current /usr/bin/metacity
$ gconftool-2 --type=string --set 
  /desktop/gnome/applications/window_manager/default /usr/bin/metacity

Logout and login again. Metacity should be running.

FYI the old setting was /usr/bin/compiz.

Comment Form

top