kdelibs/kinit
Ivailo Monev a320630b94 kinit: check if ASN is disabled for service via KRun::checkStartupNotify()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-05 08:50:21 +02:00
..
tests kinit: indentation 2019-06-30 11:55:57 +00:00
CMakeLists.txt kinit: klauncher and KCrash rewrite 2022-12-04 23:20:15 +02:00
kioslave.cpp kinit: remove unused header inclusions 2022-05-26 06:24:47 +03:00
klauncher.cpp kinit: klauncher and KCrash rewrite 2022-12-04 23:20:15 +02:00
klauncher.h kinit: klauncher and KCrash rewrite 2022-12-04 23:20:15 +02:00
klauncher_adaptor.cpp kinit: check if ASN is disabled for service via KRun::checkStartupNotify() 2022-12-05 08:50:21 +02:00
klauncher_adaptor.h kinit: cache the QDBusConnectionInterface 2022-12-05 00:39:08 +02:00
org.kde.klauncher.service.in kinit: klauncher and KCrash rewrite 2022-12-04 23:20:15 +02:00
README generic: documentation update 2022-12-05 02:08:10 +02:00
README.autostart generic: remove unused X-KDE-autostart-after feature 2022-12-03 04:06:04 +02:00

README

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.