Fix desktop
This commit is contained in:
parent
4afed0f6cd
commit
01da00e6b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user