Bug 427574 - An error message appears instead of plasmoid content
Summary: An error message appears instead of plasmoid content
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: Media Player (show other bugs)
Version: 5.19.5
Platform: Manjaro Linux
: NOR major
Target Milestone: 1.0
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-12 07:24 UTC by Yaron Shahrabani
Modified: 2020-10-14 14:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
The plasmoid with the error. (163.28 KB, image/png)
2020-10-12 07:24 UTC, Yaron Shahrabani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yaron Shahrabani 2020-10-12 07:24:39 UTC
Created attachment 132290 [details]
The plasmoid with the error.

SUMMARY
Click the Media Control icon shows an error message instead of the plasmoid (Image attached).

STEPS TO REPRODUCE
I haven't done anything special really, when I saw that the media player icon appeared I simply left clicked on it.

OBSERVED RESULT
An error message:
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/main.qml:162:34: Type ExpandedRepresentation unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/ExpandedRepresentation.qml:459:9: Type PlasmaComponents3.ComboBox unavailable
file:///usr/lib/qt/qml/org/kde/plasma/components.3/ComboBox.qml:191:13: Cannot assign to non-existent property "showShadow"

EXPECTED RESULT
The actual media control panel should have appeared

SOFTWARE/OS VERSIONS 
Linux: Manjaro Mikah 20.1.1, Kernel version 5.8.6
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.15.1

ADDITIONAL INFORMATION
I'm terribly sorry if it's not the right place to report this, thank you.
Comment 1 Nate Graham 2020-10-12 18:53:14 UTC
> file:///usr/lib/qt/qml/org/kde/plasma/components.3/ComboBox.qml:191:13:
> Cannot assign to non-existent property "showShadow"

ButtonShadow.qml has the showShadow property and this file hasn't changed in 2 months. I suspect a diwnstream patch is causing this; it's all correct in the code that I can see in our git repo. Please report this to the Manjaro devs. Thanks!
Comment 2 Yaron Shahrabani 2020-10-14 14:14:36 UTC
Restored back to normal after restart. :(
Comment 3 Nate Graham 2020-10-14 14:46:39 UTC
Sounds like a local issue on your machine after upgrade then. It's generally recommended to reboot after any big update. :)