/
Fix Ubuntu Gnome oddities
Fix Ubuntu Gnome oddities
KDE/Dolphin icons
- Copy the .desktop file (in Ubuntu 17.04, with XFCE, I also have KDE Plasma installed):
- cp /usr/share/applications/org.kde.dolphin.desktop ~/.local/share/applications/org.kde.kate.desktop
- vi ~/.local/share/applications/org.kde.dolphin.desktop
- Change the launch line from
Exec=kde kate -b %U to Exec=env XDG_CURRENT_DESKTOP=kde kate -b %U