chromium: fix .desktop file name

The desktop file must be name "chromium-browser.desktop" because it is
used as-is when setting chromium as the default browser.

See https://cs.chromium.org/chromium/src/chrome/browser/shell_integration_linux.cc?l=657&rcl=34b92857a547538555be6a38e95f7e95ab9b6842

fixes #23518
This commit is contained in:
Guillaume Maudoux 2017-03-05 15:02:56 +01:00 committed by Herwig Hochleitner
parent 7105bb68cc
commit c7f00e361e

View file

@ -35,7 +35,7 @@ let
};
desktopItem = makeDesktopItem {
name = "chromium";
name = "chromium-browser";
exec = "chromium %U";
icon = "chromium";
comment = "An open source web browser from Google";