From 32191cb11483d2f8109770b6b1cc161f21e039b9 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 20 Sep 2023 22:40:52 -0700 Subject: [PATCH] fix: Switch to xdg-user-dirs package --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4cfd59a..06a508a 100644 --- a/Containerfile +++ b/Containerfile @@ -31,7 +31,6 @@ RUN git clone https://github.com/89luca89/distrobox.git --single-branch && \ cp distrobox/distrobox-host-exec /usr/bin/distrobox-host-exec && \ ln -s /usr/bin/distrobox-host-exec /usr/bin/flatpak && \ ln -s /usr/bin/distrobox-host-exec /usr/bin/firefox && \ - ln -s /usr/bin/distrobox-host-exec /usr/bin/xdg-user-dir && \ wget https://github.com/1player/host-spawn/releases/download/$(cat distrobox/distrobox-host-exec | grep host_spawn_version= | cut -d "\"" -f 2)/host-spawn-$(uname -m) -O distrobox/host-spawn && \ cp distrobox/host-spawn /usr/bin/host-spawn && \ chmod +x /usr/bin/host-spawn && \ @@ -62,6 +61,7 @@ RUN pacman -S \ hyfetch \ fish \ yad \ + xdg-user-dirs \ xdotool \ xorg-xwininfo \ wmctrl \