gmg137 / netease-cloud-music-gtk

Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器
GNU General Public License v3.0
1.5k stars 89 forks source link

libgstplay-1.0 missing #239

Closed cloudy-sfu closed 1 year ago

cloudy-sfu commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

I cannot start the program after it's installed, which says

netease-cloud-music-gtk4: error while loading shared libraries: libgstplay-1.0.so.0: cannot open shared object file: No such file or directory

Where to get this dynamic library?

Desktop (please complete the following information):

gmg137 commented 1 year ago

sudo apt install gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-libav

cloudy-sfu commented 1 year ago
sudo apt install gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-libav

Error:

E: Unable to locate package  gstreamer1.0-plugins-bad
E: Unable to locate package  gstreamer1.0-libav

Maybe your \ means choosing one from the two, so I tried

sudo apt install gstreamer1.0-plugins-base gstreamer1.0-plugins-good
sudo apt install gstreamer1.0-plugins-ugly

Successfully installed.

However, the progarm still has the same problem.

gmg137 commented 1 year ago

Try this apt install gst-plugins-bad gst-plugins-good gst-plugins-base gstreamer

cloudy-sfu commented 1 year ago
E: Unable to locate package gst-plugins-bad
E: Unable to locate package gst-plugins-good
E: Unable to locate package gst-plugins-base
E: Unable to locate package gstreamer