Files
atom/resources/linux/atom.desktop.in
Jonathan Mast a8cb423b68 🐧 Use %F instead of %U for file variable
The desktop entry specification states that %U is for URLs and %F is for
files. Since atom doesn't support URLs, we should use %F. Fixes #2320.
2016-03-26 10:15:11 -04:00

11 lines
274 B
Desktop File

[Desktop Entry]
Name=<%= appName %>
Comment=<%= description %>
GenericName=Text Editor
Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
Icon=<%= iconPath %>
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
MimeType=text/plain;