Skip to content

Panel: Don't decrement nonexistent __fillWidthApplets property

Nate Graham requested to merge ngraham/plasma-desktop:less-warning-spam into master

Added in d1333702, but this property does not seem to exist either here, or internal to the DropArea object. As a result the journal is full of error logs now:

Nov 11 07:27:04 Liberator plasmashell[16987]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:222: Error: Cannot assign to non-existent property "__fillWidthApplets"
Nov 11 07:27:04 Liberator plasmashell[16987]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:222: Error: Cannot assign to non-existent property "__fillWidthApplets"
Nov 11 07:27:04 Liberator plasmashell[16987]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:222: Error: Cannot assign to non-existent property "__fillWidthApplets"
Nov 11 07:27:04 Liberator plasmashell[16987]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:222: Error: Cannot assign to non-existent property "__fillWidthApplets"
Nov 11 07:27:04 Liberator plasmashell[16987]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:222: Error: Cannot assign to non-existent property "__fillWidthApplets"
Nov 11 07:27:04 Liberator plasmashell[16987]: file:///home/nate/kde/usr6/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:222: Error: Cannot assign to non-existent property "__fillWidthApplets"

@mart please review carefully as I am not sure this is the right fix. Maybe the proerty was removed and should be re-added? I was unable to find it in the git history though.

Merge request reports