ubuntu 系統美化

weixin_33749242發表於2017-03-14

選單位置

gsettings set com.canonical.Unity.Launcher launcher-position Left
gsettings set com.canonical.Unity.Launcher launcher-position Bottom

風格設定

http://www.linuxidc.com/Linux/2016-09/135165.htm
執行以下命令安裝Flatabulous主題:
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install flatabulous-theme
該主題有配套的圖示,安裝方式如下:

sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install ultra-flat-icons
安裝完成後,開啟unity-tweak-tool軟體,修改主題和圖示:

解除安裝不常用打軟體

安裝完系統之後,需要更新一些補丁。Ctrl+Alt+T調出終端,執行一下程式碼:

sudo apt-get update 
sudo apt-get upgrade

解除安裝libreOffice
libreoffice事ubuntu自帶的開源office軟體,體驗效果不如windows上的office,於是選擇用WPS來替代(wps的安裝後面會提到)

sudo apt-get remove libreoffice-common  

刪除Amazon的連結

sudo apt-get remove unity-webapps-common 
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot 
sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install  
sudo apt-get remove onboard deja-dup

相關文章