3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #9117 from benley/chromium-xdg

chromium: fix opening URLs from associated mime types
This commit is contained in:
William A. Kennington III 2015-08-05 17:08:30 -07:00
commit d9358f1879

View file

@ -41,7 +41,7 @@ let
desktopItem = makeDesktopItem {
name = "chromium";
exec = "chromium";
exec = "chromium %U";
icon = "${chromium.browser}/share/icons/hicolor/48x48/apps/chromium.png";
comment = "An open source web browser from Google";
desktopName = "Chromium";