You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"XDG_CONFIG_HOME", {QXdgStandardPath::XdgConfigHomeLocation, "Single base directory relative to which user-specific configuration files should be written, defined by basedir-spec."}},
19
19
{"XDG_CONFIG_DIRS", {QXdgStandardPath::XdgConfigDirsLocation, "Set of preference ordered base directories relative to which configuration files should be searched, defined by basedir-spec."}},
20
20
{"XDG_DATA_DIRS", {QXdgStandardPath::XdgDataDirsLocation, "set of preference ordered base directories relative to which data files should be searched, defined by basedir-spec."}},
21
-
{"XDG_DATA_HOME", {QXdgStandardPath::XdgDataHomeLocation, "Single base directory relative to which user-specific data files should be written., defined by basedir-spec."}},
21
+
{"XDG_DATA_HOME", {QXdgStandardPath::XdgDataHomeLocation, "Single base directory relative to which user-specific data files should be written, defined by basedir-spec."}},
22
+
{"XDG_CACHE_HOME", {QXdgStandardPath::XdgCacheHomeLocation, "Defines the base directory relative to which user specific non-essential data files should be stored, defined by basedir-spec."}},
22
23
{"KF5_SERVICES", {QXdgStandardPath::Kf5ServicesLocation, "(*) KDE Framework 5 services. (kf5-config --path services)"}}, // not part of XDG or FreeDesktop standard
0 commit comments