kinit
KDE Initialization Routines
3.5.10
kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX.It launches processes by forking and then loading a dynamic library which should contain a 'main(...)' function. This both increases the startup speed and reduces the memory consumption of KDE applications.
kdeinit_wrapper, kshell and kwrapper provide methods of starting programs via kdeinit.
- Author(s):
- Waldo Bastian <bastian@kde.org>
Process title changing code taken from the ProFTPD Project, adapted by Alex Merry
Most code is