From ff025f082a2d7c61e3b97c248de826420164f36c Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:36:35 +0000 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index f2cc24a..0da432b 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -223,8 +223,6 @@ vkplay_path2="${logged_in_home}/.local/share/Steam/steamapps/compatdata/VKPlayLa chrome_path="/usr/bin/flatpak" chrome_startdir="\"/usr/bin\"" 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 function CheckInstallations { @@ -2157,6 +2155,8 @@ if [[ $options == *"Netflix"* ]] || [[ $options == *"Xbox Game Pass"* ]] || [[ $ # Run the flatpak --user override command 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