mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
b0f68b1e62
commit
ff025f082a
@ -223,8 +223,6 @@ vkplay_path2="${logged_in_home}/.local/share/Steam/steamapps/compatdata/VKPlayLa
|
|||||||
chrome_path="/usr/bin/flatpak"
|
chrome_path="/usr/bin/flatpak"
|
||||||
chrome_startdir="\"/usr/bin\""
|
chrome_startdir="\"/usr/bin\""
|
||||||
chromedirectory="\"$chrome_path\""
|
chromedirectory="\"$chrome_path\""
|
||||||
echo "export chromedirectory=$chromedirectory" >> ${logged_in_home}/.config/systemd/user/env_vars
|
|
||||||
echo "export chrome_startdir=$chrome_startdir" >> ${logged_in_home}/.config/systemd/user/env_vars
|
|
||||||
|
|
||||||
# Check if Epic Games Launcher is installed
|
# Check if Epic Games Launcher is installed
|
||||||
function CheckInstallations {
|
function CheckInstallations {
|
||||||
@ -2157,6 +2155,8 @@ if [[ $options == *"Netflix"* ]] || [[ $options == *"Xbox Game Pass"* ]] || [[ $
|
|||||||
|
|
||||||
# Run the flatpak --user override command
|
# Run the flatpak --user override command
|
||||||
flatpak --user override --filesystem=/run/udev:ro com.google.Chrome
|
flatpak --user override --filesystem=/run/udev:ro com.google.Chrome
|
||||||
|
echo "export chromedirectory=$chromedirectory" >> ${logged_in_home}/.config/systemd/user/env_vars
|
||||||
|
echo "export chrome_startdir=$chrome_startdir" >> ${logged_in_home}/.config/systemd/user/env_vars
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user