<p dir="ltr">On Apr 11, 2014 7:49 AM, "Liam Proven" <<a href="mailto:lproven@gmail.com">lproven@gmail.com</a>> wrote:<br>
><br>
> On 10 April 2014 16:23, William Scott Lockwood III <<a href="mailto:scott@guppylog.com">scott@guppylog.com</a>> wrote:<br>
> > I have seen this, and I solved it by killing all Evolution processes,<br>
> > as it was the only thing hanging for me. You could do something<br>
> > similar for Chrome. Here's the script I wrote:<br>
> ><br>
> > ps aux | grep evolution | grep -v grep | cut -d ' ' -f2 | kill -9 $(cat $1)<br>
> ><br>
> > You could replace 'evolution' with the name of your chrome binary (for<br>
> > example, I use chromium).<br>
><br>
><br>
> I may be missing something here, but what's wrong with `killall -9 evolution`?</p>
<p dir="ltr">There are parts of evolution that run as slightly differently named binaries, but that have evolution in the name. Killall misses these. If one of them needs to be restarted, then doing it my way allows you to ensure that they do relaunch when you start evolution again.</p>

<p dir="ltr">I like evolution, but it has never exactly been stable for me, and I have been using it since 2005.</p>