mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
The .desktop file of Atom was named Atom.desktop but it should be renamed to atom.desktop because a .desktop should not contain capital letters as any other .desktop files in /usr/share/applications. Note that without that, it can be not easy to link the window with the .desktop file and then a dock/panel could not link a launcher with its window.
10 lines
226 B
Desktop File
10 lines
226 B
Desktop File
[Desktop Entry]
|
|
Name=Atom
|
|
Comment=<%= description %>
|
|
Exec=<%= installDir %>/share/atom/atom %U
|
|
Icon=<%= iconName %>
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Utility;TextEditor;Development;
|
|
MimeType=text/plain;
|