sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon nemo
安装了Cinnamon之后,注销或重新启动系统并登录到Cinnamon。现在你可以立即或稍后自定义它,由你决定。
现在你需要将Nemo设置为默认的文件管理器。
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.nemo.desktop show-desktop-icons true
然后运行下面的命令,如果Nemo打开了,这意味着一切都配置正确。
xdg-open $HOME
现在,让我们摆脱Unity吧。
我仔细搜索了与Unity相关的所有文件,并借助Synaptic将它们整合到一条命令行中。下一个命令将完全删除Unity及其所有相关内容,但会保留LightDM、软件中心和Ubuntu附带的所有程序。
sudo apt-get autoremove --purge unity unity-common unity-services unity-lens-\* unity-scope-\* unity-webapps-\* gnome-control-center-unity hud libunity-core-6\* libunity-misc4 libunity-webapps\* appmenu-gtk appmenu-gtk3 appmenu-qt\* overlay-scrollbar\* activity-log-manager-control-center firefox-globalmenu thunderbird-globalmenu libufe-xidgetter0 xul-ext-unity xul-ext-webaccounts webaccounts-extension-common xul-ext-websites-integration gnome-control-center gnome-session
请注意,系统中仍然有一些库是必需的,移除它们将会破坏您的程序并可能导致系统崩溃。以下是这些库的列表,请保留它们:
gir1.2-unity-5.0 libunity-common libunity-protocol-private0 libunity9 unity-asset-pool unity-greeter
有一个名为“消息菜单和Unity启动器集成”的Thunderbird扩展需要从其文件夹中删除。
sudo rm /usr/lib/thunderbird-addons/extensions/messagingmenu@mozilla.com.xpi
Cinnamon使用Muffin作为窗口管理器,因此您可以安全地移除Compiz。
sudo apt-get autoremove --purge compiz compiz-gnome compiz-plugins-default libcompizconfig0
如果你安装了Nemo,你也可以删除Nautilus。
sudo apt-get autoremove --purge nautilus nautilus-sendto nautilus-sendto-empathy nautilus-share
可选地,您可以删除被许多用户认为具有侵入性的Zeitgeist,这样还可以释放一些内存并减少硬盘访问。
zeitgeist-daemon --quit
sudo apt-get autoremove --purge activity-log-manager-common python-zeitgeist rhythmbox-plugin-zeitgeist zeitgeist zeitgeist-core zeitgeist-datahub
您还可以在您的主目录中删除与Unity、Compiz、Nautilus和Zeitgeist相关的配置文件。它们位于以下路径:
~/.local/share/unity-webapps
~/.compiz
~/.config/compiz-1
~/.config/nautilus
~/.local/share/nautilus
~/.local/share/zeitgeist
另一个好的建议是安装Bleachbit,以清除系统中的临时文件。
sudo apt-get install bleachbit
就这样了,现在重新启动系统以清除内存并确保一切正常。如果一切顺利,你现在拥有一个干净而优雅的系统运行中!
有了Cinnamon,我的系统变得更加流畅,尤其是在游戏方面,并且内存消耗减少了118MB。
Unity:579MB vs Cinnamon:461MB
希望这对你有所帮助。