<table><tr><td style="">graesslin created this revision.<br />graesslin added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D2242" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>On Wayland ksplash only showed on one screen. This is due to QtWayland<br />
not passing any hint to the compositor on which output to show the<br />
fullscreen window. Thus the compositor placed all windows on the first<br />
output.</p>

<p>This change uses KWayland to work around this problem by performing<br />
a deeper integration. It doesn't use fullscreen windows any more, but<br />
normal windows in combination with the PlasmaShell interface. That way<br />
the windows can perform absolute positioning.</p>

<p>As the window is no longer fullscreen, it's marked as OnScreenDisplay<br />
which makes sure that KWin raises it on top of all other windows. Also<br />
ensures that opened windows aren't raised above it as used to happen.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rPLASMAWORKSPACE Plasma Workspace</div></div></div><br /><div><strong>BRANCH</strong><div><div>splash-wayland</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2242" rel="noreferrer">https://phabricator.kde.org/D2242</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>ksplash/ksplashqml/CMakeLists.txt<br />
ksplash/ksplashqml/splashapp.cpp<br />
ksplash/ksplashqml/splashapp.h<br />
ksplash/ksplashqml/splashwindow.cpp<br />
ksplash/ksplashqml/splashwindow.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, Plasma<br /><strong>Cc: </strong>plasma-devel, jensreuterberg, abetts, sebas<br /></div>