[GH-ISSUE #97] [BUG] Crashes on Bazzite KDE #53

Closed
opened 2026-02-17 17:11:57 -05:00 by yindo · 4 comments
Owner

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):

  • OS: Bazzite KDE
  • App Version 0.3.1

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)

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):** - OS: Bazzite KDE - App Version 0.3.1 **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)
yindo closed this issue 2026-02-17 17:11:57 -05:00
Author
Owner

@DecDuck commented on GitHub (Aug 2, 2025):

Known issue, fix inbound :)

The recommended workaround is create a Fedora Distrobox and install the .rpm

@DecDuck commented on GitHub (Aug 2, 2025): Known issue, fix inbound :) The recommended workaround is create a Fedora Distrobox and install the .rpm
Author
Owner

@Fabaderheld commented on GitHub (Aug 2, 2025):

I tried that but I end up with almost the same error

📦[faba@my-distrobox Downloads]$ drop-app 
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
libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory
libappindicator3.so.1: cannot open shared object file: No such file or directory
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
Gtk-Message: 10:45:06.471: Failed to load module "colorreload-gtk-module"
Aborted (core dumped)
@Fabaderheld commented on GitHub (Aug 2, 2025): I tried that but I end up with almost the same error ``` 📦[faba@my-distrobox Downloads]$ drop-app 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 libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory libappindicator3.so.1: cannot open shared object file: No such file or directory 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 Gtk-Message: 10:45:06.471: Failed to load module "colorreload-gtk-module" Aborted (core dumped) ```
Author
Owner

@DecDuck commented on GitHub (Aug 2, 2025):

You should be able to install libayatana-appindicator to get it working.

@DecDuck commented on GitHub (Aug 2, 2025): You should be able to install `libayatana-appindicator` to get it working.
Author
Owner

@Fabaderheld commented on GitHub (Aug 2, 2025):

yes installing libayatana-appindicator-gtk3 fix it and it starts.

Thanks for the quick help

@Fabaderheld commented on GitHub (Aug 2, 2025): yes installing `libayatana-appindicator-gtk3` fix it and it starts. Thanks for the quick help
yindo changed title from [BUG] Crashes on Bazzite KDE to [GH-ISSUE #97] [BUG] Crashes on Bazzite KDE 2026-06-05 14:24:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#53