NVIDIA's client ships from their own flatpak repo (com.nvidia.geforcenow), which default-flatpaks can't add alongside Flathub — so a stamped oneshot service installs it on first boot with retries. Docs note the BC-250 has no hardware video decode: streams are CPU-decoded, keep to 1080p. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
334 B
Desktop File
14 lines
334 B
Desktop File
[Unit]
|
|
Description=Install GeForce NOW flatpak (NVIDIA repo, first boot)
|
|
Wants=network-online.target
|
|
After=network-online.target flatpak-add-fedora-repos.service
|
|
ConditionPathExists=!/var/lib/bc250/.gfn-installed
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bc250-gfn-install
|
|
TimeoutStartSec=45min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|