Library can't be loaded on Debian 11
redsolver opened this issue · 3 comments
redsolver commented
When trying to run a compiled application using this plugin on Debian 11, it crashes with
error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory
This is likely caused by Debian removing libappindicator3-1
from their repositories because it's deprecated (https://www.reddit.com/r/debian/comments/pn1oia/what_happened_to_libappindicator31_in_debian_11/)
The recommended solution is to switch to libayatana-appindicator3-1
, but this change needs to be added to all applications. So I guess the best way to fix this plugin is to check if libayatana
is available on the user's system and use that instead.
lijy91 commented