From 01da00e6b5299194702e689029da062b685d33fb Mon Sep 17 00:00:00 2001 From: TheDevKiller Date: Sun, 28 Apr 2019 01:49:15 +0200 Subject: [PATCH] Fix desktop --- app-editors/vscode/files/vscode-desktop.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vscode/files/vscode-desktop.patch b/app-editors/vscode/files/vscode-desktop.patch index eadf2d6..da61e29 100644 --- a/app-editors/vscode/files/vscode-desktop.patch +++ b/app-editors/vscode/files/vscode-desktop.patch @@ -10,7 +10,7 @@ index dbc7818cec..fc2044fa18 100644 GenericName=Text Editor -Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F -Icon=@@ICON@@ -+Exec=/usr/share/vscode/ --unity-launch %F ++Exec=/usr/bin/vscode --unity-launch %F +Icon=/usr/share/vscode/resources/linux/code.png Type=Application StartupNotify=false @@ -25,5 +25,5 @@ index dbc7818cec..fc2044fa18 100644 Name=New Empty Window -Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F -Icon=@@ICON@@ -+Exec=/usr/share/code/code --new-window %F ++Exec=/usr/bin/vscode --new-window %F +Icon=/usr/share/vscode/resources/linux/code.png