From 59a2c38f10fb16b37103b11499116c4af2066b25 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 18 Sep 2023 22:54:04 -0700 Subject: [PATCH] chore: Swap out xdg-desktop-portal-gnome for xdg-desktop-portal-gtk --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 244b4d4..e6cee29 100644 --- a/Containerfile +++ b/Containerfile @@ -118,7 +118,7 @@ RUN sed -i 's/-march=native -mtune=native/-march=x86-64 -mtune=generic/g' /etc/m xdg-desktop-portal-kde \ --noconfirm && \ pacman -S \ - xdg-desktop-portal-gnome \ + xdg-desktop-portal-gtk \ --noconfirm && \ useradd -m --shell=/bin/bash build && usermod -L build && \ echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \