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