Revert "Nuked and erased XDG_RUNTIME_DIR from existance"
This reverts commit 366c173c5b
.
This commit is contained in:
parent
366c173c5b
commit
da52b1d930
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ export "XDG_CONFIG_HOME=${HOME}/.config"
|
||||||
export "XDG_CACHE_HOME=${HOME}/.cache"
|
export "XDG_CACHE_HOME=${HOME}/.cache"
|
||||||
export "XDG_DATA_HOME=${HOME}/.local/share"
|
export "XDG_DATA_HOME=${HOME}/.local/share"
|
||||||
export "XDG_STATE_HOME=${HOME}/.local/state"
|
export "XDG_STATE_HOME=${HOME}/.local/state"
|
||||||
|
if [ -z "${XDG_RUNTIME_DIR}" ]; then
|
||||||
|
export "XDG_RUNTIME_DIR=/tmp/${UID}"
|
||||||
|
fi
|
||||||
export "XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/flatpak/exports/share:${HOME}/.local/share/flatpak/exports/share"
|
export "XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/flatpak/exports/share:${HOME}/.local/share/flatpak/exports/share"
|
||||||
export "XDG_CONFIG_DIRS=/etc/xdg"
|
export "XDG_CONFIG_DIRS=/etc/xdg"
|
||||||
|
|
||||||
|
|
Reference in a new issue