add XDG_CACHE_HOME to system enva

This commit is contained in:
DanyLE 2025-03-21 18:39:58 +01:00
parent 4ec5c71110
commit b333742f9f

View File

@ -5,6 +5,7 @@ do_install:append () {
export GDK_BACKEND=wayland
export XDG_RUNTIME_DIR=/home/$USER/.xdg
export XDG_CONFIG_HOME=/home/$USER/.config
export XDG_CACHE_HOME=/home/$USER/.cache
export PATH=$PATH:/home/$USER/bin:/home/$USER/.local/bin
export LD_LIBRARY_PATH=/home/$USER/lib:/home/$USER/.local/lib
export DBUS_SYSTEM_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket