Google Chrome fails to open profile correctly on Xubuntu 14.04

Google Chrome fails to open profile correctly on Xubuntu 14.04

On running Google Chrome, then a while later exiting all screens (using the top-right [X]) on each, I notice that the /opt/google/chrome/chrome process still persists, along with very many (20+) other sub-processes/threads.

On occasion, while these processes are still running and no Chrome windows are open, executing /usr/bin/google-chrome %U via a desktop launcher icon will:

  1. Open four Chrome windows in quick succession;
  2. Report the following error for each new window:

在此处输入图片描述

If I dismiss all the error messages, close all the Chrome windows, terminate all the Chrome processes, then run the same command again, everything works fine. It is only on occasion when the processes are already running does this occur.

It is unclear to me where to check/set permissions on the profile. Can anyone point me in the right direction to fix or avoid this problem?

UPDATE

  • This question suggests the problem lies in the syncing of passwords. I have tried disabling this, but the problem persists.

答案1

This seems to be a bug in the current build 41.0.2272.x on Linux. What has worked for me is to rename/remove the "Web Data" file in your default profile. ~/.config/google-chrome/Default/ Unfortunately this is a temp fix as a new update will just revert the issue.

答案2

I could fix it with using these commands

sudo chmod -R 777 ~/.cache/google-chrome ~/.config/google-chrome

相关内容