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
|
chmod +x GeForceNOWSetup.bin
|
||||||
./GeForceNOWSetup.bin
|
./GeForceNOWSetup.bin
|
||||||
|
|
||||||
# Seems like some computers get stuck with geforce settings after install that blocks startup
|
# Ensure a separate browser process not started by GFN is available.
|
||||||
pkill -9 -f geforce && pkill -9 -f GeForce
|
# If not, it seems like GFN has a tendency to hang on login.
|
||||||
rm -rf .var/app/com.nvidia.geforcenow*
|
setsid omarchy-launch-browser
|
||||||
|
|
||||||
notify-send " NVIDIA GeForce NOW" "Start it from the app launcher (Super + Space)"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user