mirror of
https://github.com/atom/atom.git
synced 2026-01-26 15:28:27 -05:00
For some linux systems the window manager does not associate atom.desktop with Atom processes unless the class name is in lowercase. See #16791
12 lines
287 B
Desktop File
12 lines
287 B
Desktop File
[Desktop Entry]
|
|
Name=<%= appName %>
|
|
Comment=<%= description %>
|
|
GenericName=Text Editor
|
|
Exec=<%= installDir %>/bin/<%= appFileName %> %F
|
|
Icon=<%= iconPath %>
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Utility;TextEditor;Development;
|
|
MimeType=text/plain;
|
|
StartupWMClass=atom
|