Martchus / syncthingtray

Tray application and Dolphin/Plasma integration for Syncthing
https://martchus.github.io/syncthingtray/
Other
1.57k stars 43 forks source link

AUR syncthingtray-lite seems to be looking for the wrong version of qtforkawesome #123

Closed jm355 closed 2 years ago

jm355 commented 2 years ago

Relevant components

Environment and versions

Bug description/Steps to reproduce

~ $ syncthingtray
syncthingtray: error while loading shared libraries: libqtforkawesome.so.0.0.1: cannot open shared object file: No such file or directory
~ $ ls /lib | grep qtfork
libqtforkawesome.so -> libqtforkawesome.so.0.0.2*
libqtforkawesome.so.0.0.2*

Expected behavior Syncthingtray to launch and run

Martchus commented 2 years ago

Just rebuild Syncthing Tray. Note that the lite package is outdated and not maintained by myself. I recommend to use packages provided by me or updating the lite package first.

jm355 commented 2 years ago

Oh nice, that fixed it. Thanks!