Ubuntu16.0.4仿Mac界面(附Ubuntu18.0.4更新)

noobslab.com 網站在每一個 Ubuntu 版本發佈之後都會出一個教程,教大家如果打造一個仿 MAC 界面的 Ubuntu,當然不是每個人都喜歡 MAC,我個人還是比較喜歡 gnome 3 桌面。附Ubuntu18.0.4仿Mac界面更新。

截圖:

macbuntu-1

macbuntu-2

macbuntu-3

macbuntu-4

macbuntu-5

macbuntu-6

macbuntu-7

macbuntu-8

macbuntu-9

查看視頻教程

打造步驟:

1、下載 macbuntu 壁紙:

Download MacBuntu OS Wallpapers

2、安裝 MacBuntu OS Y Theme、Icons 和 cursors:

安裝命令:

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

啓用主題,需要安裝 tweak tool

卸載命令:

cd /usr/share/icons/mac-cursors && sudo ./uninstall-mac-cursors.sh
sudo apt-get remove macbuntu-os-icons-lts-v7 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、安裝Albert Spotlight (替代 Mac Spotlight)

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install albert

5、安裝 Plank Dock

sudo apt-get install plank

安裝 Plank 主題:

sudo add-apt-repository ppa:noobslab/macbuntu
sudo apt-get update
sudo apt-get install macbuntu-os-plank-theme-lts-v7

安裝 Ctrl + Right Click 選擇主題。

7-dock-2

卸載主題命令:

sudo apt-get autoremove plank macbuntu-os-plank-theme-lts-v7

6、將面板上的 ‘Ubuntu Desktop’ 文字替換 ‘Mac’

cd && wget -O Mac.po http://drive.noobslab.com/data/Mac/change-name-on-panel/mac.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Mac.po;rm ~/Mac.po;cd

語言上如果是其他非英語語言,將 /en 做相應修改:

恢復原來的桌面文字命令:

cd && wget -O Ubuntu.po http://drive.noobslab.com/data/Mac/change-name-on-panel/ubuntu.po
cd /usr/share/locale/en/LC_MESSAGES; sudo msgfmt -o unity.mo ~/Ubuntu.po;rm ~/Ubuntu.po;cd

7、啓動器上蘋果Logo

macbuntu-apple-logo

命令:
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/

恢復圖標:

wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac/launcher-logo/ubuntu/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/

8、安裝 Tweak tool 軟件啓用主題、圖標等:

sudo apt-get install unity-tweak-tool
sudo apt-get install gnome-tweak-tool

9、爲 Libreoffice 安裝 Monochrome icons:

sudo apt-get install libreoffice-style-sifr

然後在 LibreOffice 菜單進行設置 “Tools” > “Options” > “LibreOffice” > “View” 選擇 “Sifr” “Icon size and style”。參照下面截圖設置:

mac-libreoffice-1

mac-libreoffice-2

10、配置 Mac 字體:

mac-fonts

安裝字體命令:

wget -O mac-fonts.zip http://drive.noobslab.com/data/Mac/macfonts.zip
sudo unzip mac-fonts.zip -d /usr/share/fonts; rm mac-fonts.zip
sudo fc-cache -f -v

使用 Unity-Tweak-Tool, Gnome-Tweak-Tool 或 Ubuntu Tweak 軟件更換字體。

11、修改啓動界面:

1-bootscreen

sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-os-bscreen-lts-v7

如果你喜歡 MBuntu 啓動界面,你想恢復到 Ubuntu ,使用命令:
sudo apt-get autoremove macbuntu-os-bscreen-lts-v7

12、登陸迎賓界面:

macbuntu-10

注意安裝這個東東有風險,如果你不是在意,建議不安裝,安裝這個僅僅適合於 Ubuntu Unity – Lightdm 和 Ubuntu Gnome – gdm,其他桌面環境有風險。

sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install macbuntu-os-lightdm-lts-v7

卸載恢復命令:

sudo apt-get remove macbuntu-os-lightdm-lts-v7

OK,完工,好好享受你的新桌面吧!

Ubuntu18.0.4仿Mac界面
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章