1

我不确定这是否已经得到解答,因为我不确定这个问题。一天中至少有一次(有时更多)我收到 Ubuntu 崩溃的通知。该信息说它与chrome-gnome-shell(我已重新安装chrome-gnome-shell)有关。我也无法在以下位置列出我的本地 Gnome 扩展:https ://extensions.gnome.org/local/ 。在 Firefox 中使用browser console,当我打开该页面时,我得到以下信息:

Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.  ExtensionCommon.jsm:265
stderr output from native app org.gnome.chrome_gnome_shell: 
stderr output from native app org.gnome.chrome_gnome_shell: (process:13043): GLib-GIO-CRITICAL **: g_application_release: assertion 'application->priv->use_count > 0' failed
stderr output from native app org.gnome.chrome_gnome_shell: [13043] Uncaught exception of type <class 'gi._glib.GError'> occured
stderr output from native app org.gnome.chrome_gnome_shell:   File "/usr/bin/chrome-gnome-shell", line 550, in <module>
stderr output from native app org.gnome.chrome_gnome_shell:     app = ChromeGNOMEShell('--gapplication-service' in sys.argv)
stderr output from native app org.gnome.chrome_gnome_shell:   File "/usr/bin/chrome-gnome-shell", line 67, in __init__
stderr output from native app org.gnome.chrome_gnome_shell:     self.register()
stderr output from native app org.gnome.chrome_gnome_shell: [13043] Exception: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

我正在运行 Ubuntu 14.04 Gnome (v3.8.4)、Linux 内核 4.4.0-71、Firefox 52.0.2 32 位。

关于什么是错的以及如何解决它的任何想法?

4

1 回答 1

1

您正在使用旧的 chrome-gnome-shell 版本。只是升级。

于 2017-03-31T03:09:55.920 回答