GabMus / razerCommander

GTK contol center for managing razer peripherals on Linux
GNU General Public License v3.0
164 stars 25 forks source link

flatpak install issues #68

Closed jaxwilko closed 3 years ago

jaxwilko commented 6 years ago

Hi,

I was having issues installing via flatpak, namely:

jax:~/razercommander$ flatpak-builder --repo=repo razercommander org.gabmus.razercommander.json 
error: org.gnome.Sdk 3.26 not installed
Failed to init: Unable to find sdk org.gnome.Sdk version 3.26

Something it may be helpful to add to your instructions might be:

flatpak remote-add --if-not-exists gnome https://sdk.gnome.org/gnome.flatpakrepo
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install gnome org.gnome.Sdk 3.26
flatpak install gnome org.gnome.Platform 3.26

Frustratingly I could not find these instructions anywhere so I had to poke around sdk.gnome.org till I could find the repo.

After this installation worked perfectly with your instructions.

Running however seemed to be an issue as I was not able to start the appliction via the desktop, instead I had to run:

flatpak run org.gabmus.razercommander

Apart from that everything is great, thank you very much for a great application!