Skip to main content

Timeline for Exit Google Chrome from terminal

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Mar 14, 2012 at 0:26 comment added slybloty @blacklemon67 kill -15 <pid_of_chrome> did what I was looking for. But, google-chrome has multiple pids and it took a few tried to actually get the right one.
Mar 13, 2012 at 20:29 comment added Chris Down Actually, SIGQUIT is not usually sent to applications when asked to close (I don't know any WMs that do this). WM_DELETE_WINDOW is the standard.
Mar 13, 2012 at 19:40 comment added Blackle Mori try 15 instead of 3, then
Mar 13, 2012 at 18:54 comment added slybloty This acts just like kill or killall where Chrome sees it as a crash, and asking to restore.
Mar 13, 2012 at 18:42 history answered Blackle Mori CC BY-SA 3.0