First try this key import from the Github link -
If it fails to solve the issue, then to try this -
Experimental, (I think it is right but not positive, try, and see if there is an error?) I tried to follow it from here - http://manpages.ubuntu.com/manpages/zest...ete.1.html
and then by editing the Fedora code by "mwleeds" on Github that solved this issue, here
- https://github.com/flatpak/flatpak/issues/1187
I tried to edit the Fedora code so it fits the Ubuntu code format etc. I am just unsure if I edited it correctly, only on this first command below.
Then repeat from these ones -
Now Flatpak is installed to install Gnome Recipes by do -
If it is in the LL Menu run from there, if not, otherwise run from CLI by do -
To update Gnome Recipes from CLI do -
Code:
wget https://flathub.org/repo/flathub.gpg
flatpak --user remote-modify --gpg-import=flathub.gpg flathub
If it fails to solve the issue, then to try this -
Experimental, (I think it is right but not positive, try, and see if there is an error?) I tried to follow it from here - http://manpages.ubuntu.com/manpages/zest...ete.1.html
and then by editing the Fedora code by "mwleeds" on Github that solved this issue, here
- https://github.com/flatpak/flatpak/issues/1187
I tried to edit the Fedora code so it fits the Ubuntu code format etc. I am just unsure if I edited it correctly, only on this first command below.
Code:
flatpak remote-delete --force gnome flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
Then repeat from these ones -
Code:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now Flatpak is installed to install Gnome Recipes by do -
Code:
flatpak install --from https://alexlarsson.github.io/test-releases/gnome-recipes.flatpakref
If it is in the LL Menu run from there, if not, otherwise run from CLI by do -
Code:
flatpak run org.gnome.Recipes
To update Gnome Recipes from CLI do -
Code:
flatpak update