Gnome recipces - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Gnome recipces (/showthread.php?tid=4878) Pages:
1
2
|
Gnome recipces - bluzeo - 01-24-2018 Hey guys I got an friend wondering if it possible to install this program gnome recipes? She been using for an while but switch to lite due to her netbook. God not dead. He roaring like an lion. Re: Gnome recipes - bitsnpcs - 01-24-2018 Hello bluzeo, there is a tutorial on installing it here - http://www.omgubuntu.co.uk/2016/12/gnome-desktop-cooking-app Re: Gnome recipces - bluzeo - 01-24-2018 so how can she install flatpack on lite?? Re: Gnome recipes - bitsnpcs - 01-24-2018 Open CLI by Ctrl Alt t (hold down Ctrl and Alt then press t) Paste or type into CLI that inside the blue code areas below, 1 at a time, press enter and type in the admin/sudoer password when asked. To install PPA Flatpak do - Code: sudo add-apt-repository ppa:alexlarsson/flatpak To get Updates do - Code: sudo apt-get update To install Flatpak do - Code: sudo apt install flatpak To check if needed, and if needed, to then install Gnome Runtimes, as per - https://flatpak.org/runtimes.html by doing - 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 Instructions method partly copied from the first link in OMGUbuntu, and then additionals by following the click thru's for the runtimes and flatpak websites, plus searching around flatpak website for Ubuntu specific install instructions, for clarity, and hopefully a more complete tutorial; link wise (eg; on one page rather than many websites) Is it followable ? If all works okay, and if there is no LL Menu item, you can make a Launcher and Add icon in Menu in usual manner. I am not very good at menu icons/launchers, rubbish at it, tried with Etcher and was unable to get it to hold icon or stay in the area of menu I wanted lol. If help is needed for the launcher hopefully someone can help with that ? Re: Gnome recipces - bluzeo - 01-25-2018 (01-24-2018, 10:30 PM)bitsnpcs link Wrote: Open CLI by Ctrl Alt t (hold down Ctrl and Alt then press t) Re: Gnome recipces - bluzeo - 01-25-2018 Installing: org.gnome.Recipes/x86_64/master from org.gnome.Recipes-origin error: GPG signatures found, but none are in trusted keyring that what it is saying to me. Re: Gnome recipes - bitsnpcs - 01-25-2018 First try this key import from the Github link - Code: wget https://flathub.org/repo/flathub.gpg 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/zesty/man1/flatpak-remote-delete.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 Re: Gnome recipes - bitsnpcs - 01-25-2018 https://github.com/flatpak/flatpak/issues/944 ^ issue discussed by owner Re: Gnome recipes - bitsnpcs - 01-31-2018 Hello bluzeo, to clarify for the Telegram Peps PM to you - First try this key import from the Github link - Code: wget https://flathub.org/repo/flathub.gpg if it is still not accepting the signatures then to try the rest of the x2 post above this one. After this if it is still not accepting the key it needs a new key from the software creator, who can be contacted on Github link above. Re: Gnome recipces - bluzeo - 01-31-2018 Thank you here the link to the group. God not dead. He roaring like an lion. |