无法打开 Google Chrome、无法在 Dash 中搜索应用程序、启动应用程序停止运行

无法打开 Google Chrome、无法在 Dash 中搜索应用程序、启动应用程序停止运行

我在全新安装 Ubuntu 14.04 时遇到许多问题:

  • 我无法从侧边栏打开 Google Chrome。
  • 我无法在仪表盘中搜索任何应用程序。
  • f.lux 和 Screencloud 在启动时停止运行。

据我所知,我是在为 PHP 设置 Google App Engine SDK 后开始遇到这些问题的,但这可能是由其他原因引起的。

google-chrome在终端运行返回:

[6119:6119:0511/161156:ERROR:process_singleton_linux.cc(903)] Failed to create socket directory.
[6119:6119:0511/161156:ERROR:chrome_browser_main.cc(1198)] Failed to create a ProcessSingleton for your profile directory. This means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process. Aborting now to avoid profile corruption.

Screencloud 在启动时显示警告框,提示

ScreenCloud 已在运行。请关闭正在运行的实例,然后再启动新的实例。

最后,系统托盘中有一个错误图标,显示了一些不同的错误消息:

我已经逐一研究了这些问题,尝试了所有能找到的解决方案,重启了上百次,但没有任何变化。我该怎么办?

答案1

要解决这个问题,需要授予sudo权限,/tmp因为某些程序/应用程序会将临时内容写入其中。为此,请在终端中运行:

sudo chmod 1777 /tmp

相关内容