fedora remote flatpaks require session dbus
As reported at Silverblue's Github issue tracker, there are some oddities in conjunction with flatpaks from the fedora remote.
It seems impossible to install flatpaks without access to a running session dbus. Neither sudo flatpak install
nor sudo -i
and then flatpak install
works, it always fails with one of those two errors depending on the specific environment I'm in:
error: Failed to execute child process ?dbus-launch? (No such file or directory)
error: Cannot autolaunch D-Bus without X11 $DISPLAY
My working hypothesis is that OCI flatpaks require dbus for something OStree flatpaks do not.
My concrete use-case is remote configuration using puppet manifests which currently throws lots of errors of the first type.