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:
commit
e4c2f97a27
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user