4f20e9216f
Requires clients to have the X-KDE-Wayland-Interfaces=kde_lockscreenallowed_v1 set in their desktop file, then they will be able to use the kde_lockscreenallowed_v1 protocol to raise any surface above the lockscreen. The protocol has only 1 method, raise_surface to do exactly that. Makes it possible to implement https://invent.kde.org/teams/plasma-mobile/issues/-/issues/98
9 lines
311 B
Desktop File
9 lines
311 B
Desktop File
# copy to $(qtpaths --install-prefix)/share/applications/
|
|
# remember to change the Exec line to your builddir path
|
|
|
|
[Desktop Entry]
|
|
Exec=absolute/path/to/the/executable/bin/lockscreenoverlaytest
|
|
Type=Application
|
|
X-KDE-Wayland-Interfaces=kde_lockscreen_overlay_v1
|
|
NoDisplay=true
|
|
Name=KWin LockScreen Overay Test
|