Windows/kde.conf: Difference between revisions
Appearance
< Windows
SaroEngels (talk | contribs) Created page with "== Changing default paths == The settings, caches and other files needed by KDE applications are stored in several default locations. Since these locations can collide when us..." |
m Ochurlaud moved page Windows/Imported From TechBase/kde.conf to Windows/kde.conf |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
A sample kde.conf looks like that: | A sample kde.conf looks like that: | ||
[KDE] | <nowiki> | ||
KDEHOME=%APPDATA%\\KDE\\kde | [KDE] | ||
KDEHOME=%APPDATA%\\KDE\\kde | |||
[XDG] | |||
XDG_DATA_HOME=%APPDATA%\\KDE\\kde\\data_home | [XDG] | ||
XDG_CONFIG_HOME=%APPDATA%\\KDE\\kde\\config_home | XDG_DATA_HOME=%APPDATA%\\KDE\\kde\\data_home | ||
XDG_CONFIG_HOME=%APPDATA%\\KDE\\kde\\config_home | |||
</nowiki> |
Latest revision as of 14:58, 18 March 2016
Changing default paths
The settings, caches and other files needed by KDE applications are stored in several default locations. Since these locations can collide when using multiple installations of KDE software side-by-side, we have added patches to make it possible to adapt those pathes. These changes had been (silently) introduced with KDE 4.8 and have gotten a major rework for the KDE 4.10 based applications.
A sample kde.conf looks like that:
[KDE] KDEHOME=%APPDATA%\\KDE\\kde [XDG] XDG_DATA_HOME=%APPDATA%\\KDE\\kde\\data_home XDG_CONFIG_HOME=%APPDATA%\\KDE\\kde\\config_home