gitbutler icon indicating copy to clipboard operation
gitbutler copied to clipboard

📦 FlatPak package

Open alexanderadam opened this issue 1 year ago • 4 comments

While the AppImage is nice, it also feels weird a bit and automatic app updates aren't possible.

Hence I wanted to install GitButler natively but I needed an RPM since I'm running Fedora. I thought that I could just convert the .deb package with Alien (sudo alien -r git-butler_0.9.14_amd64.deb) but I'm getting this error when trying to install it:

image

So I guess a native installation won't work.

Hence I'd like to see a Flatpak to be available. It works on every Linux distribution the same while also allowing to update the apps centralised.

alexanderadam avatar Jan 11 '24 11:01 alexanderadam

So, we don't have this implemented mostly because Tauri doesn't really easily support it yet.

The main tracking issue in the Tauri repo is here: https://github.com/tauri-apps/tauri/issues/3619

There is also a discussion here: https://github.com/tauri-apps/tauri/discussions/4426

And proposed documentation here (not yet merged): https://github.com/tauri-apps/tauri-docs/pull/1760/files

We'll take a look at how to do this, but it looks like it's still a bit hacky. Of course, if Tauri adds more official support, it will land here more quickly.

schacon avatar Jan 11 '24 12:01 schacon

Hi @alexanderadam ,

App updates are there in the appimage, don't worry about that. Whenever the update is available, there should be a pop up in the application ( I saw that just now myself )

I am not sure about flatpack, but RPM bundle support is there in Tauri 2.0-beta. PKGBUILDS support will also be added soon ( most probably, I am working on that ).

So, with Tauri 2.0, we will have native support for most generally used distros, that is Arch Based, Fedora based and Debian based distros, and also there is AppImage if you are on any other. So, need of Flatpacks will be more or less eliminated in my humble opinion.

namanlp avatar Feb 09 '24 21:02 namanlp

Btw, here is how the pop up looks right now for AppImage

image

namanlp avatar Feb 09 '24 22:02 namanlp

I found this app in flathub and the flatpak version doesn't work. The appimage version works well.

I got an empty window and the following error if I run it in terminal.

image image

joezhouchenye avatar Mar 02 '24 12:03 joezhouchenye