- Install flatpak builder
flatpak install --user org.flatpak.Builder
- Build and install the Sparrow manifest
flatpak run org.flatpak.Builder --user --install builddir com.sparrowwallet.Sparrow.yml
This will create two directories which could be removed later:
.flatpak-builder
dependency cachebuilddir
the files in flatpak app image
Note:
- The Sparrow home directory is
~/.var/app/com.sparrowwallet.Sparrow/.sparrow
. You might want to copy the existing data file from~/.sparrow
into it (or create a symbolic link).
It works without
socket=wayland
andenv=DISPLAY=:0
.It requires:
socket=x11
device=dri
Without
device=dri
I get this:So this works:
Also I had an issue with
Scan for Connected Devices
, which I fixed it by:libusb
as module.device=all
tofinish-args
.