memo

2010-12-08

GNOME ログイン時に compiz を起動するようにする

だいたい Compiz - ArchWiki の通りだけど、 ~/.local/share/applications/ 以下に compiz.desktop を置くようにした。

~/.local/share/applications/compiz.desktop:

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Compiz
Exec=/usr/bin/compiz --indirect-rendering ccp
NoDisplay=true
# name of loadable control center module
X-GNOME-WMSettingsModule=compiz
# autostart phase
##-> the folloing line cause gnome-session warning and slow startup, so try not to enable this
# X-GNOME-Autostart-Phase=WindowManager 
X-GNOME-Provides=windowmanager
# name we put on the WM spec check window
X-GNOME-WMName=Compiz

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