Martchus / syncthingtray

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

libboost_filesystem.so version error #98

Closed blueorignal closed 3 years ago

blueorignal commented 3 years ago

Relevant components

Environment and versions

Bug description After the latest update on Manjaro Linux, syncthingtray launches with the following error:

syncthingtray: error while loading shared libraries: libboost_filesystem.so.1.75.0: cannot open shared object file: No such file or directory

Steps to reproduce

  1. Launch syncthingtray from terminal
  2. Error is displayed

Expected behavior syncthingtray should load normally and place the associated icon in the task bar.

Additional context

Martchus commented 3 years ago

Recompile it against the new Boost version. I will bump pkgrel if that's necessary but only in accordance with Arch Linux. When using Manjaro you're on your own (and also cannot use my binary repository directly).

blueorignal commented 3 years ago

Thank you for the feedback