How is one supposed to stop Chromium processes?

12,952

Solution 1

I had the same problem. Turns out this is a feature of chromium/chrome where it leaves processes running for extensions. To turn off go to Settings-->Show Advanced Settings-->Background Apps and uncheck the "Continue running background apps when Chromium is closed" option. Reference: https://superuser.com/questions/269385/why-does-google-chrome-leave-running-processes-behind-even-after-closing-the-bro

Solution 2

You can terminate it from its built in Task Manager

right click on tab and choose Task Manager then choose the process you want to kill(in your case you would kill all processes then you can close the browser)

Note that images are taken for chrome not chromium but its the same "nevermind".

Right click on the tab bar and select "Task Manager" alt text

Share:
12,952

Related videos on Youtube

Ian Mackinnon
Author by

Ian Mackinnon

«Nosotros no estudiamos historia, sólo programación y tejidos andinos.»

Updated on September 18, 2022

Comments

  • Ian Mackinnon
    Ian Mackinnon almost 2 years

    After I close the Chromium GUI many chromium-browser processes continue running indefinitely. It seems like it's running a daemon that keeps processes around so they can be reused.

    Checking the manual and help pages for the chromium-browser command only lists a small number of 'stable' options, none of which seem to have anything to do with ending child processes.

    If I kill them I get a load of notice dialogues in the bottom-right of the screen complaining that various extensions have "crashed".

    Is there a proper, less-aggressive way to terminate Chromium processes?

  • Ian Mackinnon
    Ian Mackinnon over 11 years
    Closing extension processes this way also brings up a pop-up that compains they have "crashed". The process for each pop-up then needs to be ended as well as all the others. This is slower and no more effective than forcibly killing processes from the terminal.
  • Wtower
    Wtower over 10 years
    If you cannot find the task manager menu item, you can access it using 'shift+esc'.
  • Tom De Leu
    Tom De Leu almost 10 years
    Thanks! In Chromium 34 it's under "Settings-->Show Advanced Settings-->System". It worked for me, but the first time I restarted Chromium it didn't open any of my previous tabs (even though "Continue where you left off" was still on). Further restarts did keep my tabs, weird.