Comment 7 for bug 1514484

Revision history for this message
Miyuki Taniguchi (miyuki) wrote :

 Space characters in chromium flags seem to be always parsed even if they are escaped. (Of course, it must be a bug.)

 When splitting all flags in $CHROMIUM_FLAGS by newline and running chromium after IFS=$'\n' , it works.
(And do not escape spaces. like --user-agent=foo bar , not --user-agent="foo bar" or --user-agent=foo\ bar .)