如何在 Ubuntu 13.10 中从命令行启用/禁用 compiz 插件?

Avi*_*Raj 5 command-line compiz

我关注了这个问题,但该问题中给出的答案仅适用于 Ubuntu 11.04 和 11.10,不再适用于 Ubuntu 13.10。

所以我的问题是,如何在 Ubuntu 13.10 中从终端启用或禁用特定的 compiz 插件?

Rad*_*anu 4

现在,在 gconf 中存储启用的 compiz 插件的键名是:

/apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins
Run Code Online (Sandbox Code Playgroud)

全局配置文件

现在你必须使用:

gconftool-2 --get /apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins
Run Code Online (Sandbox Code Playgroud)

分别:

gconftool-2 --set --type=list --list-type=string /apps/compizconfig-1/profiles/Default/general/screen0/options/active_plugins "[list,goes,in,here]"
Run Code Online (Sandbox Code Playgroud)