In that case the first thing to do is to figure out how exactly your system calls the flatpak version of gnucash. There are quite a few subtle details that may affect this.
You can examine the menu entry to figure out what command is being run exactly. Out of curiosity have you been removing installed flatpaks manually by deleting associated directories ? The error suggests flatpak believes a version of gnucash (master) is installed on your system while it appears not to. Regards, Geert Op donderdag 11 februari 2021 13:58:29 CET schreef Elmar: > Trying "flatpak run org.GnuCash.gnucash --logto=$HOME/gnucash.trace" > > does not invoke the program and instead gives me > > "error: app/org.GnuCash.gnucash/x86_64/master not installed" > > Which is very odd, since it runs from the menu system fine. > > - Elmar > > On 2/11/21 3:59 AM, Geert Janssens wrote: > > The default trace file location on flatpak doesn't work indeed. By > > > default the trace file will be written in /tmp and that folder is > > treated special by flatpak. The details aren't clear to me yet, but > > it's indeed safer to add the --logto option. You are free to use a > > file name there (for example "$HOME/ gnucash.trace") or stdout. > > Note > for completeness to start the flatpak edition of gnucash you'll > > probably have to invoke something more like this: flatpak run > > org.GnuCash.gnucash --logto="path-to-log-to-or-stdout" > > Regards, > > > Geert > _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
