First hardware boot: the service gave up after ~12s of no network, failed with a cryptic "Error 0" desktop popup, and left all baked flatpaks uninstalled (its timer only re-arms on reboot). The GFN installer's own retry loop succeeded once the network arrived. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
# The stock service only waits ~12s internally for a connection, then fails
|
|
# (with a cryptic desktop popup) and doesn't retry until next boot. Seen on
|
|
# first hardware boot 2026-07-13: WiFi/DHCP wasn't up yet, so none of the
|
|
# baked flatpaks installed. Gate it on network-online instead.
|
|
[Unit]
|
|
Wants=network-online.target
|
|
After=network-online.target
|