From c19fc1593ace5136e113f118a3d2eba30732cf34 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 31 Jan 2026 15:36:27 +0100 Subject: [PATCH] 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. --- bin/omarchy-install-geforce-now | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/omarchy-install-geforce-now b/bin/omarchy-install-geforce-now index 67c511ba..4c941a9b 100755 --- a/bin/omarchy-install-geforce-now +++ b/bin/omarchy-install-geforce-now @@ -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