Bug 394246 - kwin ignores _NET_WM_FULLSCREEN_MONITORS
Summary: kwin ignores _NET_WM_FULLSCREEN_MONITORS
Status: RESOLVED DUPLICATE of bug 391960
Alias: None
Product: kwin
Classification: Plasma
Component: multi-screen (show other bugs)
Version: 5.12.4
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-14 10:55 UTC by Pierre Ossman
Modified: 2018-05-16 07:14 UTC (History)
0 users

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 Pierre Ossman 2018-05-14 10:55:41 UTC
KWin currently ignores the _NET_WM_FULLSCREEN_MONITORS property on windows. This property is used to control over which monitors an applications wants to be displayed. Generally this contains either a single monitor, or all of them.

KWin claims to support this feature though as it has _NET_WM_FULLSCREEN_MONITORS in _NET_SUPPORTED.

Tested on Fedora 27, but we've gotten reports from other distributions as well. Our bug entry:

https://www.cendio.com/bugzilla/show_bug.cgi?id=5482

There is a "Video Wall" script that sort-of works as a workaround. However it also ignores _NET_WM_FULLSCREEN_MONITORS and just assumes all monitors should be used, ignoring the application's settings.
Comment 1 Martin Flöser 2018-05-14 14:49:30 UTC
What frameworks version are you using
Comment 2 Pierre Ossman 2018-05-14 14:53:14 UTC
5.44.0-2.fc27
Comment 3 Martin Flöser 2018-05-14 15:53:18 UTC
Please tell your distribution to ship bug fixes in a timely manner.

*** This bug has been marked as a duplicate of bug 391960 ***
Comment 4 Pierre Ossman 2018-05-15 07:30:59 UTC
Hmm... Just to make sure I'm not misunderstanding things. The patch on bug 391960 looks like it is touching client code? I'm seeing this problem with non-KDE applications. They're not even using Qt.
Comment 5 Martin Flöser 2018-05-15 15:41:23 UTC
You are misunderstanding. Just because it says client doesn't mean it's code running in clients. Trust me, an update will fix it.
Comment 6 Pierre Ossman 2018-05-16 07:14:47 UTC
Awesome. Will wait until I get my hands on an updated system and retest.