We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workaround is disabling the GPU sandbox, you can add a new desktop file to ~/.local/share/applications/qqmusic.desktop with the following contents:
~/.local/share/applications/qqmusic.desktop
[Desktop Entry] Name=QQ Music Name[zh_CN]=QQ 音乐 Name[zh_HK]=QQ 音樂 Name[zh_TW]=QQ 音樂 Exec=/opt/bin/qqmusic-bin --disable-gpu-sandbox %U Terminal=false Type=Application Icon=qqmusic StartupWMClass=QQmusic Comment=QQ Music Comment[zh_CN]=QQ 音乐 Comment[zh_HK]=QQ 音樂 Comment[zh_TW]=QQ 音樂 Categories=AudioVideo;
and then executing update-desktop-database to refresh the desktop file cache.
update-desktop-database
The reason is that the ELectron version used by qqmusic is too old
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Workaround is disabling the GPU sandbox, you can add a new desktop file to
~/.local/share/applications/qqmusic.desktop
with the following contents:and then executing
update-desktop-database
to refresh the desktop file cache.The reason is that the ELectron version used by qqmusic is too old
The text was updated successfully, but these errors were encountered: