Arch Linux上安装QQ音乐
安装 wine
1 | sudo vim /etc/pacman.conf |
取消[multilib]
及下面一行的注释。
1 | sudo pacman -Sy wine |
安装 QQ音乐
1 | yay -S deepin.com.qq.qqmusic |
Troubleshooting
Deepin-wine applications fails to start
1 | sudo pacman -S xsettingsd |
将/usr/bin/xsettingsd
设为自启动。
on KDE:
Plasma can autostart applications and run scripts on startup and shutdown. To autostart an application, navigate to System Settings > Startup and Shutdown > Autostart and add the program or shell script of your choice.
类似安装微信等。
完。
2020-09-12 23:45:26