Hi Diego,
Diego Nicola Barbato <[email protected]> writes:
> I have installed IceCat version 68.2.0-guix0-preview3 (corresponds to
> commit 930298e1efff3e40721659d8fd7118cdd2477bd4 on the '68' branch)
> whith GNU Guix.
>
> When I open a private window it says Firefox instead of IceCat next to
> the IceCat logo.
Thanks very much for reporting this.
It turns out that the "Firefox" is from an SVG file, and was therefore
missed by the global find+replace that's done by 'makeicecat'. FYI,
here's the path to the offending SVG file in the source tarball:
browser/components/newtab/data/content/assets/icecat-wordmark.svg
(The file name was renamed by the aforementioned find+replace).
It's referenced from here:
browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
which is referenced from here:
browser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
To be continued...
Thanks,
Mark