Gate system-flatpak-setup on network-online
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>
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user