Ubuntu 18.10 已清理。程序无法启动

Ubuntu 18.10 已清理。程序无法启动

18.10 全新清洁安装。

完成所有设置后,某些程序无法启动。例如 atom.io。我单击图标,但什么也没发生。我尝试使用 sudo 在终端中运行,终端中输出以下内容:

/usr/bin/atom: line 157: 10967 Segmentation fault      (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1 

并且没有任何 GUI 或任何东西。

第二个是 gnome-tweak。

WARNING : Shell not installed or running
WARNING : Error detecting shell
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 217, in __init__
    raise Exception("Shell not running or DBus service not available")
Exception: Shell not running or DBus service not available
WARNING : Shell not running
NoneType: None
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gtweak/app.py", line 30, in do_activate
    self.win = Window(self, model)
  File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 38, in __init__
    self._model.load_tweaks(self)
  File "/usr/lib/python3/dist-packages/gtweak/tweakmodel.py", line 104, in load_tweaks
    mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
  File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_general.py", line 14, in <module>
    _shell_not_ubuntu = _shell.mode != 'ubuntu'
AttributeError: 'NoneType' object has no attribute 'mode'

目前只有这 2 个不起作用。崩溃报告显示它列出了我报告的所有问题。我尝试重新安装 2 次 =(

有什么明智之言吗?

答案1

我也遇到过同样的问题。结果发现这是一个问题使用 electron 和 glibc 2.28。

即将发布的 Atom 版本 (v1.32) 已修复此问题。您可以安装已从其版本中合并修复的测试版GitHub 发布页面或者等到适当版本发布。

答案2

我在使用 Chrome 远程桌面时遇到了同样的问题。我可以通过切换到命令行 ( CTRLALTF4) 并将其删除来终止它。 sudo apt-get autoremove chrome-remote-desktop

你可以切换回来CTRLALTF2

相关内容