Bug 196685 - On top applications are above panel
Summary: On top applications are above panel
Status: RESOLVED DUPLICATE of bug 203931
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 23:41 UTC by snkmchnb
Modified: 2012-03-18 14:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description snkmchnb 2009-06-15 23:41:20 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

If you have the panel settings set to 'Windows go below' and an individual application's advanced option to 'Keep above others' the panel should still be on top of said application.
Comment 1 Aaron J. Seigo 2009-06-16 00:47:28 UTC
kwin probably needs to prioritize dock windows when doing the "who wins the stay above tie" calculation.
Comment 2 FiNeX 2010-10-10 23:19:04 UTC
Confirmed with KDE 4.5.2
Comment 3 Thomas Lübking 2012-03-18 14:04:33 UTC
windows of type _NET_WM_TYPE_DESKTOP

windows having state _NET_WM_STATE_BELOW

windows not belonging in any other layer

----> windows of type _NET_WM_TYPE_DOCK (unless they have state _NET_WM_TYPE_BELOW) and windows having state _NET_WM_STATE_ABOVE

focused windows having state _NET_WM_STATE_FULLSCREEN

i ❤ that spec ;-)
compiz acts as demanded in this regard, openbox like kwin, sawfish puts all docks to the bottom ....

please see https://git.reviewboard.kde.org/r/104297/
i'd consider this a dupe of bug #203931 and the patch will allow fine grained control about this (the dock or in doubt a rule can alter the stacking - at least for kwin)

*** This bug has been marked as a duplicate of bug 203931 ***