🐧 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.
This commit is contained in:
Jonathan Mast
2016-03-26 10:15:11 -04:00
parent 1548ceff4a
commit a8cb423b68

View File

@@ -2,7 +2,7 @@
Name=<%= appName %>
Comment=<%= description %>
GenericName=Text Editor
Exec=<%= installDir %>/share/<%= appFileName %>/atom %U
Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
Icon=<%= iconPath %>
Type=Application
StartupNotify=true