Comment 1 for bug 1968377

Revision history for this message
Alexander Browne (elcste) wrote (last edit ): Re: New Chromium icon, not yet used by Snap

Looking at the snapcraft.yaml (https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap-from-source/tree/snapcraft.yaml#n233)

I think what needs to change is

      cp chrome/app/theme/chromium/product_logo_256.png $SNAPCRAFT_PART_INSTALL/chromium.png

to

      cp chrome/app/theme/chromium/linux/product_logo_256.png $SNAPCRAFT_PART_INSTALL/chromium.png

That is, add `linux` to the icon source path, since these new icons differ by platform.

(If the code was on GitHub I'd submit a PR, but I'm very much a beginner with git and haven't done it on LP before.)