https://bugs.kde.org/show_bug.cgi?id=404436
--- Comment #4 from Matthias Apitz <g...@unixarea.de> --- The permission problem went away after adding 'video' as group to the account. The pkg qt5-graphicaleffects was there: $ id uid=1001(guru) gid=0(wheel) groups=0(wheel),44(video) $ export LIBGL_DEBUG=verbose $ ktouch libGL: OpenDriver: trying /usr/local/lib/dri/i965_dri.so libGL: Can't open configuration file /home/guru/.drirc: No such file or directory. libGL: Can't open configuration file /home/guru/.drirc: No such file or directory. libGL: Using DRI2 for screen 0 libGL: Can't open configuration file /home/guru/.drirc: No such file or directory. qCoreApp Application(0x7fffffffe430) qrc:/qml/main.qml:129:5: Type HomeScreen unavailable qrc:/qml/homescreen/HomeScreen.qml:162:26: Type ProfileSelector unavailable qrc:/qml/homescreen/ProfileSelector.qml:92:13: Type ProfileDetailsItem unavailable qrc:/qml/homescreen/ProfileDetailsItem.qml:23:1: module "org.kde.charts" is not installed $ pkg info | grep qt5-graphicaleffects qt5-graphicaleffects-5.12.0 Qt Quick graphical effects It seems there is another KDE pkg missing: kqtquickcharts-kde4, compiling now ... -- You are receiving this mail because: You are watching all bug changes.