gnome显示桌面图标_gnome3.28及以后桌面图标显示方法
Gnome3.28版本桌面圖標無法通過gnome-tweak-tool顯示
解決辦法:
1.通過Nemo
a)安裝nemosudo dnf install nemo
b)添加nemo-desktop自啟動
創建nemo.desktop文件,將文件復制到~/.config/autostart目錄下,內容如下:[Desktop Entry]
Type=Application
Name=Desktop Icons
Exec=nemo-desktop
OnlyShowIn=GNOME;
NoDisplay=true
X-GNOME-Autostart-Phase=Desktop
X-GNOME-Autostart-Notify=true
X-GNOME-AutoRestart=true
X-GNOME-Provides=filemanager
c)顯示桌面圖標gsettings set org.nemo.desktop show-desktop-icons true
d)注銷賬戶重新登陸
參考:https://bbs.archlinux.org/viewtopic.php?id=235633
2.安裝gnome-shell-extension-icons
a)下載extension
b)復制文件至~/.local/share/gnome-shell/extensions/org.gnome.desktop-icons
文件夾名稱必須是org.gnome.desktop-icons
c)重啟gnome-shell
打開gnome-tweaks,在extensions中選擇desktop-cion。
總結
推薦方法1,第二種方法安裝成功后,存在桌面文件無法通過點擊打開,顯示也有問題,似乎只是顯示桌面圖標。
wiki原文鏈接。wiki原文鏈接
Up until GNOME 3.28, icons on the desktop were provided byFiles which would draw a transparent window over the desktop containing the icons. As of GNOME 3.28 this functionality has been removed and desktop icons are no longer available in GNOME. Possible workarounds include using Nemo(a fork of Files which still has desktop icons functionality) or installinggnome-shell-extension-desktop-icons which partially replicates the desktop icon functionality available in GNOME 3.26 and……
總結
以上是生活随笔為你收集整理的gnome显示桌面图标_gnome3.28及以后桌面图标显示方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: TreeSize Free-查看每个文件
- 下一篇: 操作系统——分页分段算法c++实现