저는 Linux Debian Squeeze를 사용하고 있으며 compiz가 설치되어 있습니다. Metacity가 자동으로 시작되는 것을 중지하고 Compiz가 자동으로 시작되도록 하고 싶습니다.
답변1
gconf 키 변경
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager compiz
다음 명령을 사용하여 기본 Gnome Metacity 창 관리자로 돌아갈 수 있습니다.
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager gnome-wm
실패하면 간단하게 시작 응용 프로그램에 compiz --replace를 추가하면 됩니다. 원하는 대로 항목 이름을 지정하고 원하는 설명을 제공하되 명령을 실행하십시오.
compiz --replace
원천:http://wiki.debian.org/Compiz#Start_compiz_instead_of_the_default_Gnome_Window_Manager