我正在使用LinuxDebian挤压,我已经安装了compiz。我想要元停止自动启动,相反,我希望compiz自动启动。
发布于 2012-06-24 21:44:44
用
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager compiz更改gconf键,您可以使用gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager gnome-wm返回默认的Gnome管理器,如果失败,只需将compiz --替换到启动应用程序中。给条目命名你想要的,给它任何你想要的描述,但是让命令compiz --replace
来源:http://wiki.debian.org/Compiz#Start_科米兹_相反,_的_这个_默认设置_侏儒_窗户_经理
https://unix.stackexchange.com/questions/38408
复制相似问题