numixproject / numix-icon-theme-square

Linux packaging for Numix Square
GNU General Public License v3.0
164 stars 12 forks source link

VS Codium Icon showing up for VS Code #45

Closed tegaidogun closed 9 months ago

tegaidogun commented 9 months ago

The latest package for Fedora was missing some icons that I wanted so I pulled the icons directly from the repository here. When I did so the icon for vscode got switched around.

Screenshot from 2024-03-02 13-28-48

But the thing is that when I copy it from the cloned folder, it becomes this:

tegaidogun@CHIBUDOM ~
$ sudo cp -Rf numix-icon-theme-square/Numix-Square/ /usr/share/icons/

it changes from the default visual studio icon to the Codium icon:

image

Is there a linking issue in the files that I am overlooking? Because in the folder I cloned directly from this repository, the the normal Visual Studio Code icon is there:

image

palob commented 9 months ago

Linking seems correct in the repo so to be sure you should remove the old icon theme before copying over the new files in order to avoid mislinking. We definitely changed some links a while back when we introduced dedicated icons for VSCodium and VSCode-OSS (which previously had been only present as symlinks to VSCode).

tegaidogun commented 9 months ago

Okay then.