Ubuntu 20.04 中无法打开 Ubuntu 软件(错误:未连接到 gnome-3-38-2004 内容界面)

Ubuntu 20.04 中无法打开 Ubuntu 软件(错误:未连接到 gnome-3-38-2004 内容界面)

今天早上我意识到我无法打开 Ubuntu 软件。当我单击它时,指针指示正在加载,但程序从未打开。如果我 snap-store 从终端运行,我会得到(如果我理解正确,Ubuntu 软件对应于 20.04 上的 Snap 商店)

ERROR: not connected to the gnome-3-38-2004 content interface.

以下内容可能有用

>snap version
snap    2.52.1
snapd   2.52.1
series  16
ubuntu  20.04
kernel  5.11.0-40-generic
>snap list
Name               Version                     Rev    Tracking         Publisher   Notes
bare               1.0                         5      latest/stable    canonical✓  base
core18             20211028                    2253   latest/stable    canonical✓  base
core20             20211115                    1242   latest/stable    canonical✓  base
gnome-3-28-1804    3.28.0-19-g98f9e67.98f9e67  161    latest/stable    canonical✓  -
gnome-3-34-1804    0+git.3556cb3               77     latest/stable/…  canonical✓  -
gtk-common-themes  0.1-59-g7bca6ae             1519   latest/stable/…  canonical✓  -
snap-store         3.38.0-66-gbd5b8f7          558    latest/stable/…  canonical✓  -
snapd              2.52.1                      13640  latest/stable    canonical✓  snapd
spotify            1.1.72.439.gc253025e        56     latest/stable    spotify✓    -

可能是什么问题?是不是因为我的列表中没有 gnome-3-38-2004?

答案1

我也遇到了这个错误。我刚刚卸载了 snap store(snap remove snap-store)并重新安装了它(snap install snap-store)

相关内容