Bug 225715 - window with skip pager state is not ignored by Ctrl-Tab/Alt-Tab
Summary: window with skip pager state is not ignored by Ctrl-Tab/Alt-Tab
Status: RESOLVED DUPLICATE of bug 171192
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: 2010-02-06 13:06 UTC by Jonathan Marten
Modified: 2010-02-09 23:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix (537 bytes, patch)
2010-02-09 13:30 UTC, Jonathan Marten
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Marten 2010-02-06 13:06:10 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

Under the KDE3 desktop, a window with _NET_WM_STATE_SKIP_PAGER set in _NET_WM_STATE was ignored and not shown in the list of windows displayed by Ctrl-Tab (walk through desktops) or Alt-Tab (walk through windows).  In KDE4, the window is displayed and can be selected just like any other.

This can be tested by starting an application with 'kstart --skippager' and then checking the window properties with xprop.  The _NET_WM_STATE is set correctly.

The window is not displayed, though, in the "Switch Window" popup menu.

Unless this is intentional, this is a regression from KDE3.
Comment 1 Jonathan Marten 2010-02-09 13:30:25 UTC
Created attachment 40614 [details]
Patch to fix

Checked this patch with walk-through-windows and walk-through-desktops actions, windows with SKIP_PAGER are not displayed.
Comment 2 Martin Flöser 2010-02-09 23:16:39 UTC

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