https://bugs.kde.org/show_bug.cgi?id=372966
--- Comment #20 from Wladimir Palant <ppk...@palant.de> --- I finally found a way to make Krusader look well on Ubuntu without messing with the source code. I need to force a KDE platform theme by setting the following environment variables: QT_QPA_PLATFORMTHEME=appmenu-qt5:kde KDE_SESSION_VERSION=5 Not only does this fix the icons, it also changes the overall theme and for example fixes misaligned text in a bunch of places. So far the only negative side-effect I noticed is the terminal emulator switching to a variable width font. For some reason, changing font there won't persist - you have to create a profile in standalone Konsole, choose a monospace font for it and set it as default. Then you have to create ~/.config/konsolepartrc with these contents: [Desktop Entry] use_konsole_settings=true Now the settings from standalone Konsole will be reused, meaning proper font among other things. -- You are receiving this mail because: You are watching all bug changes.