mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #97] [BUG] Crashes on Bazzite KDE #53
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 @Fabaderheld on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/97
Describe the bug
Crash upon start on Bazzite
To Reproduce
Launch the Appimage
Expected behavior
Drop to launcg
Screenshots
Desktop (please complete the following information):
Additional context
this is there error I#m getting
panicked at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libappindicator-sys-0.9.0/src/lib.rs:41:5:
Failed to load ayatana-appindicator3 or appindicator3 dynamic library
/lib64/libayatana-ido3-0.4.so.0: undefined symbol: g_once_init_leave_pointer
/lib64/libdbusmenu-glib.so.4: undefined symbol: g_once_init_leave_pointer
libayatana-appindicator3.so: cannot open shared object file: No such file or directory
libappindicator3.so: cannot open shared object file: No such file or directory
Aborted (core dumped)
@DecDuck commented on GitHub (Aug 2, 2025):
Known issue, fix inbound :)
The recommended workaround is create a Fedora Distrobox and install the .rpm
@Fabaderheld commented on GitHub (Aug 2, 2025):
I tried that but I end up with almost the same error
@DecDuck commented on GitHub (Aug 2, 2025):
You should be able to install
libayatana-appindicatorto get it working.@Fabaderheld commented on GitHub (Aug 2, 2025):
yes installing
libayatana-appindicator-gtk3fix it and it starts.Thanks for the quick help
[BUG] Crashes on Bazzite KDEto [GH-ISSUE #97] [BUG] Crashes on Bazzite KDE