On Thu, Jun 4, 2020 at 7:36 pm, ArneBab <[email protected]> wrote:
Hi Jonathan,
Jonathan Frederickson <[email protected]> writes:
I have a few applications that I've installed through Flatpak on
Guix
System which used to work, but recently I've been unable to run
them.
Trying to run them results in:
jfred@lambdacrypt ~$ flatpak run im.riot.Riot
bwrap: execvp xdg-dbus-proxy: No such file or directory
I had the same problem. I fixed it with
guix install xdg-dbus-proxy.
Oh interesting, you're right! I would've expected this to be a hard
dependency of flatpak though, if flatpak apps require it.
Thanks for the tip though!