mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
fix(deck): Add environment variable needed for Decky Loader with SELinux.
This commit is contained in:
parent
b3c4e1e094
commit
1fa303b8ec
@ -1 +1,6 @@
|
||||
# Required for use of OBS-VkCapture in X11 environments
|
||||
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
|
||||
OBS_USE_EGL=1
|
||||
|
||||
# Required for Decky Loader on systems with SELinux
|
||||
DECKY_SELINUX=1
|
||||
|
@ -18,7 +18,7 @@ get-decky:
|
||||
#!/usr/bin/env bash
|
||||
export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6)
|
||||
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
|
||||
sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
|
||||
sudo chcon -t bin_t $HOME/homebrew/services/PluginLoader
|
||||
|
||||
get-emudeck:
|
||||
echo 'Retrieving EmuDeck...'
|
||||
|
3
system_files/desktop/etc/environment
Normal file
3
system_files/desktop/etc/environment
Normal file
@ -0,0 +1,3 @@
|
||||
# Required for use of OBS-VkCapture in X11 environments
|
||||
# Nvidia users must additionally have nvidia-drm.modeset=1 in their kargs
|
||||
OBS_USE_EGL=1
|
Loading…
x
Reference in New Issue
Block a user