mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
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)
This commit is contained in:

committed by
Justin M. Keyes

parent
bdfa1479d2
commit
7c83657397
@@ -1537,7 +1537,7 @@ static int included_patches[] = {
|
||||
// 907 NA
|
||||
// 906 NA
|
||||
// 905 NA
|
||||
// 904 NA
|
||||
904,
|
||||
903,
|
||||
// 902 NA
|
||||
901,
|
||||
|
Reference in New Issue
Block a user