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
No comments:
Post a Comment