From 42a6d490aaa2962bcc2d2f71a9c6a92cdccb47fe Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Wed, 13 Jun 2018 08:52:22 -0500 Subject: [PATCH] .Desktop SCL compat by setting exec path based on this zombie PR: https://github.com/atom/atom/pull/15887 --- resources/linux/atom.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux/atom.desktop.in b/resources/linux/atom.desktop.in index 141397ab1..6c4d93d51 100644 --- a/resources/linux/atom.desktop.in +++ b/resources/linux/atom.desktop.in @@ -2,7 +2,7 @@ Name=<%= appName %> Comment=<%= description %> GenericName=Text Editor -Exec=<%= installDir %>/share/<%= appFileName %>/atom %F +Exec=<%= installDir %>/bin/<%= appFileName %> %F Icon=<%= iconPath %> Type=Application StartupNotify=true