tray-item-rs icon indicating copy to clipboard operation
tray-item-rs copied to clipboard

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

Open dfurmans opened this issue 2 years ago • 4 comments

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 avatar Mar 05 '22 16:03 dfurmans

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 ?

dfurmans avatar Mar 05 '22 16:03 dfurmans

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

olback avatar Mar 06 '22 22:03 olback

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

olback avatar Mar 06 '22 22:03 olback

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!', 

dfurmans avatar Mar 10 '22 14:03 dfurmans