summaryrefslogtreecommitdiffstats
path: root/etc/xdg/plasma-workspace
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-07-27 10:12:24 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2016-07-27 10:12:24 +0200
commit3f8c88de33daa56239b496e9d03a9c9606b9b9f2 (patch)
tree49e7ab7bd47ebbbf4f1119bcaf622e4c4f369456 /etc/xdg/plasma-workspace
parent4df67e68bf0819fa386f6255e8b8da2c1685a641 (diff)
downloadconfig-3f8c88de33daa56239b496e9d03a9c9606b9b9f2.tar
config-3f8c88de33daa56239b496e9d03a9c9606b9b9f2.tar.gz
config-3f8c88de33daa56239b496e9d03a9c9606b9b9f2.tar.bz2
config-3f8c88de33daa56239b496e9d03a9c9606b9b9f2.tar.xz
config-3f8c88de33daa56239b496e9d03a9c9606b9b9f2.zip
Fix XDG_DATA_DIRS
Prepare to have mageia flavours ( Live, Default, etc. )
Diffstat (limited to 'etc/xdg/plasma-workspace')
-rw-r--r--etc/xdg/plasma-workspace/env/env15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/xdg/plasma-workspace/env/env b/etc/xdg/plasma-workspace/env/env
new file mode 100644
index 0000000..93bcabe
--- /dev/null
+++ b/etc/xdg/plasma-workspace/env/env
@@ -0,0 +1,15 @@
+## from http://standards.freedesktop.org/menu-spec/latest/
+
+# XDG_CONFIG_DIRS
+if [ -z "${XDG_CONFIG_DIRS}" ] ; then
+ XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma5-profiles/common/xdg
+ export XDG_CONFIG_DIRS
+fi
+
+
+# XDG_DATA_DIRS
+if [ -z "${XDG_DATA_DIRS}" ] ; then
+ XDG_DATA_DIRS=/var/lib/plasma5-profiles/common/share:/usr/local/share:/usr/share
+ export XDG_DATA_DIRS
+fi
+