gnome-terminal 无法在 Ubuntu 18.04 中启动(Chrome 远程桌面破坏了 gnome-terminal)

JM *_*Nel 6 command-line

几天前我全新安装了 Ubuntu 18.04。我一直在使用终端,没有任何问题。

当我今天尝试打开终端时,它无法启动。我已经尝试从应用程序页面以及使用Alt+ Ctrl+T键盘快捷键启动它。

gnome-terminal --verbose通过 Tilda 终端运行时,出现以下错误:

# Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached

我试过通过运行重新安装终端,sudo apt install --reinstall gnome-terminal但没有运气。

进一步阅读后,我发现 Chrome 远程桌面可能会导致 gnome-terminal 启动出现问题。我使用sudo apt remove chrome-remote-desktop. 重新启动后,终端成功启动。

JM *_*Nel 7

我能够通过运行卸载 Chrome 远程桌面来解决这个问题 $ sudo apt remove chrome-remote-desktop

我在https://ubuntuforums.org/showthread.php?t=2383992上找到了解决方案

  • 很高兴它起作用了,但我对它如何修复损坏的“gnome-terminal”感到有些困惑。是否有您阅读的链接指向此解决方案? (3认同)