soramimi / Guitar

Git GUI Client
https://soramimi.github.io/Guitar/
GNU General Public License v2.0
1.58k stars 127 forks source link

Nightly AppImage doesn't work on Slackware and based distros #126

Open fulalas opened 1 year ago

fulalas commented 1 year ago

This is the error:

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Aborted

Using release 1.2.0 works.

app4soft commented 1 year ago

Same issue on Debian 12 bookworm

fulalas commented 12 months ago

I made an updated AppImage based on https://github.com/soramimi/Guitar/commit/f26dfb4dfd797a93625e1dc80e53db1f5eb3a62d that works:

https://www.mediafire.com/file/1fxu64d4agl7h1d/Guitar-f26dfb4-x86_64.AppImage

tommai78101 commented 8 months ago

@fulalas Hello, has this been resolved? If not, how do you make the nightly AppImage to work? I'm on Ubuntu 22.04.

fulalas commented 8 months ago

@tommai78101, the issue still exists.

It's been a while since I built that. I believe I used current Debian on a VM and built Guitar manually and then extracted the latest AppImage that works and updated with the new files I built, packing everything into a new AppImage. Boring, I know :P

tommai78101 commented 8 months ago

@fulalas Actually, that's great to know. I'm not that familiar with the process of building the AppImage myself, so I planned to look into it if it's easier to do. I'm glad that there are no special procedures to build it.