| Summary: | update applied special window settings when title changes | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Melchior Franz <mfranz> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | ||
| Priority: | HI | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Melchior Franz
2004-11-08 15:30:04 UTC
Works fine for me with FlightGear-0.9.3. Given that it has the window class set in such a broken way, I wouldn't be surprised if it first showed the window and only then set the window title - that might be a race condition causing it works for me and not for you. KWin currently doesn't update the set of rules if the title changes. I might consider that, although currently I'm not that sure it would be a good idea. FlightGear can be compiled with/linked against GLUT or SDL. Your version was probably linked with GLUT. And your guess was right: FlightGear had opened the window and *then* set the caption. Looks like qemu has the same problem. I'll take care of both apps. But it would probably still be a good idea to let kwin deal with that, as you suggested. Thanks! Works now. :-) client issue |