kwrapper5
launching
Install
- All systems
-
curl cmd.cat/kwrapper5.sh
- Debian
-
apt-get install kinit
- Ubuntu
-
apt-get install kinit
- Arch Linux
-
pacman -S kinit
- Kali Linux
-
apt-get install kinit
- Fedora
-
dnf install kf5-kinit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kinit
- Raspbian
-
apt-get install kinit
- Dockerfile
- dockerfile.run/kwrapper5
kf5-kinit
launching
kinit
process launcher to speed up launching KDE applications
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 'kdemain(...)' function. Using kdeinit to launch KDE applications makes starting a typical KDE applications 2.5 times faster (100ms instead of 250ms on a P-III 500) It reduces memory consumption by approx. 350Kb per application.