Fix desktop

This commit is contained in:
TheDevKiller 2019-04-28 01:49:15 +02:00
parent 4afed0f6cd
commit 01da00e6b5

View File

@ -10,7 +10,7 @@ index dbc7818cec..fc2044fa18 100644
GenericName=Text Editor GenericName=Text Editor
-Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F -Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F
-Icon=@@ICON@@ -Icon=@@ICON@@
+Exec=/usr/share/vscode/ --unity-launch %F +Exec=/usr/bin/vscode --unity-launch %F
+Icon=/usr/share/vscode/resources/linux/code.png +Icon=/usr/share/vscode/resources/linux/code.png
Type=Application Type=Application
StartupNotify=false StartupNotify=false
@ -25,5 +25,5 @@ index dbc7818cec..fc2044fa18 100644
Name=New Empty Window Name=New Empty Window
-Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F -Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F
-Icon=@@ICON@@ -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 +Icon=/usr/share/vscode/resources/linux/code.png