https://bugs.kde.org/show_bug.cgi?id=454538
Kishore Gopalakrishnan <kishor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|System tray (and some other |selectedLengthPolicy === 3 |panel widgets) missing |for a plasmoid no longer |after upgrade to 5.24.90 |works --- Comment #1 from Kishore Gopalakrishnan <kishor...@gmail.com> --- Okay, I finally figured out how to reproduce it: STEPS TO REPRODUCE 1. Install this plasmoid: https://github.com/psifidotos/applet-window-title 2. Add it to a top panel, with at least one other plasmoid to the right of it. 3. Right-click on the plasmoid > configure > set its length to 'fill available space' 4. Click 'OK' to apply changes OBSERVED RESULTS The plasmoid extends till the end of the display, pushing other plasmoids out of the panel. EXPECTED RESULTS Plasmoid should behave as in Plasma 5.24.5, such that it takes the entire available space without pushing other plasmoids out of the panel. ADDITIONAL INFORMATION A. Not sure if this is a bug in the plasmoid or in Plasma (if you think this is a bug in the plasmoid, I will report it there) B. The plasmoid tries to set a property called root.selectedLengthPolicy to the value '3' at https://github.com/psifidotos/applet-window-title/blob/master/contents/ui/config/ConfigAppearance.qml#L201 Is this property perhaps broken/removed? -- You are receiving this mail because: You are watching all bug changes.