Comment #3 on issue 31424 by [email protected]: CHROMIUM_FLAGS in  
/etc/chromium-browser/default doesn't like whitespace?
http://code.google.com/p/chromium/issues/detail?id=31424

hm, this is more a shell limitation than a bug in my wrapper. It has to do  
with shell expansion of variables and parameters.

One workaround is to change /etc/chromium-browser/default to read:

IFS="   " (<=  a single tab)
CHROMIUM_FLAGS="--user-data-dir=${HOME}/Ubuntu One/Browser  
Profiles/chromium/      --disk-cache-dir=${HOME}/.cache/chromium/"

no backslashed spaces, but a tab between the chromium flags.
It should work that way.

I'm not sure i want to change that for all existing users.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to