Return to Snippet

Revision: 49519
at July 23, 2011 06:56 by smoover


Updated Code
Enable:  gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
Disable: gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool false

Revision: 49518
at July 23, 2011 06:55 by smoover


Initial Code
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true

And this command to disable it:
gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool false

Initial URL


Initial Description
check gconf-editor -> Apps -> metacity -> general -> compositing_manager

Initial Title
Enable Compositing In Metacity

Initial Tags


Initial Language
Bash