|
|
Re: Google Chrome - Something went wrong when opening your profile [message #3831 is a reply to message #3829] |
Tue, 09 May 2017 08:12   |
|
Hi,
Yes, this happens to me too. Fortunately Chrome is not my main browser, so I am not really affected by this.
Google has declared EL6 platform dead for Chrome, so it's a wonder it still works at all.
As a workaround you could create a custom launcher that cleans up processes and invoke that from your toolbar Chrome shortcut, e.g.
#!/bin/bash
kill -9 $(ps aux|grep google|grep chrome|awk '{print $2}')
sleep 1
/usr/bin/google-chrome-stable "$@"
[Updated on: Tue, 09 May 2017 08:12] Report message to a moderator
|
|
|
|
|