Showing posts with label chromium. Show all posts
Showing posts with label chromium. Show all posts

Tuesday, January 3, 2012

ubuntu chromium flash killing tabs

So sometimes when flash dies, like any good gift, it continues giving in the form of freezing any subsequent page that has flash. I tried killing the flash plugin process via the browser but that didn't seem to help; however, when killing the process from a terminal my browser was back to normal! Huzzah!

ps -ef | grep chromium-browser | grep flashplugin | awk '{print $2}' | xargs kill