mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Just make a separate browser ready for the authentication
Seems like the entire problem was just that GFN didn't want to authenticate against a browser process it had started itself.
This commit is contained in:
@@ -12,8 +12,6 @@ curl -LO https://international.download.nvidia.com/GFNLinux/GeForceNOWSetup.bin
|
||||
chmod +x GeForceNOWSetup.bin
|
||||
./GeForceNOWSetup.bin
|
||||
|
||||
# Seems like some computers get stuck with geforce settings after install that blocks startup
|
||||
pkill -9 -f geforce && pkill -9 -f GeForce
|
||||
rm -rf .var/app/com.nvidia.geforcenow*
|
||||
|
||||
notify-send " NVIDIA GeForce NOW" "Start it from the app launcher (Super + Space)"
|
||||
# Ensure a separate browser process not started by GFN is available.
|
||||
# If not, it seems like GFN has a tendency to hang on login.
|
||||
setsid omarchy-launch-browser
|
||||
|
||||
Reference in New Issue
Block a user