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
14 kde4-config is a command line program used to retrieve information
15 about KDE installation or user paths.
16
17 Use this program to determine where the various aspects of the KDE
18 installation reside on your system.
19
21 --expandvars
22 expand ${prefix} and ${exec_prefix} in output
23
24 --prefix
25 Compiled in prefix for KDE libraries
26
27 --exec-prefix
28 Compiled in exec_prefix for KDE libraries
29
30 --libsuffix
31 Compiled in library path suffix
32
33 --localprefix
34 Prefix in $HOME used to write files
35
36 --version
37 Compiled in version string for KDE libraries
38
39 --types
40 Print a list of all available KDE resource types
41
42 --path type
43 Search path for the specified type
44
45 --userpath type
46 User paths for the types: desktop|autostart|trash|document
47
48 --install type
49 Prefix to install resource files to
50
52 Print the top-level KDE installation directory:
53
54 % kde4-config --prefix
55
56 Print a list of all resource types:
57
58 % kde4-config --types
59
60 Print the installed wallpaper path:
61
62 % kde4-config --path wallpaper
63
65 kdeoptions(7)
66
68 None known.
69
71 Stephan Kulow <coolo@kde.org>
72 Author.
73
74
75
76K Desktop Environment 2007-09-28 KDE4-CONFIG(1)