Summary: | NETWM hints are not preserved after a hide/show | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Mike <mike> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kwin-bugs-null |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | moves window state calls into toggleVisibility() |
Description
Mike
2007-12-19 16:21:39 UTC
This never happens on the first toggle of a session, right? It seems that the window flags that are set in the constructor are being reset after the window is hidden. Lubos, setting flags on the window just before it is shown each time works, but is it supposed to work that way? Created attachment 22650 [details]
moves window state calls into toggleVisibility()
Moving the flags like in this patch fixes it. I'd just like to confirm that
this is the right fix.
I'll apply this patch for the time being, but I'll leave this bug open for the time being so that the issue isn't lost. SVN commit 754582 by jstubbs: Move the setting of window hints to just before the window is shown as the hints are reset after the window is hidden. CCBUG: 154327 M +4 -4 dashboardview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=754582 |