From 7c836573977e5e86962cdb346b8537b78a36eb90 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Tue, 24 Jan 2017 16:11:21 +0100 Subject: dist: runtime/nvim.desktop Closes #3689 cmake: Add `desktop-install` and `icon-install` targets. `runtime` target will trigger them. Specification: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys Icons are stored system-wide in /usr/share/applications or user wide at /usr/share/icons/hicolor/scalable/apps and can be overriden in ~/.local/share/icons nvim.desktop file can be installed system wide or in ~/.local/share/applications/ To test without an installer: $ xdg-desktop-menu install --novendor runtime/nvim.desktop $ xdg-icon-resource install --novendor --mode user --size 64 contrib/nvim-icon.png Once it is installed, you can test with gtk-launch if installed or dmenu/rofi (drun mode) --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 9cf509ca23..a12621d06f 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1537,7 +1537,7 @@ static int included_patches[] = { // 907 NA // 906 NA // 905 NA - // 904 NA + 904, 903, // 902 NA 901, -- cgit