Summary: | selectedLengthPolicy = 3 for a plasmoid no longer works | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kde, nate |
Priority: | NOR | ||
Version First Reported In: | 5.24.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kishore Gopalakrishnan
2022-05-28 16:26:31 UTC
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? *** This bug has been marked as a duplicate of bug 454095 *** |