numixproject / numix-icon-theme-circle

Linux packaging for Numix Circle
GNU General Public License v3.0
881 stars 89 forks source link

I found that in the ubuntu, the vscode is using the code.svg #105

Closed rikonaka closed 5 years ago

rikonaka commented 5 years ago

Here, when I using the numix-icon-theme I found the vscode is using the code.svg instead of the vscode.svg, and I don't know if there any applications use the code.svg, maybe not, so I copy the vscode.svg to code.svg, here is the file vscode.desktop details:

[Desktop Entry]
Name=Visual Studio Code
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/code/code --unity-launch %F
Icon=code
Type=Application
StartupNotify=true
StartupWMClass=Code
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-empty-window;
Keywords=vscode;

X-Desktop-File-Install-Version=0.23

[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/usr/share/code/code --new-window %F
Icon=code

THX~