1 sudo add-apt-repository ppa:philip.scott/elementary-tweaks && sudo apt-get update 2 sudo apt-get install elementary-tweaks 3 4 If you have never added a PPA on Loki before, you might need to run this command first: 5 如果你提示沒有add—apt-repository,你就運行下面的 6 sudo apt-get install software-properties-common
若是出現下面的情況:
E: 倉庫 “http://ppa.launchpad.net/philip.scott/elementary-tweaks/ubuntu bionic Release” 沒有 Release 文件。 N: 無法安全地用該源進行更新,所以默認禁用該源。 N: 參見 apt-secure(8) 手冊以了解倉庫創建和用戶配置方面的細節
你在文件
cd etc/apt/sources.list.d/
修改文件
philip_scott-ubuntu-elementary-tweaks-bionic.list
和
1 philip_scott-ubuntu-elementary-tweaks-bionic.list.save
把里面的bionic改為xenial
>>>>>>>>>>>>>>>>>>>>問題解決
添加圖標系統
從 https://github.com/UKeyboard/elementary-2-macos/tree/master/icons/la-capitaine-icon-theme 或 https://github.com/keeferrourke/la-capitaine-icon-theme 下載圖標文件。
使用git clone 命令
git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git
Elementary系統圖標默認保存位置為 /usr/share/icons 目錄,該目錄下的圖標對系統所有用戶都是可見的
主題
1 https://github.com/UKeyboard/elementary-2-macos/tree/master/themes
主題的gitub
https://github.com/UKeyboard/elementary-2-macos.git
git clone https://github.com/UKeyboard/elementary-2-macos.git
1 cd elementary-2-macos 2 cp -r themes/Arc ~/.local/share/themes/ 3 or 4 sudo cp -r themes/Arc /usr/share/themes/
可以直接去項目github主頁下載,也有具體的安裝步驟。