$ snap refresh
error: cannot perform the following tasks:
- Setup snap "spotify" (63) security profiles (cannot update mount namespace of snap "spotify": cannot update preserved namespace of snap "spotify": cannot update snap namespace: remove /usr/bin/gjs: read-only file system)
$ spotify
ERROR: not connected to the gnome-3-28-1804 content interface.发布于 2023-04-06 11:47:49
现在好像有个窃听器。在这里可以找到一个解决方案:https://forum.snapcraft.io/t/spotify-snap-update-failed-version-1-2-8-923-g4f94bf0d/34586
实质上:
snap remove spotify # uninstall, do take note of the ID of the snapshot that will be generated
snap install spotify # reinstall
snap restore spotify # restore user data from the snapshot虽然可能有一个更好的方法来解决根本原因,这种方式是快速和有效的。
https://askubuntu.com/questions/1462524
复制相似问题