summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-baseapps/profile.d/kde.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install/kde-baseapps/profile.d/kde.sh')
-rw-r--r--kde/post-install/kde-baseapps/profile.d/kde.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/post-install/kde-baseapps/profile.d/kde.sh b/kde/post-install/kde-baseapps/profile.d/kde.sh
index 8883fc8..dfc93bd 100644
--- a/kde/post-install/kde-baseapps/profile.d/kde.sh
+++ b/kde/post-install/kde-baseapps/profile.d/kde.sh
@@ -10,7 +10,7 @@ else
XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg
fi
if [ "$XDG_RUNTIME_DIR" = "" ]; then
- XDG_RUNTIME_DIR=/tmp/xdg-runtime-$USER
+ XDG_RUNTIME_DIR=/run/user/$USER
mkdir -p $XDG_RUNTIME_DIR
chown $USER $XDG_RUNTIME_DIR
chmod 700 $XDG_RUNTIME_DIR