https://bugs.kde.org/show_bug.cgi?id=364228
Thomas Lübking <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DOWNSTREAM Status|UNCONFIRMED |RESOLVED --- Comment #9 from Thomas Lübking <[email protected]> --- This is a bug in ubuntu, it somewhere sets the environment which overrides the autodetection of Qt and loads a QPA that's probably meant for unity or whatever. You can try to: mkdir -p ~/.config/plasma-workspace/env echo 'unset QT_QPA_PLATFORMTHEME' > ~/.config/plasma-workspace/env/fix_qpa.sh chmod +x ~/.config/plasma-workspace/env/fix_qpa.sh to workaround this (what will work if ubuntu didn't add this nonsense to the startkde script) You may also want to file a bug against ubuntu. -- You are receiving this mail because: You are watching all bug changes.
