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.
This commit is contained in:
aszlig 2015-08-20 13:02:55 +02:00
commit e4c2f97a27
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -42,7 +42,7 @@ let
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";