kdelibs/kinit
Ivailo Monev a50c72de91 generic: drop support for startup notification via D-Bus service
just another way to do what ASN does, the KService::DBusWait mode was
not used too. with this change however all of the process setup code is
moved to a seperate class and the responsibility of KLauncher about ASN
is reduced (ASN now works better for process that fork but if application
claims ASN support and does not send ASN finish then the timeout will be
reached)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-19 19:53:14 +03:00
..
CMakeLists.txt generic: purge most manual tests 2023-07-03 07:03:28 +03:00
kioslave.cpp kinit: disable session manager for KIO slaves 2022-12-19 19:09:49 +02:00
klauncher.cpp kdeui: new KApplication::quitOnDisconnected() method, also setup quit signal handler by default 2022-12-23 15:09:48 +02:00
klauncher.h kinit: klauncher and KCrash rewrite 2022-12-04 23:20:15 +02:00
klauncher_adaptor.cpp generic: drop support for startup notification via D-Bus service 2023-08-19 19:53:14 +03:00
klauncher_adaptor.h generic: drop support for startup notification via D-Bus service 2023-08-19 19:53:14 +03:00
org.kde.klauncher.service.in kinit: klauncher and KCrash rewrite 2022-12-04 23:20:15 +02:00
README kinit: remove the "README" in the README file 2022-12-09 01:51:53 +02:00
README.autostart generic: remove unused X-KDE-autostart-after feature 2022-12-03 04:06:04 +02:00

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.