blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
24 stars 25 forks source link

fix(default-flatpaks): Activate user-flatpak-setup after network-onli… #73

Closed zelikos closed 9 months ago

zelikos commented 9 months ago

…ne.target

Based on findings here: https://github.com/ublue-os/bluefin/issues/575#issuecomment-1801237111

It seems that having Requires=xdg-desktop-autostart.target was causing problems. I commented out that line in user-flatpak-setup.service on my image and rebooted, and was able to open links in Firefox just fine again.

This PR replaces that line with Wants=network-online.target and After=network-online.target, which also matches system-flatpak-setup.service. I've tested these changes in a VM, and it seems to still work as before (but without the aforementioned bug).