Using kdeinit5 to launch KDE applications makes starting a typical KDE application a couple times faster and reduces memory consumption by a substantial amount.
kdeinit5 is linked against all libraries a standard KDE application needs. With this technique, starting an application becomes much faster because now only the application itself needs to be linked whereas otherwise both the application as well as all the libraries it uses need to be linked.
The process name of applications started via kdeinit5 is "kdeinit5". This problem can be corrected to a degree by changing the application name as shown by ps. However, applications like killall will only see kdeinit5 as the process name. To workaround this, use kdekillall (from kdesdk/scripts) for applications started via kdeinit5.
--help
--no-fork
--no-kded
--suicide
+programs
programs
A standard way to run this program is by simply specifying the following command at the prompt kdeinit5 program or kdeinit5 +program
/tmp/kde-$USER/kdeinit5_$INSTANCE
$HOME
$KDE_HOME_READONLY
$KDE_IS_PRELINKED
(Prelinking is a process that allows you to speed up the process of dynamic linking.)
$KDE_DISPLAY
Please use m[blue]KDE's bugtrackerm[][1] to report bugs.
Waldo Bastian <bastian@kde.org>
Mario Weilguni <mweilguni@sime.com>
Lubos Lunak <l.lunak@kde.org>