JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
946 stars 46 forks source link

Flatpak reference is broken #154

Closed santiihoyos closed 1 year ago

santiihoyos commented 1 year ago

Describe the bug Flatpak reference is broken

To Reproduce Steps to reproduce the behavior:

  1. try to install followin steps in readme.md
  2. run: flatpak install --user com.jetpackduba.Gitnuro

Expected behavior application is installed

Screenshots

Error: error: No remote refs found similar to ‘com.jetpackduba.Gitnuro’

Desktop (please complete the following information):

ProjectInfinity commented 1 year ago

It sounds like you could be missing the flathub remote.

What shows in your terminal when you type flatpak remotes alternatively flatpak --user remotes if you for some reason use --user.

I just attempted to reinstall Gitnuro from flathub and it is successful.

flatpak install Gitnuro
Looking for matches…
Found ref ‘app/com.jetpackduba.Gitnuro/x86_64/stable’ in remote ‘flathub’ (system).
JetpackDuba commented 1 year ago

It sounds like you could be missing the flathub remote.

Agreed

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

I'll update the readme to mention it as well as explain the optional user flag.