From 4dfe770c852b2455b6b161c09cb59d5f60c57ba8 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 6 Dec 2024 18:19:26 -0500 Subject: [PATCH] Force GTK applications to use portals --- config-files/shell-profile | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config-files/shell-profile b/config-files/shell-profile index 686d756..33a885e 100644 --- a/config-files/shell-profile +++ b/config-files/shell-profile @@ -3,6 +3,7 @@ # WAYLAND ENV export WAYLAND_PROTOCOLS_DATADIR="/usr/share/wayland-protocols" export ELECTRON_OZONE_PLATFORM_HINT=auto +export GTK_USE_PORTAL=1 # XDG BASE ENV export XDG_DATA_HOME="$HOME"/.local/share diff --git a/install.sh b/install.sh index 910ced9..f15caab 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated November 14, 2024 \(rev. A\) +echo Last updated December 06, 2024 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"