This website requires JavaScript.
Explore
Help
Sign in
yukijoou
/
kwin
Watch
1
Star
0
Fork
You've already forked kwin
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
8681a69f47
kwin
/
helpers
/
CMakeLists.txt
3 lines
59 B
Text
Raw
Normal View
History
Unescape
Escape
Move killer/ to helpers/killer All helper binaries invoked from KWin go to helpers subdirectory.
2016-06-29 08:42:31 +00:00
add_subdirectory(killer)
Introduce helper to restart kwin on crash exit Right now when kwin exits, the user is taken directly back to the login screen. The login session exits, so all processes then are killed by the session. This patchset introduces a mechanism to safely restart kwin. The socket (typically wayland-0) remains alive and persistent across restarts. This means if any process reconnects through it's own mechanism or a crash restart handler the socket appears to work, and blocks until the new kwin restarts. This makes it secure and race free. If the screen was locked at the time kwin went down, this is also secure. Kwin now checks the status from logind at the time of launch, so will immediately restore a locked state before any other rendering.
2020-11-17 18:09:28 +00:00
add_subdirectory(wayland_wrapper)
Reference in a new issue
Copy permalink