1KDEINIT5(8) kdeinit5 User's Manual KDEINIT5(8)
2
3
4
6 kdeinit5 - Launcher for applications built with kdeinit support, and
7 for KIO slaves.
8
10 kdeinit5 [--help] [[--no-fork] | [--no-kded] | [--suicide]]
11 [[+programs] | [programs]]
12
14 kdeinit5 is a process launcher somewhat similar to the famous init used
15 for booting UNIX. It executes KDE programs and kdeinit loadable modules
16 (KLMs) starting them more efficiently.
17
18 Using kdeinit5 to launch KDE applications makes starting a typical KDE
19 application a couple times faster and reduces memory consumption by a
20 substantial amount.
21
22 kdeinit5 is linked against all libraries a standard KDE application
23 needs. With this technique, starting an application becomes much faster
24 because now only the application itself needs to be linked whereas
25 otherwise both the application as well as all the libraries it uses
26 need to be linked.
27
29 The process name of applications started via kdeinit5 is "kdeinit5".
30 This problem can be corrected to a degree by changing the application
31 name as shown by ps. However, applications like killall will only see
32 kdeinit5 as the process name. To workaround this, use kdekillall (from
33 kdesdk/scripts) for applications started via kdeinit5.
34
36 --help
37 Show help about options
38
39 --no-fork
40 Do not fork, i.e. do not exit until all the executed programs ends
41
42 --no-kded
43 Do not start kded
44
45 --suicide
46 Terminate when no KDE applications are left running
47
48 +programs
49 runs the programs handling requests
50
51 programs
52 runs the programs without handling requests
53
55 A standard way to run this program is by simply specifying the
56 following command at the prompt kdeinit5 program or kdeinit5 +program
57
59 /tmp/kde-$USER/kdeinit5_$INSTANCE
60 ...
61
63 $HOME
64 Specifies the home directory of the current user
65
66 $KDE_HOME_READONLY
67 Specifies if the home directory of the current user is read only
68
69 $KDE_IS_PRELINKED
70 If set, tells kdeinit5 that the KDE programs are pre-linked.
71
72 (Prelinking is a process that allows you to speed up the process of
73 dynamic linking.)
74
75 $KDE_DISPLAY
76 If set, tells kdeinit5 that it is running on a KDE desktop.
77
79 kded5, kdekillall
80
82 Please use KDE's bugtracker[1] to report bugs.
83
85 Waldo Bastian <bastian@kde.org>
86 Author.
87
88 Mario Weilguni <mweilguni@sime.com>
89 Author.
90
91 Lubos Lunak <l.lunak@kde.org>
92 Author.
93
95 1. KDE's bugtracker
96 http://bugs.kde.org
97
98
99
100KDE Frameworks Frameworks 5.0 2013-12-18 KDEINIT5(8)