void-packages/srcpkgs/atom/patches/desktop.patch
2015-04-24 15:55:36 +02:00

20 lines
583 B
Diff

---
resources/linux/atom.desktop.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git resources/linux/atom.desktop.in resources/linux/atom.desktop.in
index 1969e3f..71c19ca 100644
--- resources/linux/atom.desktop.in
+++ resources/linux/atom.desktop.in
@@ -2,8 +2,8 @@
Name=Atom
Comment=<%= description %>
GenericName=Text Editor
-Exec=<%= executable %> %U
-Icon=<%= iconName %>
+Exec=/usr/share/atom/atom %U
+Icon=/usr/share/atom/resources/app/resources/atom.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
--