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:
parent
04f1b451d7
commit
501f667958
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue