[chirp_users] chirp flatpak (In need of a few brave souls)

Richard Shaw
Wed May 13 08:07:34 PDT 2020


On Wed, May 13, 2020 at 9:44 AM Glenn K0LNY <glennervin at cableone.net> wrote:

> Will the end user notice any difference?
>

If setup correctly, not really. It looks and works the same.

As to the "if setup correctly" part, since flatpaks run in a
sandbox/container, you have to tell it what access it has to the host
system, for instance, for the chirp flatpak:

   "finish-args": [
        "--share=ipc",
        "--share=network",
        "--socket=x11",
        "--socket=wayland",
        "--filesystem=home",
        "--device=all"

The ipc, x11, and wayland are needed for a GUI application (you can have
command line flatpaks as well), the network is needed for downloading
things ike Radio Reference, "home" gives the application access to the home
directory and "device=all" is needed for access to serial ports.

Thanks,
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20200513/2b1bb4a6/attachment.html 


More information about the chirp_users mailing list