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