void-packages/srcpkgs/atom/patches/desktop.patch
2019-01-06 10:31:15 -02:00

13 lines
380 B
Diff

--- resources/linux/atom.desktop.in
+++ resources/linux/atom.desktop.in
@@ -2,8 +2,8 @@
Name=<%= appName %>
Comment=<%= description %>
GenericName=Text Editor
-Exec=<%= installDir %>/bin/<%= appFileName %> %F
-Icon=<%= iconPath %>
+Exec=/usr/bin/atom %F
+Icon=/usr/share/atom/atom.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;