<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   How about automatic updates from the repo?
  </div>
  <blockquote type="cite">
   On 13 May 2020 at 11:07 Richard Shaw &lt;hobbes1069@gmail.com&gt; wrote: 
   <br>
   <br>
   <div dir="ltr">
    <div dir="ltr">
     On Wed, May 13, 2020 at 9:44 AM Glenn K0LNY &lt; 
     <a target="_blank" href="mailto:glennervin@cableone.net" rel="noopener">glennervin@cableone.net</a>&gt; wrote: 
     <br>
    </div>
    <div class="ox-f9b40689fc-gmail_quote">
     <blockquote>
      <u></u>
      <div>
       <div>
        <span style="font-family: Arial; font-size: small;">Will the end user notice any difference?</span>
       </div>
      </div>
     </blockquote>
     <div>
      <br>
     </div>
     <div>
      If setup correctly, not really. It looks and works the same.
     </div>
     <div>
      <br>
     </div>
     <div>
      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:&nbsp;
     </div>
     <div>
      <br>
     </div>
     <div>
      &nbsp; &nbsp;"finish-args": [ 
      <br>&nbsp; &nbsp; &nbsp; &nbsp; "--share=ipc", 
      <br>&nbsp; &nbsp; &nbsp; &nbsp; "--share=network", 
      <br>&nbsp; &nbsp; &nbsp; &nbsp; "--socket=x11", 
      <br>&nbsp; &nbsp; &nbsp; &nbsp; "--socket=wayland", 
      <br>&nbsp; &nbsp; &nbsp; &nbsp; "--filesystem=home", 
      <br>&nbsp; &nbsp; &nbsp; &nbsp; "--device=all" 
      <br>
     </div>
     <div>
      <br>
     </div>
     <div>
      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.&nbsp;
     </div>
     <div>
      <br>
     </div>
     <div>
      Thanks,
     </div>
     <div>
      Richard
     </div>
    </div>
   </div>_______________________________________________ 
   <br>chirp_users mailing list 
   <br>chirp_users@intrepid.danplanet.com 
   <br>http://intrepid.danplanet.com/mailman/listinfo/chirp_users 
   <br>This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net 
   <br>To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
  </blockquote>
  <div class="default-style">
   <br>&nbsp;
  </div>
  <div class="io-ox-signature">
   <p>Nigel A. Gunn, ///shoulders.outwards.resolutions&nbsp; &nbsp;tel +1 937 825 5032<br>Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net <br><br></p>
  </div> 
 </body>
</html>