Como fazer o Compiz iniciar automaticamente?

2

Estou usando o Linux Debian Squeeze e já tenho o compiz instalado. Quero que a metacity pare de inicializar automaticamente e, em vez disso, quero que o compiz seja iniciado automaticamente.

    
por Zignd 11.05.2012 / 14:18

1 resposta

2

Change the gconf key with

gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager compiz

You can go back to the default Gnome Metacity window manager with

gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager gnome-wm

If this fails You can simply add compiz --replace to your startup applications. Name the entry what you want, give it whatever description you want, but make the command

compiz --replace

Fonte: link

    
por 24.06.2012 / 23:44