mirror of
https://github.com/akiyosi/goneovim.git
synced 2025-08-09 12:25:21 +02:00
Improve .desktop
This commit is contained in:
parent
064ecdf8da
commit
bcb984c011
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
|
||||||
Name=Goneovim
|
Name=Goneovim
|
||||||
Comment=Goneovim - Neovim GUI
|
Comment=Goneovim - Neovim GUI
|
||||||
|
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;application/x-shellscript;text/x-c;text/x-c++;
|
||||||
|
Type=Application
|
||||||
# You should deploy nvim under the $PATH such as /usr/bin
|
# You should deploy nvim under the $PATH such as /usr/bin
|
||||||
Exec=/path/to/goneovim/goneovim
|
Exec=/path/to/goneovim/goneovim %F
|
||||||
Icon=/path/to/goneovim.ico
|
Icon=/path/to/goneovim.ico
|
||||||
|
Terminal=false
|
||||||
|
Categories=Utility;TextEditor;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue