aboutsummarylogtreecommitdiffstats
path: root/netease-cloud-music.bash
AgeCommit message (Collapse)Author
2021-09-03set QT_QPA_PLATFORM to xcbkXuan
@SamLukeYes reported: when the user set QT_QPA_PLATFORM="wayland;xcb" globally, the program does not work, because the bundled platform plugins does not provide native wayland support. This patch fix this issue by override QT_QPA_PLATFORM to xcb explicitly. This is a temporary fix. It should be removed when tray menu problem has been fixed and all bundled libraries removed. Signed-off-by: kXuan <kxuanobj@gmail.com>
2021-08-19fix failed to play SQ music (.flac file)kXuan
Signed-off-by: kXuan <kxuanobj@gmail.com>
2021-08-18fix unable to use tray menukXuan
Signed-off-by: kXuan <kxuanobj@gmail.com>
2021-08-17remove out-date dependencieskXuan
The library files packed in the .deb is made before 2019. These libraries are not compatible with arch linux. Some features are failed due to this reason. Such as unable using fcitx in the main program. This patch remove all libraries. So the netease main program can use libraries in the system. Signed-off-by: kXuan <kxuanobj@gmail.com>