From b31dde368f0ce6be0f95197b2d0472e57f6628b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Guimar=C3=A3es?= Date: Tue, 11 Apr 2017 12:23:42 -0300 Subject: [PATCH] Update Exec param at code.desktop The `/usr/share/code/code/` path opens a new window with errors. Adding bin to the path fixes it. --- resources/linux/code.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop index a76cb26ea8a..ca173b1462b 100644 --- a/resources/linux/code.desktop +++ b/resources/linux/code.desktop @@ -2,7 +2,7 @@ Name=@@NAME_LONG@@ Comment=Code Editing. Redefined. GenericName=Text Editor -Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %U +Exec=/usr/share/@@NAME@@/bin/@@NAME@@ --unity-launch %U Icon=@@NAME@@ Type=Application StartupNotify=true @@ -23,5 +23,5 @@ Name[ko]=새 창 Name[ru]=Новое окно Name[zh_CN]=新建窗口 Name[zh_TW]=開新視窗 -Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %U +Exec=/usr/share/@@NAME@@/bin/@@NAME@@ --new-window %U Icon=@@NAME@@