Get chrome to prompt for restart after update
Liam Proven
lproven at gmail.com
Fri Apr 11 12:48:27 UTC 2014
On 10 April 2014 16:23, William Scott Lockwood III <scott at guppylog.com> wrote:
> I have seen this, and I solved it by killing all Evolution processes,
> as it was the only thing hanging for me. You could do something
> similar for Chrome. Here's the script I wrote:
>
> ps aux | grep evolution | grep -v grep | cut -d ' ' -f2 | kill -9 $(cat $1)
>
> You could replace 'evolution' with the name of your chrome binary (for
> example, I use chromium).
I may be missing something here, but what's wrong with `killall -9 evolution`?
--
Liam Proven * Profile: http://lproven.livejournal.com/profile
Email: lproven at cix.co.uk * GMail/G+/Twitter/Flickr/Facebook: lproven
MSN: lproven at hotmail.com * Skype/AIM/Yahoo/LinkedIn: liamproven
Tel: +44 20-8685-0498 * Cell: +44 7939-087884
More information about the ubuntu-users
mailing list