[Bug]: appimage is not recognized by linux
What happened?
The appimage doesn't start even from terminal.
Distribution version
Linux
App Version
No response
What browsers are you seeing the problem on if you're using web version?
No response
Are you self-hosting?
- [ ] Yes
Self-hosting Version
No response
Relevant log output
Anything else?
No response
Issue Status: 🆕 *Untriaged
*🆕 Untriaged
The team has not yet reviewed the issue. We usually do it within one business day. Docs: https://github.com/toeverything/AFFiNE/blob/canary/docs/issue-triaging.md
This is an automatic reply by the bot.
Thanks for reporting. I think we'll need a bit more information in order to help.
What distro are you on? Are you on x86 or some ARM-based architecture? What's the output in the terminal when you try to run the appimage?
Have you made the appimage executable? chmod +x YourApp.AppImage
Screenshots of any output and/or error messages would be very helpful.
A known bug ? https://github.com/toeverything/AFFiNE/issues/13971
Try with
./AFFiNE.AppImage --gtk-version=3
Thanks for reporting. I think we'll need a bit more information in order to help.
What distro are you on? Are you on x86 or some ARM-based architecture? What's the output in the terminal when you try to run the appimage?
Have you made the appimage executable?
chmod +x YourApp.AppImageScreenshots of any output and/or error messages would be very helpful.
Hi, thanks for getting back.
I am on Fedora 43 Wayland, which uses gtk4 by default.
It only runs with AFFiNE.AppImage --gtk-version=3
So I hope that app can be updated soon.
Thanks for reporting. I think we'll need a bit more information in order to help.
What distro are you on? Are you on x86 or some ARM-based architecture? What's the output in the terminal when you try to run the appimage?
Have you made the appimage executable?
chmod +x YourApp.AppImageScreenshots of any output and/or error messages would be very helpful.
Hi, thanks for getting back.
I am on Fedora 43 Wayland, which uses gtk4 by default.
It only runs with --
A known bug ? https://github.com/toeverything/AFFiNE/issues/13971
Try with
./AFFiNE.AppImage --gtk-version=3
Yes, that is the way I was able to run it on Fedora.
A known bug ? #13971 Try with ./AFFiNE.AppImage --gtk-version=3
Yes, that is the way I was able to run it on Fedora.
But this does not work on your Ubuntu setup?
But this does not work on your Ubuntu setup?
I don't have problem, it's a suggestion for the ticket.
But I'm on ZorinOS, Ubuntu based OS and it's working fine with --gtk-version=3
@adriy-be Sorry, it was meant to be a reply to oleg.
Thank you guys, yes it works with --gtk-version=3 on latest fedora. For now this workaround works, but would be good that the app works with modern systems as well. gtk4 has been there for a while now.