Skip to content

Instantly share code, notes, and snippets.

@ivanocj
Created April 16, 2024 14:34
Show Gist options
  • Save ivanocj/f98db41c0aa8323a58df35ee6a05d392 to your computer and use it in GitHub Desktop.
Save ivanocj/f98db41c0aa8323a58df35ee6a05d392 to your computer and use it in GitHub Desktop.
Fix Jetbrains Icons in WSL2 (Windows Start Menu)

Fix Jetbrains Icons in WSL2 (Windows)

Jetbrains App's desktop files (*.desktop) in your user local directory are required to be in the usr public directory.

Open the terminal and execute the commands below:

cd ~/.local/share/applications
sudo rm /usr/share/applications/jetbrains-*
sudo cp jetbrains-* /usr/share/applications

Check new icons using Windows start menu search bar.

Note: these commands are required in every major update (or if there are icons changes in minor updates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment