| Summary: | When using dual monitors with separate virtual desktop, setting a konsole window to Full Screen Mode makes all other konsole windows stay above other windows in the other monitor/virtual desktop | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Waldemar Szostak <claim> |
| Component: | xinerama | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | adaptee, konsole-bugs-null, lysunhour999, mwoehlke.floss, rgawenda, saatii |
| Priority: | NOR | ||
| Version First Reported In: | 4.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Waldemar Szostak
2011-01-01 18:07:34 UTC
This happens to me, same steps. Also dual monitor and gentoo here. It gets temporarily fixed by: $ killall kwin && nohup kwin --replace & But as long as you click on the full screen konsole that covers a panel, problem reappears. *** Bug 214417 has been marked as a duplicate of this bug. *** kwin/layers.cpp:526
// if (minimum_layer.contains((*it)->group())
// && minimum_layer[(*it)->group()] == ActiveLayer
// && (l == NormalLayer || l == AboveLayer)) {
// l = minimum_layer[(*it)->group()];
This is however no acceptable patch, but the source of the issue.
This is NOT a dupe of bug #293265
probably dupe of bug #246695 *** Bug 169894 has been marked as a duplicate of this bug. *** Git commit d854fc98630bcdbc0d450ae7bc642240f5f535ad by Thomas Lübking. Committed on 07/03/2012 at 15:19. Pushed by luebking into branch 'KDE/4.8'. select minimum layer per screen REVIEW: 104186 M +15 -12 kwin/layers.cpp http://commits.kde.org/kde-workspace/d854fc98630bcdbc0d450ae7bc642240f5f535ad Patch works for me. Thank you |