## 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