几天前我全新安装了 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
. 重新启动后,终端成功启动。
command-line ×1