mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 15:37:16 -04:00
Force GTK applications to use portals
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
# WAYLAND ENV
|
# WAYLAND ENV
|
||||||
export WAYLAND_PROTOCOLS_DATADIR="/usr/share/wayland-protocols"
|
export WAYLAND_PROTOCOLS_DATADIR="/usr/share/wayland-protocols"
|
||||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||||
|
export GTK_USE_PORTAL=1
|
||||||
|
|
||||||
# XDG BASE ENV
|
# XDG BASE ENV
|
||||||
export XDG_DATA_HOME="$HOME"/.local/share
|
export XDG_DATA_HOME="$HOME"/.local/share
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s Artix Install Script
|
echo rwinkhart\'s Artix Install Script
|
||||||
echo Last updated November 14, 2024 \(rev. A\)
|
echo Last updated December 06, 2024 \(rev. A\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user