e4ac215fcb
Summary: When a plasma session quits, the order of plasmashell and clients quitting is undetermined. This looks bad as our desktop background disappears quite early. Rather than changing the real order, we can have kwin reference the last pixmap of any desktop and hold on to it. Lasting till the compositor quits means it stays on the X frontbuffer till X quits and the experience is seamless. Test Plan: Logged out (with relevant other ksmserver patches) Reviewers: #kwin, zzag Reviewed By: #kwin, zzag Subscribers: zzag, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D24864
19 lines
586 B
Desktop File
19 lines
586 B
Desktop File
[Desktop Entry]
|
|
Name=Session Quit
|
|
Icon=preferences-system-windows-effect-logout
|
|
Comment=Keep the desktop background alive during logout until the end
|
|
|
|
Type=Service
|
|
X-KDE-ServiceTypes=KWin/Effect
|
|
X-KDE-PluginInfo-Author=David Edmundson
|
|
X-KDE-PluginInfo-Email=davidedmundson@kde.org
|
|
X-KDE-PluginInfo-Name=kwin4_effect_sessionquit
|
|
X-KDE-PluginInfo-Version=0.2.0
|
|
X-KDE-PluginInfo-Category=Appearance
|
|
X-KDE-PluginInfo-Depends=
|
|
X-KDE-PluginInfo-License=GPL
|
|
X-KDE-PluginInfo-EnabledByDefault=true
|
|
X-KDE-Ordering=40
|
|
X-Plasma-API=javascript
|
|
X-KWin-Internal=true
|
|
X-Plasma-MainScript=code/main.js
|