Page 1 of 1

Can't Kill Chrome

Posted: Wed Apr 22, 2020 12:13 am
by geneo
I'm unable to kill PID entries for Google Chrome.

I remote into a LXDE for work. When my session times out the existence of Chrome still runs, but when I log back in, Chrome won't start.

I'll double click on the application and nothing happens, so I run "ps aux|grep chrome" and it comes up with a list of all the instances of Chrome. I then run "killall -9 chrome" to kill all the processes, but when I re-run "ps aux|grep chrome", the instance persist.

How can I terminate all instances of Chrome so it will start working again?

Thanks,
geneo

Re: Can't Kill Chrome

Posted: Wed Apr 22, 2020 9:49 am
by drooly
Are you sure the name of the executable in question is 'chrome', and not 'Chrome' or 'ChromeBrowser' or 'Web Application' or...?
what exactly do you get when you issue

Code: Select all

ps aux | grep -i chrome
Please show us.

Have you disabled "Run background services when main app closes" in Chrome's advanced settings?

BTW, Chrome is closed source and not very suitable for any GNU/Linux environment. Have you considered using Chromium instead?