This is a hotfix for Linux users missing the libmpv1
library in their package manager.
You will need to install several extra packages required to run v1.9.* versions of Passy: libayatana-appindicator3-1 libmpv-dev
.
On Ubuntu/Debian Linux, you can install them using apt:
sudo apt install -y libayatana-appindicator3-1 libmpv-dev
The downloads webpage (https://glitterware.github.io/Passy/#/downloads) will soon be updated to include this information.
You can find v1.9.0 release notes here: https://github.com/GlitterWare/Passy/releases/tag/v1.9.0
Changes:
- Linking to
libmpv.so
instead oflibmpv.so.1
- compatibility withlibmpv1
dropped in favor oflibmpv-dev
, which is available on more package repositories.