Fábio Moura

Results 7 comments of Fábio Moura

Este mesmo problema ocorreu comigo em fedora 38. Após várias análises, segue, como instalar spotube em fedora 38 e posteriores: spotube utiliza o pacote media-kit, e na documentação em github:...

Install the mpv and mpv-devel package: `sudo dnf install mpv mpv-devel` Install the Spotube-linux-x86_64 package using the command `rpm -ivh Spotube-linux-x86_64.rpm --nodeps` Correct in the file: /usr/share/applications/spotube.desktop, the line starting...

I inserted the mpv-devel and libmpv packages on package deb, rebuilt the package and convert to rpm but the error continued: something provides libmpv.so.1()(64bit) needed by spotube-3.8.2+35-2.x86_64. The mpv-libs-0.34.1-2.el8.x86_64.rpm package...

Spotube does not directly depend on libmpv.so.1, so what we analyze is the libmedia_kit_native_event_loop.so file, which it directly depends on. `[fabiuz@localhost lib]$ ldd libmedia_kit_native_event_loop.so ldd: aviso: você não tem permissão...

I use Fedora 38, this problem occurred here too. After several analyses, I discovered how to work around this problem, see: https://github.com/KRTirtho/spotube/issues/1931#issuecomment-2393811665

I am using fedora 38, i uninstall mpv mpv-devel, and, too, uninstall spotube. I download the rpm of spotube more recent. I install Spotube, and Spotube is working normally. It...

First, I uninstalled, the mpv and mpv-devel packages. **`sudo dnf removes mpv mpv-devel`** I then downloaded the latest rpm file from the site. Then I installed the rpm file **`sudo...