<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 7/19/21 1:53 PM, Dan Nicholson
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAJAOzpAX=wCv7MHmkGxDSZJKngSO_RQxpU9Va7vhyygJhSA5SQ@mail.gmail.com"><br>
      <pre class="moz-quote-pre" wrap="">What's the specific error you're hitting?

--
Dan
</pre>
    </blockquote>
    <p>Hi,</p>
    <p>Thank you for the information.  There is no specific error that
      I'm getting.  The flatpak compiles fine, but the installed app can
      not see the Gnome Platform libraries once installed.  I tried
      taking out <br>
    </p>
    <p><font face="Times New Roman, Times, serif">--exec-prefix=/bin</font>
      from the simple build-system command <br>
    </p>
    <pre class="moz-quote-pre" wrap="">- python3 setup.py install --prefix=/app --exec-prefix=/bin

</pre>
    <p>but it made no difference in whether Gramps could see the Gnome
      Platform libraries.  So right now I am trying <br>
    </p>
    <p><font face="Times New Roman, Times, serif">- <span class="pl-s">python3
          setup.py install --prefix=/app
          --exec-prefix=/usr/lib/x86_64-linux-gnu</span></font></p>
    <p><span class="pl-s">The problem with Gramps not seeing some of the
        Gnome Platform libraries is that Gramps is not fully functional
        in some things.  For example, since Gramps can not see enchant2
        in the Gnome Platform, I had to manually add enchant-1 along
        with some other dependencies into the manifest to get spell
        checking to work.  I couldn't get enchant2 to compile into the
        manifest, so I used the obsolete enchant1.  That bothers me, and
        I would prefer to make the flatpak smaller with access to up to
        date Gnome libraries rather than include a lot of extra
        dependencies.</span></p>
    <p><span class="pl-s">------<br>
      </span></p>
    <p>Thank you,</p>
    <p>Scott<br>
      <span class="pl-s"></span><font face="Times New Roman, Times,
        serif"><span class="pl-s"></span></font></p>
  </body>
</html>