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

_______________________________________________
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-phototools-devel

Reply via email to