-
Notifications
You must be signed in to change notification settings - Fork 720
Description
Hello,
I tried running BongoCat 0.8.2 AppImage on Kubuntu (version: noble, x86_64), and it crashes immediately with the following error:
thread 'main' 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
/lib/x86_64-linux-gnu/libayatana-ido3-0.4.so.0: 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
I have installed the necessary libraries:
- libayatana-appindicator3-1
- gir1.2-appindicator3-0.1
- libxapp-gtk3-module
- libglib2.0-0 (version 2.80.0)
I also tried creating .so symlinks for libayatana-appindicator3.so and libappindicator3.so and running with LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0, which allows it to start, but this is not a permanent solution.
It seems that the AppImage is either missing the correct AppIndicator libraries or bundling an older version of glib that is incompatible with Kubuntu's libraries.
Could you please look into updating the AppImage to work natively on Kubuntu/Ubuntu systems without needing LD_PRELOAD?
Thanks!