I'm trying to open chrome with parameters but I figure how to do it. Can anyone help me out?
I've listed the commands, one that works (without any parameters) and one that doesn't (with parameters):
call(["chromium-browser",""]) # this works
call(["'chromium-browser --start-fullscreen'",""]) # this doesnt
Thanks