Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 2 - Changing the icon on Windows

As the title says, how do you change Sublime Text 2 default icon on Windows(7 or 8)?

I've searched everywhere. I found the post by Jeffrey Way on Nettuts that explains how to change it on the Mac and it was as simple as putting the 'nameoftheicon.icns' file somewhere in the default folder.

Now I have two problems:

1) I can't find the folder where the icns file should be put in 2) on Git(or somewhere else) when I find the repo of an icon the things to do in order to change it, even on the Mac, are way longer than Jeff's post

I wish the Windows folder was specified in that post to but it isn't(as you know he works on Mac).

So basically what's the fastest way to change the icon, maybe just by putting the icns files somewhere and avoiding the download of external software(as some Git repos suggests)?

like image 746
daghene Avatar asked Aug 07 '13 07:08

daghene


People also ask

How do I change the custom app icon in Windows 10?

Right-click it and choose Properties to open a new window. Here, switch to the Shortcut tab and click the Change Icon button at the bottom. You'll see a list of alternative icons included in the app, if there are any. To set your own icon, click Browse and navigate to the place where you saved your ICO files.

How do I change the icon on a file?

Right click extension whose icon you want to change and then select “Edit Selected File Type.” In the “Edit File Type” window, click the “…” button to the right of the Default Icon text field. The “Change Icon” window shows some basic icons, but click the “Browse” button to find your own icon files.


1 Answers

There is no way of changing the icon on Windows without editing either the sublime_text.exe file or one of the libraries with an external program. It's just one of the many, many differences between Windows and Mac. .icns files are specific for the Mac platform, and don't exist in the Windows versions of Sublime Text.

like image 55
MattDMo Avatar answered Oct 13 '22 11:10

MattDMo