右键里面添加一个“打开终端”和更换gnome

来源:互联网 发布:单片机开发板能做什么 编辑:程序博客网 时间:2024/04/19 15:01
安装一个包,即可在右键里面添加一个“打开终端”的菜单。sudo apt-get install nautilus-open-terminal
直接sudo apt-get install unity。我把unity删除了,装的gnome,用来用去还是gnome好用,lxde也凑合。重置一下 unity我就是参照下面的办法解决的,我是用的下面第二个方法。具体方法如下:现在有两种方法可以帮助解决重置的问题:第一种是添加PPA源,安装unity-reset$ sudo add-apt-repository ppa:amith/ubuntutools$ sudo apt-get update$ sudo apt-get install unity-reset代码在这里查看:https://github.com/phanimahesh/unity-revamp安装好了在终端执行$ unity-reset第二种,如果不想添加PPA源,可以使用dconf-tools Via:How to Reset Unity in Ubuntu 12.10 Quantal$ sudo apt-get install dconf-tools然后执行命令重置$ dconf reset -f /org/compiz/最后,重启或运行此命令使其生效$ setsid unity引用:http://blog.icodex.org/2012/10/how-to-reset-compiz-and-unity-in-ubuntu-12-10-quantal/没有那么麻烦啦!执行unity --reset-icons 恢复默认图标。unity --reset已经被废弃,无法执行了。关于unity只剩下桌面,没有顶部状态栏、侧边栏的问题,也很简单。首先打开终端。什么?试试<Ctrl>+<Alt>+T 看一下。输入 dconf-editor 打开界面。从左边栏选进去:[org/compiz/profiles/unity/plugins/core]在右侧Active-plugins的值,改为
代码:
['core', 'composite', 'opengl', 'compiztoolbox', 'copytex', 'decor', 'wall', 'grid', 'place', 'imgpng', 'regex', 'animation', 'gnomecompat', 'vpswitch', 'session', 'mousepoll', 'workarounds', 'move', 'commands', 'unitymtgrabhandles', 'expo', 'snap', 'resize', 'fade', 'ezoom', 'scale', 'unityshell']
等着就OK啦。以上已经在13.10beta上测试通过rm -r ~/.compiz如果你把Ubuntu从13.10更新到14.04,你也许会遇到 用Unity桌面环境登录时冻结的现象 。引导进入Ubuntu14.04,输入验证信息,系统会挂起,冻结在那里。如果你稍微幸运些,你还能看到鼠标光标、桌面背景,仅此而已。 没有Unity触发器,也没有顶部面板等等。你的ubuntu基本上不可用了。
sudo apt-get updatesudo apt-get install –reinstall ubuntu-desktopsudo apt-get install unitysudo shutdown -r now
 
 
0 0
原创粉丝点击