
答案1
似乎是個錯誤。檢查此處(答案#10 和#16): https://bugs.launchpad.net/ubuntu/+source/dolphin/+bug/1509562
簡而言之:在 16.04 之前安裝軟體包“libqt5libqgtk2”,在 16.04 及更高版本中安裝“qt5-style-plugins”會帶回 KDE 應用程式中的大部分圖示。對於剩下的幾個,您必須擺弄 KDE-系統-設定中的圖示設定。
華泰
答案2
將 .rcc 檔案放入~/.local/share/kate
似乎可以恢復圖示(這也適用於 krusader)。
我做了以下網頁中所述的操作。然而,凱特現在沒有使用正確的圖標主題。
https://dev.webonomic.nl/using-krusader-with-ubuntu-18-04
http://divideoverflow.com/2017/05/Configuring_Krusader_to_use_ Different_icons_template/
答案3
您應該安裝氧氣圖標包:
sudo apt-get install oxygen-icon-theme*
如果左側面板(檔案清單..)遺失:
sudo apt-get install kdelibs-bin kdelibs5-data kdelibs5-plugins
答案4
除了我的評論之外,我還發現了以下內容:(
在 XFCE 上運行的 KDE 應用程式在選單中沒有圖示。)
https://bbs.archlinux.org/viewtopic.php?id=117414
也許你可以嘗試:
gconftool-2 --type boolean --set /desktop/gnome/interface/buttons_have_icons true gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true