Monday, May 6, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4463  / 2 Years ago, fri, april 22, 2022, 1:25:55

I followed this question, but the answer given in that question only works on Ubuntu 11.04 and 11.10 and no longer works on Ubuntu 13.10.



So my question is, how do I enable or disable a particular compiz plugin from terminal in Ubuntu 13.10?


More From » command-line

 Answers
5

Now the key name which store the enabled compiz plugins in gconf is:



/apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins


gconf



And now you have to use:



gconftool-2 --get /apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins


respectively:



gconftool-2 --set --type=list --list-type=string /apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins "[list,goes,in,here]"

[#27566] Saturday, April 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
chilgirlguid

Total Points: 123
Total Questions: 114
Total Answers: 121

Location: Macau
Member since Mon, Nov 16, 2020
4 Years ago
;