-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitButler does not start on Bookworm #5638
Comments
Thanks a lot for reporting. |
Hey thanks for the tag, unfortunately since we're building with Ubuntu 24 atm, Debian bookworm (12) is also not supported. You'll need Debian 13+ Alternatively you could try the experimental flatpak. Check out the artifact here: https://github.com/gitbutlerapp/gitbutler/actions/runs/11931215799 Note with the flatpak, that if using the git cli auth method for fetch and push, that entering additional credentials via GitButler currently isn't supported. That basically means that HTTPS remote URLs that ask for username/password as well as SSH keys with passphrases won't work. That's all still WIP and we definitely plan to get that working before officially announcing the flatpak. |
To my mind it seems understandable that not every possible Linux distribution is supported while libc is a dependency. Somehow I wonder if it's possible to either…
The graceful failure could possibly be accomplished by having a build-script check important aspects of the system before attempting an installation. Something I find strange though is that the |
I am having the same issue with Version 0.13.12 - 0.13.17 Operating System Distribution Method However, Version 0.13.8 and earlier Versions work pretty well. |
Same problem here on Pop!_OS 22.04 LTS x86_64 |
Which version of Debian is ParrotOS based on? Debian 12 and Ubuntu 22 ( and derivatives like PopOS 22) won't work unfortunately. You'll need Debian 13+ and Ubuntu 24.04+ We're working on a flatpak as an alternative for folks on older distros though |
This is probably the best move here. That said, I'm pretty sure it should be possible to statically link the .appimage too. |
Debian 13 is not released yet. Bookworm will be supported until 2028 and I think developers won't upgrade their workstations soon. Bookworm should be supported preferred to Trixy. |
It looks like that during the Tauri v1 to v2 migration the publishing workflow had an image bump on the OS version. If a regression is not an option, then at least building from source will still work. I just built and packaged it on my machine with no issues. |
Version
0.13.16
Operating System
Linux
Distribution Method
deb (Linux)
Describe the issue
Just installed
GitButler_0.13.16_amd64.deb
on Debian BookwormLinux daghp 6.1.0-27-rt-amd64 #1 SMP PREEMPT_RT Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux
viasudo apt install ./GitButler_0.13.16_amd64.deb
and tried to start with
Same when using
sudo dpkg -i GitButler_0.13.16_amd64.deb
.How to reproduce
Install
or
Run
~$ gitbutler-tauri
Expected behavior
Opening GitButler GUI
Relevant log output
The text was updated successfully, but these errors were encountered: