Code: Select all
QPixmap::scaled: Pixmap is a null pixmapNot sure if it's related. Any ideas? Am I missing some packages?
I've tried workarounds from here: https://bugs.kde.org/show_bug.cgi?id=344149 (setting XDG_CURRENT_DESKTOP to kde) and here: https://forums.gentoo.org/viewtopic-p-7826462.html - merging kde-plasma/oxygen - still no change.
=== Solved ===
So solution seems to be setting and exporting following variables:
Code: Select all
KDE_SESSION_VERSION=5
export KDE_SESSION_VERSION
KDE_FULL_SESSION=true
export KDE_FULL_SESSION

