I have made sure that both my config and system packages are up to date
Linux distro: EndevourOS
The issue
I only have foot and kitty installed as terminals
The fallback (fuzzel) does work
My nvim.desktop file at /usr/share/applications/
TryExec=nvim
Exec=nvim %F # I have tried putting `foot nvim %F` here but that didn't fix it
Terminal=true
Type=Application
Icon=nvim
Categories=Utility;TextEditor;
StartupNotify=false
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;applica>
After modifying it i ran sudo update-desktop-database and also rebooted but it still didn't work.
The issue
I only have foot and kitty installed as terminals
The fallback (fuzzel) does work My
nvim.desktop
file at/usr/share/applications/
After modifying it i ran
sudo update-desktop-database
and also rebooted but it still didn't work.