Package Details: netease-cloud-music 1.2.1-9

Git Clone URL: https://aur.archlinux.org/netease-cloud-music.git (read-only, click to copy)
Package Base: netease-cloud-music
Description: Netease Cloud Music, converted from .deb package
Upstream URL: https://music.163.com/
Keywords: music
Licenses: custom
Submitter: bigeagle
Maintainer: Ovear
Last Packager: Ovear
Votes: 102
Popularity: 3.05
First Submitted: 2016-05-25 06:12 (UTC)
Last Updated: 2024-03-18 10:12 (UTC)

Pinned Comments

petercxy commented on 2019-03-11 12:38 (UTC)

几点说明

  1. 关于 GUI 缩放: 请向上游反馈该 BUG。在上游修复之前,请自行修改 desktop 文件并加上 --force-device-scale-factor=<your_scale_factor> 来临时解决问题
  2. 关于 "各种因为 QT Theme 起不来": 在打好的包中强行 unset 掉一个规定 PLATFORMTHEME 的环境变量并不是一个好主意。请向上游反馈特定主题的兼容性问题,在上游修复之前也建议自行修改 desktop 解决。
  3. 其他 BUG 反馈: 请勿在本 AUR 包下反馈由上游造成的问题。本 AUR 包仅仅是搬运,我无法修复 BUG,也无法代替上游接受任何批评。如果觉得某些 BUG 过于恼人且上游一直不修复,那么可以创建一个 wiki 页面来详细阐述这些 Troubleshooting 的过程,就像任何其他 Arch Wiki 页面一样。
  4. 再次说明一遍,本 AUR 包不是官方包,本人也不是软件作者,请不要在本页下面留下 "这软件可以从aur里消失了" 此类言论。没有任何能够改变这个软件的人会看见诸位的愤怒。

以上。

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 25 Next › Last »

ilovesusu commented on 2020-07-19 09:21 (UTC)

删除libgdk-x11-2.0.so.0文件?还是删除gtk2包?

springzfx commented on 2020-07-19 09:16 (UTC) (edited on 2020-07-19 09:17 (UTC) by springzfx)

恭喜找到了华点,亲测有效,@mars
archlinux & fcitx

mars commented on 2020-07-19 09:12 (UTC)

中文输入的问题似乎是 libgtk-x11-2.0.so.0 引起的,这个文件和 libgdk-x11-2.0.so.0 同属于包 gtk2,删除后可解决。

GNOME(Xorg) & IBus 测试通过

Amelie commented on 2020-06-06 18:22 (UTC) (edited on 2020-06-06 19:07 (UTC) by Amelie)

ArchLinux 网易云音乐 无法输入中文的解决办法

1) 从 aur 中安装 qcef

2) 安装 vlc nss

# pacman -S vlc nss

3) 修改 /opt/netease/netease-cloud-music/netease-cloud-music.bash

#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
export LD_LIBRARY_PATH=/usr/lib
export QT_PLUGIN_PATH="${HERE}"/plugins 
export QT_QPA_PLATFORM_PLUGIN_PATH="${HERE}"/plugins/platforms
export XDG_CURRENT_DESKTOP=DDE
exec "${HERE}"/netease-cloud-music $@

本机使用环境:KDE/Plasma + fcitx

mars commented on 2020-05-31 11:11 (UTC)

@laomocode 这里说的输入是指 Fcitx 中文输入?

Fcitx 我没测试过,但你发的 PR 确实可以解决 IBus 的中文输入问题,谢谢:)

arch86 commented on 2020-04-11 12:04 (UTC) (edited on 2020-04-17 17:06 (UTC) by arch86)

Ubuntu版网易云音乐自带了QT库,在/netease/netease-cloud-music/plugins/platforminputcontexts目录下没有与fcitx对应的插件,可能是无法调用fcitx的原因。 参考资料:https://luyangp.github.io/fcitx-for-qt/

<deleted-account> commented on 2020-03-07 14:26 (UTC)

我又回来了!

之前qcef包被官方源移除的事情其实我也知道,不过看到@springzfx发布的qcef包的解决方案,我十分赞赏。

不过我之前的猜想应该是错误的,根源应该不是在qcef的问题上。毕竟@springzfx的网易云音乐还是无法输入的问题就反映了这一点。

但由于网易云音乐的库很多,我也没精力定位是哪个库,所以说让其他大神来解决吧。

FlyInWind commented on 2020-03-03 10:05 (UTC)

装了评论区的qcef和云音乐,出现这个,能试的都试了 libcef.so: cannot open shared object file: No such file or directory

roxsky commented on 2020-03-02 10:06 (UTC)

谢谢打包。

huulala commented on 2020-01-17 02:51 (UTC)

yay使用的curl下载失败,用pikaur安装成功了