Enable Compositing In Metacity


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. Enable: gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool true
  2. Disable: gconftool-2 -s '/apps/metacity/general/compositing_manager' --type bool false

Report this snippet


Comments


You need to login to view comments.