Hi,
Emmanuel Bouthenot wrote:
> I'll be glad if the people able to reproduce this bug could attach to
> this bug report the result of the following command:
>
> # strace -e open chromium-browser 2>&1|grep icon-theme.cache|grep -v ENOENT
/usr/bin/chromium-browser is a shell script, so presumably you'll
rather want output from
strace -f -e open chromium-browser --single-process 2>&1 |
grep icon-theme.cache |
grep -v ENOENT
Hans, Eugenio, is this reproducible with --single-process?
Thanks,
Jonathan
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]