FS#45350 - [print-manager] [plasma-workspace] Could not load applet tab content because missing a file

Attached to Project: Arch Linux
Opened by Tomasz Przybył (FadeMind) - Tuesday, 16 June 2015, 17:14 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 17 June 2015, 19:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

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

0 directories, 6 files
This task depends upon

Closed by  Antonio Rojas (arojas)
Wednesday, 17 June 2015, 19:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  plasma-framework 5.11.0-2
Comment by Antonio Rojas (arojas) - Tuesday, 16 June 2015, 17:47 GMT
Please always run applications with LANG=C before taking screenshots, it took me a while to figure out what those screenshots were of.

I confirm it, it's caused by plasma-framework 5.11. Please report it upstream
Comment by Tomasz Przybył (FadeMind) - Tuesday, 16 June 2015, 18:02 GMT
I know about LANG=C but how to use this for launching plasmoids then?

Reported upstream: https://bugs.kde.org/show_bug.cgi?id=349250

Comment by Antonio Rojas (arojas) - Tuesday, 16 June 2015, 18:05 GMT
kquitapp5 plasmashell && LANG=C plasmashell
Comment by Tomasz Przybył (FadeMind) - Tuesday, 16 June 2015, 18:19 GMT
Done.
Comment by Tomasz Przybył (FadeMind) - Tuesday, 16 June 2015, 18:20 GMT
One more
Comment by Tomasz Przybył (FadeMind) - Tuesday, 16 June 2015, 18:33 GMT
FIXED
just delete X-Plasma-ConfigPlugins in metadata.desktop files.

http://quickgit.kde.org/?p=plasma-workspace.git&a=commit&h=20a5719c8ecfab24d6b006e266cd093a5dd7c006

Loading...