| Summary: | Windows are not sized considering the window Title | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Christopher <cmoraes.dev> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Christopher
2009-10-15 19:58:14 UTC
I am against implementing this as some applications like to have extremely long and forever changing window titles such as web browsers. The moment the user views a website with a long title the entire window will resize. a) Lucas is right. b) exactly because of this, i'd suggest to add Bespins "trim title" option to kwin (though i'm really equal on this ;-) c) this bug/wish cannot fix/be implemented as titlesize and titlearea have a strong dependance on the decoration - the deco defines the position of the buttons and the text alignment and might be/is the only one to /really/ know where the title is painted - the deco could paint a text "different" from ::caption() (trimmed variant) - the deco could entirely ignore the kwin suggested font/size - the deco could slightly adjust the font size in corner cases (to not have to clip 4 letters) ... what i'm about to do, thanks for the idea ;-) - the deco could animate the text to overcome this issue (what would be nasty, though) I agree that this is a WONTFIX from the KWin point of view. The original reporter, however, has a point, and I suggest that for the cases/applications where it makes sense separate bug reports could be filed, and decided per case. Lucas, Thomas, Christoph, Thank you for your responses on this. Lucas is right, and I agree with Christoph that a fix on a case by case basis is probably the best thing to do. |