You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Gnome recipces

Author (Read 6324 times)

0 Members and 1 Guest are viewing this topic.

Re: Gnome recipes
« Reply #11 on: January 31, 2018, 03:23:41 AM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Thank You bluzeo :)

Has it solved it for the person ?

Can the group be used in a computer web browser ?
Does it need software installed ?
 

Re: Gnome recipces
« Reply #10 on: January 31, 2018, 03:17:16 AM »
 

bluzeo

  • Linux Magazine writer
  • PayPal Supporter
  • Forum Regular
  • *****
  • 235
    Posts
  • Reputation: 45
  • Linux Lite Member
    • View Profile

  • CPU: Amd 8 core

  • MEMORY: 16Gb

  • VIDEO CARD: GT 210
Thank you here the link to the group.

God not dead. He roaring like an lion.

hey guys im Bluzeo and Linux Lite user that got his own open source company!
 

Re: Gnome recipes
« Reply #9 on: January 31, 2018, 03:10:28 AM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello bluzeo,

to clarify for the Telegram Peps PM to you -

First try this key import from the Github link -

Code: [Select]
wget https://flathub.org/repo/flathub.gpg
flatpak --user remote-modify --gpg-import=flathub.gpg flathub

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.
« Last Edit: January 31, 2018, 03:24:11 AM by bitsnpcs »
 

Re: Gnome recipes
« Reply #8 on: January 25, 2018, 03:26:15 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
« Last Edit: January 25, 2018, 06:15:46 PM by bitsnpcs »
 

Re: Gnome recipes
« Reply #7 on: January 25, 2018, 03:09:41 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
First try this key import from the Github link -

Code: [Select]
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/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: [Select]
flatpak remote-delete --force gnome flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
Then repeat from these ones -

Code: [Select]
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now Flatpak is installed to install Gnome Recipes by do -

Code: [Select]
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: [Select]
flatpak run org.gnome.Recipes
To update Gnome Recipes from CLI do -

Code: [Select]
flatpak update
« Last Edit: January 25, 2018, 06:15:32 PM by bitsnpcs »
 

Re: Gnome recipces
« Reply #6 on: January 25, 2018, 04:43:21 AM »
 

bluzeo

  • Linux Magazine writer
  • PayPal Supporter
  • Forum Regular
  • *****
  • 235
    Posts
  • Reputation: 45
  • Linux Lite Member
    • View Profile

  • CPU: Amd 8 core

  • MEMORY: 16Gb

  • VIDEO CARD: GT 210

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.

hey guys im Bluzeo and Linux Lite user that got his own open source company!
 

Re: Gnome recipces
« Reply #5 on: January 25, 2018, 04:39:51 AM »
 

bluzeo

  • Linux Magazine writer
  • PayPal Supporter
  • Forum Regular
  • *****
  • 235
    Posts
  • Reputation: 45
  • Linux Lite Member
    • View Profile

  • CPU: Amd 8 core

  • MEMORY: 16Gb

  • VIDEO CARD: GT 210
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 - the ppa is not working.. ill give the screen shot later. going to bed...

Code: [Select]
sudo add-apt-repository ppa:alexlarsson/flatpak
To get Updates do -

Code: [Select]
sudo apt-get update
To install Flatpak do -

Code: [Select]
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: [Select]
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now Flatpak is installed to install Gnome Recipes by do -

Code: [Select]
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: [Select]
flatpak run org.gnome.Recipes
To update Gnome Recipes from CLI do -

Code: [Select]
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 ?
hey guys im Bluzeo and Linux Lite user that got his own open source company!
 

Re: Gnome recipes
« Reply #4 on: January 24, 2018, 05:30:31 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
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: [Select]
sudo add-apt-repository ppa:alexlarsson/flatpak
To get Updates do -

Code: [Select]
sudo apt-get update
To install Flatpak do -

Code: [Select]
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: [Select]
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now Flatpak is installed to install Gnome Recipes by do -

Code: [Select]
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: [Select]
flatpak run org.gnome.Recipes
To update Gnome Recipes from CLI do -

Code: [Select]
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 ?
« Last Edit: January 24, 2018, 06:44:46 PM by bitsnpcs »
 

Re: Gnome recipces
« Reply #3 on: January 24, 2018, 05:00:45 PM »
 

bluzeo

  • Linux Magazine writer
  • PayPal Supporter
  • Forum Regular
  • *****
  • 235
    Posts
  • Reputation: 45
  • Linux Lite Member
    • View Profile

  • CPU: Amd 8 core

  • MEMORY: 16Gb

  • VIDEO CARD: GT 210
so how can she install flatpack on lite??
hey guys im Bluzeo and Linux Lite user that got his own open source company!
 

Re: Gnome recipes
« Reply #2 on: January 24, 2018, 03:14:44 PM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello bluzeo,

there is a tutorial on installing it here - http://www.omgubuntu.co.uk/2016/12/gnome-desktop-cooking-app
 

Gnome recipces
« Reply #1 on: January 24, 2018, 02:17:49 PM »
 

bluzeo

  • Linux Magazine writer
  • PayPal Supporter
  • Forum Regular
  • *****
  • 235
    Posts
  • Reputation: 45
  • Linux Lite Member
    • View Profile

  • CPU: Amd 8 core

  • MEMORY: 16Gb

  • VIDEO CARD: GT 210
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.

hey guys im Bluzeo and Linux Lite user that got his own open source company!
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section