3
0
Fork 0
forked from mirrors/nixpkgs

chromium: fix opening URLs from associated mime types

It helps to actually pass the URL to chromium :)

Related to #4370
This commit is contained in:
Benjamin Staffin 2015-08-04 14:35:13 -07:00
parent 04f1b451d7
commit 501f667958

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";