网易云音乐无法输入中文
2020年11月7日下午12:48
2020年11月21日下午10:22
网易云音乐搜索框无法调取fcitx5输入法
方案
- 先安装qcef这个软件包
aur源中以移除,只能去github下载了
https://github.com/linuxdeepin/qcef
-
编辑
/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 exec "${HERE}"/netease-cloud-music $@
- 安装vlc这个包
pacman -S vlc