如何恢复默认的 ubuntu 界面?

如何恢复默认的 ubuntu 界面?

我想让我的 ubuntu 17.04 看起来像 Mac。它成功了,但现在我想恢复到原始的 ubuntu 界面。我使用的命令是:

  1. Docky:

    add-apt-repository ppa:docky-core/stable && apt-get update
    apt-get purge docky
    apt-get install docky
    
  2. 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
    
  3. Slingscold(Launchpad 的替代品)

    sudo add-apt-repository ppa:noobslab/macbuntu
    sudo apt-get update
    sudo apt-get install slingscold
    
  4. 将面板上的“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
    
  5. Albert Spotlight(Mac Spotlight 的替代品)

    sudo add-apt-repository ppa:noobslab/macbuntu        
    sudo apt-get update        
    sudo apt-get install albert
    
  6. 输入以下命令安装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
    
  7. Unity Tweak Tool 可更改主题和图标:

    sudo apt-get install unity-tweak-tool
    sudo apt-get install gnome-tweak-tool
    
  8. 为 Libreoffice 安装单色图标:

    sudo apt-get install libreoffice-style-sifr
    

    安装后,进入 LibreOffice 菜单,选择“工具”-“选项”-“LibreOffice”-“查看”,在“图标大小和样式”下选择“Sifr”。见以下截图

  9. 安装 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
    

答案1

使用 Unity Tweak Tool,您可以转到“外观”下的“主题”和“图标”。

在此处输入图片描述

在主题下,您可以选择默认安装的主题“氛围”。

在此处输入图片描述

在图标下,选择“Unity-icon-theme”。

在此处输入图片描述

相关内容