https://bugs.kde.org/show_bug.cgi?id=404436
--- Comment #5 from Matthias Apitz <g...@unixarea.de> --- This didn't help. Monitoring the ktouch start with truss (like Linux strace) shows what it is missing: $ grep org/kde/charts tr fstatat(AT_FDCWD,"/usr/local/bin/org/kde/charts.0.1",0x7fffdf9fa340,0x0) ERR#2 'No such file or directory' fstatat(AT_FDCWD,"/usr/local/lib/qt5/qml/org/kde/charts.0.1",0x7fffdf9fa340,0x0) ERR#2 'No such file or directory' fstatat(AT_FDCWD,"/usr/local/bin/org/kde/charts.0",0x7fffdf9fa340,0x0) ERR#2 'No such file or directory' fstatat(AT_FDCWD,"/usr/local/lib/qt5/qml/org/kde/charts.0",0x7fffdf9fa340,0x0) ERR#2 'No such file or directory' fstatat(AT_FDCWD,"/usr/local/bin/org/kde/charts",0x7fffdf9fa340,0x0) ERR#2 'No such file or directory' fstatat(AT_FDCWD,"/usr/local/lib/qt5/qml/org/kde/charts",0x7fffdf9fa340,0x0) ERR#2 'No such file or directory' The charts subdir isn't there and I don't know which pkg should provide it: $ ls -l /usr/local/lib/qt5/qml/org/kde/ total 44 drwxr-xr-x 2 root wheel 512 16 feb. 09:05 draganddrop drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kcm drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kconfig drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kcoreaddons drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kio drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kquickcontrols drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kquickcontrolsaddons drwxr-xr-x 2 root wheel 512 16 feb. 09:05 kwindowsystem drwxr-xr-x 3 root wheel 512 16 feb. 09:06 newstuff drwxr-xr-x 3 root wheel 512 16 feb. 09:05 private drwxr-xr-x 2 root wheel 512 16 feb. 09:05 solid -- You are receiving this mail because: You are watching all bug changes.