[Share Experiences] 网易云音乐 基于ubuntu/debian无法打开和无法播放报解决办法 Resolved
Tofloor
poster avatar
doremi
deepin
2023-12-04 20:48
Author

网易云音乐【ubuntu/popOS/Debian/UOS/deepin】等基于ubuntu/debian无法打开和无法播放报解决办法

文件下载

wget https://d1.music.126.net/dmusic/netease-cloud-music_1.2.1_amd64_ubuntu_20190428.deb

安装依赖:

sudo apt -y install libqt5webchannel5 libcanberra-gtk-module

复制库文件

sudo cp /lib/x86_64-linux-gnu/libselinux.so.1 /opt/netease/netease-cloud-music/libs/
sudo cp /lib/x86_64-linux-gnu/libgmodule-2.0.so.0 /opt/netease/netease-cloud-music/libs/
sudo cp /lib/x86_64-linux-gnu/libpango-1.0.so.0 /opt/netease/netease-cloud-music/libs/
sudo cp /lib/x86_64-linux-gnu/libfribidi.so.0 /opt/netease/netease-cloud-music/libs/

基本上能正常运行:


实在不行最后解决办法

编辑文件:
sudo vim /opt/netease/netease-cloud-music/netease-cloud-music.bash
也就是添加这一行:
cd /lib/x86_64-linux-gnu/

最终形式如下所示:

#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
export LD_LIBRARY_PATH="${HERE}"/libs
export QT_PLUGIN_PATH="${HERE}"/plugins
export QT_QPA_PLATFORM_PLUGIN_PATH="${HERE}"/plugins/platforms
cd /lib/x86_64-linux-gnu/
exec "${HERE}"/netease-cloud-music $@
Reply Favorite View the author
All Replies
doremi
deepin
2023-12-04 21:10
#1

运行正常

image.png

Reply View the author
北冥夜未央
deepin
2023-12-04 21:23
#2

网易也是绝了,就一个小软件,还有源码,就顺手维护一下的活儿而已,居然选择从官网下架~

Reply View the author
jjcui8595
Moderator
2023-12-04 21:43
#3

感谢分享

Reply View the author
doremi
deepin
2023-12-04 21:52
#4
北冥夜未央

网易也是绝了,就一个小软件,还有源码,就顺手维护一下的活儿而已,居然选择从官网下架~

是的,官网linux的客服端看不见了,有点搞笑,哈哈!!!

Reply View the author
doremi
deepin
2023-12-04 21:53
#5
jjcui8595

感谢分享

😉

Reply View the author
fallingstar-ten
deepin
2023-12-05 05:08
#6

很妙,可以重新打包一个deb了

Reply View the author
字甲达宾
deepin
2023-12-05 06:02
#7

Debian 11.8 amd64, 下载、安装楼主提供的 DEB ,可以直接正常使用。

https://d1.music.126.net/dmusic/netease-cloud-music_1.2.1_amd64_ubuntu_20190428.deb
Reply View the author
lizipeng0013
deepin
2023-12-06 01:15
#8

官方都放弃维护了,现在这种也只是勉强能用,首页推荐还是加载不出来,以后可能彻底不能用了

Reply View the author
doremi
deepin
2023-12-06 21:00
#9
fallingstar-ten

很妙,可以重新打包一个deb了

😄

Reply View the author
蒙笛
deepin
2023-12-09 01:17
#10
It has been deleted!
searchstar
deepin
2023-12-20 21:54
#11

所以还是要单曲购买,就算平台没了歌还在

Reply View the author
谭志伟
deepin
2024-02-07 22:26
#12

好东西啊,星火商店上的网易云音乐终于可以正常播放了like

图片.png

Reply View the author