mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 13:35:57 -04:00
[GH-ISSUE #91] Unable to launch AppImage on CachyOS #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomorrow-nf on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/91
Attempting to run the Drop.Desktop.Client_0.3.1_amd64.AppImage client on CachyOS but hitting the following error:
Client seems to start up and immediately crash.
@DecDuck commented on GitHub (Aug 1, 2025):
Can you try the workaround mentioned here for NVIDIA?
https://docs.droposs.org/docs/guides/client-troubleshooting
@tomorrow-nf commented on GitHub (Aug 1, 2025):
I should've mentioned, apologies: I did see these steps but it doesn't seem that the .desktop file even gets created before the AppImage fails out.
@DecDuck commented on GitHub (Aug 1, 2025):
Oh sorry, AppImages don't use .desktop files.
You can run the workaround via the command line like this:
WEBKIT_DISABLE_DMABUF_RENDERER=1 ./<appimagename>.appimage@tomorrow-nf commented on GitHub (Aug 1, 2025):
Ah gotcha, I may be stupid
Seems like it made some progress, immediately followed by this new one:
Double checked and I do have libayatana-appindicator and libappindicator-gtk3 installed. I'm actually seeing this exact same error on my steam deck, but didn't want to flood the reports 😅
@DecDuck commented on GitHub (Aug 1, 2025):
I think the AppImage is broken for non-Debian based distros, due to that dependency.
From my understanding, CachyOS is based on Arch Linux. We have AUR packages that should work, if you want to try those while I fix the AppImage:
https://aur.archlinux.org/packages?O=0&K=drop-oss-app
Unable to launch AppImage on CachyOSto [GH-ISSUE #91] Unable to launch AppImage on CachyOS