Compare commits

..

1 Commits

Author SHA1 Message Date
b333742f9f add XDG_CACHE_HOME to system enva 2025-03-21 18:39:58 +01:00

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