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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to