olback / tray-item-rs

Multi-platform Tray Indicator
https://crates.io/crates/tray-item
MIT License
287 stars 39 forks source link

thread 'main' panicked at 'libappindicator3 library not found!' #18

Closed dfurmans closed 4 months ago

dfurmans commented 2 years ago

However the lib is on the place

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libappindicator3-1 is already the newest version (0.4.92-8).

OS :5.10.0-11-amd64 #1 SMP Debian 5.10.92-1

dfurmans commented 2 years ago

Debian is using libayatana-appindicator as the successor of libappindicator. For technical background see this announcement. ref: https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages

I think this should be somehow fixed inside the lib, am I wrong ?

olback commented 2 years ago

This issue comes from libappindicator-rs. Working on a fix.

olback commented 2 years ago

Blocking PR: https://github.com/tauri-apps/libappindicator-rs/pull/28

dfurmans commented 2 years ago

Thanks for the changes @olback I have tried and have pretty the same issue

 thread 'main' panicked at 'libappindicator3 or libayatana-appindicator3 library not found!',