ClockScreenlet corrupted if size!=100%
Bug #275109 reported by
ASDFASDF
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Universal Applets |
Fix Committed
|
High
|
Przemysław Firszt |
Bug Description
If you try to change the size of the screenlet, hands will resize properly but the background will remain at 100%.
Also, closing and starting again doesn't fix it, but changing the theme does (???).
See the screenshot.
Changed in universal-applets: | |
status: | New → Confirmed |
Changed in universal-applets: | |
importance: | Undecided → High |
To post a comment you must log in.
This is a bug in ua-core/ src/lib/ screenlets/ screenlets. py - none of the new on_signal events are actually called from setattr - I'm assuming that we're moving towards properties(?), but here's a patch to make most applets compatible again.