mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
![]() every comment about X11 and session management in general claims it was broken, not going to claim otherwise. everything that does not use KApplication shall not be involved into session management now and gets the middle finger (SIGTERM or SIGKILL) after 5 sec by klauncher when the session is done also session management has to be explicitly enabled by applications now, disabled by default Signed-off-by: Ivailo Monev <xakepa10@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
kioslave.cpp | ||
klauncher.cpp | ||
klauncher.h | ||
klauncher_adaptor.cpp | ||
klauncher_adaptor.h | ||
org.kde.klauncher.service.in | ||
README | ||
README.autostart |
klauncher is a process launcher somewhat similar to the famous init used for booting UNIX. It performs two tasks: - start programs ment to be started when the session is (XDG autostart) - start programs on menu, panel launcher request, etc. Application startup notification is also a feature it takes care of with updates being send as the program state changes.