我想让我的 ubuntu 17.04 看起来像 Mac。它成功了,但现在我想恢复到原始的 ubuntu 界面。我使用的命令是:
Docky:
add-apt-repository ppa:docky-core/stable && apt-get update apt-get purge docky apt-get install docky
Mac OS X Lion 主题、图标和光标:
sudo add-apt-repository ppa:noobslab/macbuntu sudo apt-get update sudo apt-get install macbuntu-os-icons-lts-v7 sudo apt-get install macbuntu-os-ithemes-lts-v7
Slingscold(Launchpad 的替代品)
sudo add-apt-repository ppa:noobslab/macbuntu sudo apt-get update sudo apt-get install slingscold
将面板上的“Ubuntu Desktop”文本替换为“Mac”:
cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/ch... cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd
Albert Spotlight(Mac Spotlight 的替代品)
sudo add-apt-repository ppa:noobslab/macbuntu sudo apt-get update sudo apt-get install albert
输入以下命令安装Apple Logo:
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/la... sudo mv launcher_bfb.png /usr/share/unity/icons/ gsettings set com.canonical.unity-greeter draw-grid false;exit
Unity Tweak Tool 可更改主题和图标:
sudo apt-get install unity-tweak-tool sudo apt-get install gnome-tweak-tool
为 Libreoffice 安装单色图标:
sudo apt-get install libreoffice-style-sifr
安装后,进入 LibreOffice 菜单,选择“工具”-“选项”-“LibreOffice”-“查看”,在“图标大小和样式”下选择“Sifr”。见以下截图
安装 compizconfig-settings-manager
sudo apt-get install compizconfig-settings-manager sudo apt-get install compiz-plugins compiz-plugins-extra sudo apt-get install gconf-editor