akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.25k stars 202 forks source link

Error on install from flathub #624

Closed nicolalandro closed 3 years ago

nicolalandro commented 3 years ago

Expected Behavior

When I follow the flathub guide it install Akira

Current Behavior

The install instruction explained generate error

Possible Solution

I think that flatpack need something with two dot like for godot flatpak install --user flathub-beta org.godotengine.Godot. So possible solutions is the following:

flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install akira < This line is wrong, it should seams the following
flatpak install flathub-beta org.SOMETHING.Akira

But what is that extensive name of Akira flathub-beta?

Steps to Reproduce (for bugs)

  1. flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
  2. flatpak install akira Results
    ...
    error: REMOTE and REF must be specified

Your Environment (for bugs)

I'm on LinuxMint 19.3 Cinnamon, Flatpak 1.0.9

albfan commented 3 years ago

Working on

$ flatpak --version
Flatpak 1.11.2

Probably you need to adapt for old flatpak version or update flatpak

nicolalandro commented 3 years ago

I find it manually, to install it I must exec that:

flatpak install flathub-beta com.github.akiraux.akira
albfan commented 3 years ago

Where you get this instructions: I'm just aware of my own tweet where I publish exactly that:

https://twitter.com/albfanjul/status/1301477685701619712?s=20