1KDE4-CONFIG(1) KDE User's Manual KDE4-CONFIG(1)
2
3
4
6 kde4-config - Prints KDE installation paths
7
9 kde4-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix]
10 [--localprefix] [--version] [--types] [--path type]
11 [--userpath type] [--install type]
12
13
15 kde4-config is a command line program used to retrieve information
16 about KDE installation or user paths.
17
18
19 Use this program to determine where the various aspects of the KDE in‐
20 stallation reside on your system.
21
22
24 --expandvars
25 expand ${prefix} and ${exec_prefix} in output
26
27
28 --prefix
29 Compiled in prefix for KDE libraries
30
31
32 --exec-prefix
33 Compiled in exec_prefix for KDE libraries
34
35
36 --libsuffix
37 Compiled in library path suffix
38
39
40 --localprefix
41 Prefix in $HOME used to write files
42
43
44 --version
45 Compiled in version string for KDE libraries
46
47
48 --types
49 Print a list of all available KDE resource types
50
51
52 --path type
53 Search path for the specified type
54
55
56 --userpath type
57 User paths for the types: desktop|autostart|trash|document
58
59
60 --install type
61 Prefix to install resource files to
62
63
65 Print the top-level KDE installation directory:
66
67
68 % kde4-config --prefix
69
70
71 Print a list of all resource types:
72
73
74 % kde4-config --types
75
76
77 Print the installed wallpaper path:
78
79
80 % kde4-config --path wallpaper
81
82
84 kdeoptions(7)
85
86
88 None known.
89
90
92 Stephan Kulow <coolo@kde.org>.
93
94
95
96K Desktop Environment 2007-09-28 KDE4-CONFIG(1)