How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

March 26, 2012

How to disable the “Chromium didn’t shut down correctly” message

Filed under: Linux — Tags: , , , , — admin @ 10:42 am

Hello
Well, because is crhomium you will be on a linux system.
So after a little search this can be remove from some setting on the chormium. Is not just a clik,
So for those who want to run a automated script that start the chormium using kiosk mode well this will be a help for them.
Before you start the chromium with –kiosk just add one more line

sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' ~/.config/chromium/Default/Preferences

Powered by WordPress