打开 Spotify 显示“加载皮肤失败”

打开 Spotify 显示“加载皮肤失败”

是的,当我尝试打开 Spotify 时,它突然显示以下消息:

在此处输入图片描述

从终端执行时的输出:

15:32:38.744 I [breakpad.cpp:110                ] Registered Breakpad for product: spotify

15:32:38.745 I [translate.cpp:152               ] Reloading language file
15:32:38.745 W [zipreader.cpp:146               ] [zip] file not found in archive: msgid.pob
15:32:38.745 E [resource_loader.cpp:194         ] Loading of skin file(msgid.pob) failed
15:32:38.745 E [translate.cpp:129               ] Spotify resources and binary are out-of-sync. This should never happen.
15:32:38.768 I [translate.cpp:152               ] Reloading language file
15:32:38.768 W [zipreader.cpp:146               ] [zip] file not found in archive: msgid.pob
15:32:38.768 E [resource_loader.cpp:194         ] Loading of skin file(msgid.pob) failed
15:32:38.768 E [translate.cpp:129               ] Spotify resources and binary are out-of-sync. This should never happen.
15:32:38.768 I [breakpad.cpp:269                ] Searching for crashdumps: ~/.cache/spotify/*.dmp

15:32:38.769 W [zipreader.cpp:146               ] [zip] file not found in archive: skin.xml
15:32:38.769 E [resource_loader.cpp:194         ] Loading of skin file(skin.xml) failed

已经尝试过:

  • 重新安装spotify 客户端包裹
  • rm -rf这个目录:
    • ./.cache/spotify
    • ./.local/share/spotify
    • ./.config/spotify
  • sudo spotify它会打开实际的程序,但不会让我登录到应用程序并在终端中显示以下输出:
    • [1208/104615:ERROR:nss_util.cc(96)] Failed to create ~/.pki/nssdb directory.
  • 根据这个问题的最后一个答案我应该这样做:

将整个区域恢复为系统默认设置

我不想这样做并失去我所有的定制,有什么想法吗?

答案1

我这样做

rm -rf ~/./.cache/spotify

rm -rf ~/./.local/share/spotify

rm -rf ~/././.config/spotify

whereis spotify

而不是简单地从这些位置删除:

sudo rm -rf /usr/bin/spotify /usr/share/spotify

然后按照说明安装 spotifyhttp://howtoubuntu.org/how-to-install-spotify-in-ubuntu

它可以工作,但是我丢失了所有 spotify 配置

相关内容