Merge pull request #9269 from @jraygauthier.

Although I couldn't test this because I'm not using a DE, nobody else
than the one submitting the pull request has commented on this. So if it
should break the icon for other people, nobody would probably start an
assassination because of this and the commit can be easily reverted if
it should break the icon.

aszlig e4c2f97a 0ed06696

Changed files
+1 -1
pkgs
applications
networking
browsers
chromium
+1 -1
pkgs/applications/networking/browsers/chromium/default.nix
···
desktopItem = makeDesktopItem {
name = "chromium";
exec = "chromium %U";
-
icon = "${chromium.browser}/share/icons/hicolor/48x48/apps/chromium.png";
+
icon = "chromium";
comment = "An open source web browser from Google";
desktopName = "Chromium";
genericName = "Web browser";