Re: [GNC-dev] [GNC] GnuCash 4.900 Released
John Ralls <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gnucash.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Jan 13, 2023, at 3:23 PM, Fred Tydeman <[email protected]> wrote: > > On Fri, Jan 13, 2023 at 3:00 PM David H <[email protected]> wrote: > >> Yeah seems to be a typo which will cause the remote-add to fail if you >> already have the flathub repository installed as follows:- >> >> Wiki says - flatpak remote-add --user --if-not-exists *flathub* >> https://flathub.org/beta-repo/flathub-beta.flatpakrepo >> Should be - flatpak remote-add --user --if-not-exists *flathub-beta* >> https://flathub.org/beta-repo/flathub-beta.flatpakrepo >> > > Thanks. That fix lets me get farther. > I have done a fresh install of Fedora 37 with Gnome 43.2 on Intel 64-bit > CPU. > When I try to install the beta, I get an error saying that beta requires > runtime org.gnome.Platform/x86_64/43 > Is there some way to force the beta to use the system wide Gnome? No. The whole point of flatpak is that it doesn't use the system-wide anything except the kernel. You have to install a Gnome runtime inside it, and at any time there are two possible runtimes: The latest release and the one before that. Right now that's 43 and 42 respectively. Regards, John Ralls