summaryrefslogtreecommitdiff
path: root/user/lxqt-desktop/startlxqt
diff options
context:
space:
mode:
Diffstat (limited to 'user/lxqt-desktop/startlxqt')
-rwxr-xr-xuser/lxqt-desktop/startlxqt2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/lxqt-desktop/startlxqt b/user/lxqt-desktop/startlxqt
index 09b73f337..a11a37ae9 100755
--- a/user/lxqt-desktop/startlxqt
+++ b/user/lxqt-desktop/startlxqt
@@ -24,7 +24,7 @@ fi
export XDG_DATA_DIRS
if [ -z "$XDG_CONFIG_DIRS" ]; then
- export XDG_CONFIG_DIRS="/etc/xdg"
+ export XDG_CONFIG_DIRS="/etc/xdg:/usr/share"
else
if ! contains "$XDG_CONFIG_DIRS" '/etc/xdg'; then
XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:/etc/xdg"