惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
T
Tenable Blog
Webroot Blog
Webroot Blog
L
Lohrmann on Cybersecurity
S
Securelist
S
Schneier on Security
NISL@THU
NISL@THU
Know Your Adversary
Know Your Adversary
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
L
LINUX DO - 热门话题
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
I
Intezer
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
TaoSecurity Blog
TaoSecurity Blog
S
Secure Thoughts
Application and Cybersecurity Blog
Application and Cybersecurity Blog
P
Privacy International News Feed
H
Hacker News: Front Page
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
博客园 - Franky
PCI Perspectives
PCI Perspectives
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Azure Blog
Microsoft Azure Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
P
Proofpoint News Feed
S
Security Affairs
WordPress大学
WordPress大学
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
小众软件
小众软件
F
Full Disclosure
博客园 - 叶小钗
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
The Blog of Author Tim Ferriss
Simon Willison's Weblog
Simon Willison's Weblog
P
Palo Alto Networks Blog
Security Latest
Security Latest
P
Proofpoint News Feed
月光博客
月光博客
T
Tailwind CSS Blog
Scott Helme
Scott Helme
Hacker News - Newest:
Hacker News - Newest: "LLM"
Google Online Security Blog
Google Online Security Blog
T
Threat Research - Cisco Blogs
Help Net Security
Help Net Security
Project Zero
Project Zero

MoonLab

VSCode + OpenOCD 远程调试开发STM32 Clangd + VSCode使用方法 Keil5 编译错误 error: call to undeclared function '__enable_irq' BTSNOOP is FUN! 算法 - 前缀和 2025蓝桥杯赛后总结 三星ZFold 3改造 JavaScript 逆向 Steam 登录二维码 快速求解平方根倒数算法 Protobuf Android设备安装Debian成为BT下载服务器 [双系统] Windows 更新摧毁了我的Linux系统 Reading List Golang embed 使用问题 Hexo博客自动备份插件 云盘备份支持 通过汇编分析栈、函数调用 esp&ebp Git push 出现 permisson denied error 403 坑:Litepal save方法返回true却没有保存 Android Shizuku源码分析 第二篇 Android Shizuku源码分析 Android 监听第三方Activity的一举一动 Android笔记#1 View的事件分发机制解析 知乎日报的问题 使用Hexo Hello World Windows 好软推荐 | 这一定是良心软件 typecho - http转https 如何评价Android P MoonLab MoonLab MoonLab 关于 项目
Ubnutu 无法启动网易云音乐 - 总结
LingC · 2018-08-07 · via MoonLab

从垃圾堆里抛出来的一篇2018的文章. –2024.8.7

Author Avatar LingC 8 月 7 日

00

本文总结了16.04以上的版本运行网易云音乐会出现的问题,以及解决方法 如果你安装官方版本网易云音乐后(v1.1.0),运行网易云音乐无响应的话可以试试以下几种方法

01

在终端中输入

$ netease-cloud-music –no-sandbox %U

即可启动网易云音乐

有可能会出现一些警告,稍后会打开网易云主界面

如果出现Unable to locate theme engine in module_path: “adwaita”

可以尝试执行这条命令:$ sudo apt install gnome-themes-standard

如果出现failed to retrieve propertygtk-primary-button-warps-slider’ of type gboolean'

可以尝试$ vi ~/.gtkrc-2.0

使用vim打开这个文件,将其中的一行改为

gtk-primary-button-warps-slider=false改为gtk-primary-button-warps-slider=0

然后可以再试着运行一下,如果还不行就reboot

如果出现Gtk-Message: 08:59:03.546: Failed to load module “canberra-gtk-module"或者没有反应,那么你可以试试第二种方法

02

在终端中输入

$ sudo netease-cloud-music

使用root权限运行网易云音乐

可能会出现一些警告和报错,其实可以无视(懒的管)

2018-08-07 09-00-03屏幕截图.png

03

可以试一下这个方法 https://jingyan.baidu.com/article/1e5468f956a15c484861b770.html

04

该方法针对于ubuntu 18.04LTS 网易云音乐v1.1.0

其他版本也可以试一下

首先

$ sudo aptitude install libcanberra-gtk-module

执行此命令前提是安装了vim

$ sudo vim /usr/share/applications/netease-cloud-music.desktop

没有安装vim的话执行

$ sudo nano /usr/share/applications/netease-cloud-music.desktop

找到 exec 那一行 ,在 %U 前面加上 —no-sandbox ,按 Ctrl+X 保存

这时候你可以先试一下

运行网易云之后,还没出来,然后就去点一下右上角的关机

直接重启

05

适用于17.10

https://jingyan.baidu.com/article/22fe7cedf70e343002617fd5.html

06

点击桌面图标运行网易云音乐1.1.0,正常情况下不会出来窗口,然后点击状态栏电量那里,点击关机(不要通过终端执行poweroff),然后玄学的事情发生了……网易云音乐出来了……然后就可以愉快的听音乐了。重启依旧有效。若无效可以如法炮制,屡试不爽

07

如果以上方法都不行,你可以试着在本文评论问一下,或者去贴吧求助233


本文参考

https://blog.csdn.net/gpwner/article/details/78347516

https://blog.csdn.net/yestin_L/article/details/79611082

https://blog.csdn.net/weixin_31317775/article/details/78726460

http://tieba.baidu.com/p/5343249977

https://jingyan.baidu.com/article/1e5468f956a15c484861b770.html

https://www.jianshu.com/p/d66a19f6019c

http://tieba.baidu.com/p/5671164721?pid=119408155566&cid;=0#119408155566

https://jingyan.baidu.com/article/22fe7cedf70e343002617fd5.html

https://blog.csdn.net/Csdoker/article/details/80462163