kdelibs/kinit
Ivailo Monev bc067dbdfa kio: drop support for putting slaves on hold
with klauncher no longer responsible for KIO slave the next step is to
make them plugins and the feature to put them on hold will be of no value
because QLibrary reuses library/plugin instances and creating a new
slave object will be cheap

in other words the performance will be similar to that of KFileMetaInfo
for which I also wrote the plugins myself - they are pretty quick
compared to what strigi was doing and with more flexible configuration
interface but it took some effort to get there

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-06 04:22:23 +02:00
..
tests kinit: indentation 2019-06-30 11:55:57 +00:00
CMakeLists.txt kio: drop support for putting slaves on hold 2022-12-06 04:22:23 +02:00
kioslave.cpp kio: drop support for putting slaves on hold 2022-12-06 04:22:23 +02: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: warning message correction 2022-12-06 00:31:18 +02:00
klauncher_adaptor.h kinit: log the ASN binary 2022-12-06 00:47:51 +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.