Fix Neovim .desktop file to open files from GUI file manager (#2233)

* Fix comment

* Update Exec command to use shell execution for Nvim

Fix Neovim .desktop file to allow opening files from GUI file manager.

* Add migration

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
CHINMOY SAIKIA
2025-10-06 01:10:31 +05:30
committed by GitHub
parent bb4df39bbd
commit 479f20d294
3 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
Name=Neovim
GenericName=Text Editor
Comment=Edit text files
Exec=$TERMINAL --class=nvim --title=nvim -e nvim -- %F
Exec=sh -c "$TERMINAL --class=nvim --title=nvim -e nvim -- %F"
Terminal=false
Type=Application
Keywords=Text;editor;