Last Updated on 2021-05-25 by Clay
一直以來,我都很不喜歡桌面上存在著文件、圖示等東西。我喜歡我的桌面空無一物。
不過在 Gnome 桌面環境預設的情況下,比方說 USB 隨身碟裝置、垃圾桶(Trash)等等的圖示都是會出現在桌面上的。
而我們可以透過 dconf-editor 工具來取消這個設定。
值得一提的是,比較新版的 gnome-system-tool 採用 dconf-editor 工具而非 gconf-editor 工具,你可能得實際測試一下哪種才是你需要的配置工具。
使用 dconf-editor(或 gconf-editor)
使用以下指令進行安裝:
sudo apt install dconf-editor
之後,可以在終端機直接打開它。
dconf-editor
不用慢慢找路徑,可以直接搜尋 nautilus 這個預設的文件/檔案管理器。(如果你不是用這個 nautilus 進行檔案管理,那可能本文的設定方法並不適合)
找到 nautilus 之後,進入 desktop 選項。重要的是取消 trash-icon-visible 以及 volumes-visible。
之後,你應該會發現你的桌面恢復成空無一物的狀態了!
References
- https://www.junauza.com/2010/06/how-to-hide-desktop-icons-in-ubuntu.html
- https://www.maketecheasier.com/hide-desktop-icons-ubuntu/