I found something like this: Could not load file /usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui:-1 File not found Could not load file /usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui:-1 File not found Sample results query files from these places. [tomasz@arch ~]$ pacman -Qo /usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml /usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/DeviceItem.qml is owned by plasma-workspace 5.3.1-1 [tomasz@arch ~]$ pacman -Qo /usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/config.qml /usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/config.qml is owned by print-manager 15.04.2-1 [tomasz@arch ~]$ tree /usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui /usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui |-- CompactRepresentation.qml |-- PopupDialog.qml |-- PrinterItem.qml |-- StatusView.qml |-- config.qml `-- printmanager.qml 0 directories, 6 files [tomasz@arch ~]$ tree /usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/ /usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/ |-- ActionItem.qml |-- DeviceItem.qml |-- FullRepresentation.qml |-- StatusBar.qml |-- configGeneral.qml `-- devicenotifier.qml Reproducible: Always Steps to Reproduce: Open plasmoids settings of printmanager or devicenotifier plasmoids settings Actual Results: Could not load file /usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui:-1 File not found Could not load file /usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui:-1 File not found on some tabs Expected Results: display tab content plasma-workspace 5.3.1-1 print-manager 15.04.2-1
Created attachment 93200 [details] screenshot with issue
Created attachment 93201 [details] screenshot with issue
Git commit 20a5719c8ecfab24d6b006e266cd093a5dd7c006 by Kai Uwe Broulik. Committed on 16/06/2015 at 18:22. Pushed by broulik into branch 'Plasma/5.3'. Remove ConfigPlugins entry We now support that again but only for QML-based KCMs, hence it tries to load plugins that it does not support. FIXED-IN: 5.3.2 M +0 -1 applets/devicenotifier/package/metadata.desktop http://commits.kde.org/plasma-workspace/20a5719c8ecfab24d6b006e266cd093a5dd7c006
Please don't report more than one issue per bug report. I fixed the devicenotifier bug, and I will fix the underlying system that caused those in the first place.
Git commit ac04b5570a4072dcb0365387bc739c870a68fe65 by Kai Uwe Broulik. Committed on 17/06/2015 at 16:28. Pushed by broulik into branch 'master'. Ignore invalid X-Plasma-ConfigPlugins CHANGELOG: Fix occasional empty applet config pages REVIEW: 124113 M +5 -0 src/plasmaquick/configview.cpp http://commits.kde.org/plasma-framework/ac04b5570a4072dcb0365387bc739c870a68fe65