From d969133c5dc74d47e82497e481cc4a8396b78053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 26 Nov 2021 22:44:31 -0500 Subject: [PATCH] bwrap: fix iceweasel-uxp directory --- bwrap/iceweasel-uxp-private.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwrap/iceweasel-uxp-private.bash b/bwrap/iceweasel-uxp-private.bash index ad827c4..34c3274 100644 --- a/bwrap/iceweasel-uxp-private.bash +++ b/bwrap/iceweasel-uxp-private.bash @@ -33,7 +33,7 @@ set -euo pipefail --bind-try /tmp/sndio /tmp/sndio \ --bind-try /tmp/sndio-"$(id -u)" /tmp/sndio-"$(id -u)" \ --bind-try "${HOME}/.sndio" "${HOME}/.sndio" \ - --bind "${HOME}/Descargas" "${HOME}/Descargas" \ + --bind "$(xdg-user-dir DOWNLOAD)" "$(xdg-user-dir DOWNLOAD)" \ --chdir "${HOME}" \ --unshare-all \ --share-net \