GhostNaN / mpvpaper

A video wallpaper program for wlroots based wayland compositors.
GNU General Public License v3.0
713 stars 21 forks source link

libmpv.so.1: cannot open shared object file: No such file or directory #31

Closed martinykrz closed 1 year ago

martinykrz commented 1 year ago

I updated my system recently and tried to use mpvpaper, but this come out mpvpaper: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory I think it is a issue with the new version of mpv on arch because I downgraded from 1:0.35.0-2 to 1:0.34.1-5 and it works as normal

GhostNaN commented 1 year ago

Just rebuild mpvpaper so it can find the libraries.

martinykrz commented 1 year ago

Thanks, that fix the problem