mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Use correct StartupWMClass in desktop entry
This prevents two entries appearing in the launcher. Fixes #6593
This commit is contained in:
@@ -6,7 +6,7 @@ Exec=/usr/bin/@@NAME@@ %U
|
||||
Icon=@@NAME@@
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=@@NAME@@
|
||||
StartupWMClass=@@NAME_SHORT@@
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=text/plain;
|
||||
Actions=new-window;
|
||||
|
||||
Reference in New Issue
Block a user