How to change the Finder icon
;; ================================================= ;; εμαcs is ⎋[esc]⌘[meta]⌥[alt]⌃[ctrl]⇧[shift]. ;; =================================================
This post is written with emacs org-mode.
Operating System Environments
- Main- : OS X Mavericks (10.9)
- Sub- : Debian GNU/Linux Wheezy (7.2)
- Server: Debian GNU/Linux Squeeze || Lenny
- Mobile: iOS 7.0.3
Instruction for changing the finder icon in OS X Mavericks1
- Prepare the image that you want to use in the
.icns
format. - Rename it
FinderIcon.icns
- Backup2 the
/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/FinderIcon.icns
, such asFinderIcon_original.icns
. It requires your password. - Copy the
FinderIcon.icns
that you want to use and paste it into/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
. It requires your password. - Run the following commands in Bash shell(Terminal.app)
$sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \; $killall Dock
If it doesn't work, then simply restart your system or change the following two images again.
/System/Library/CoreServices/Dock.app/Contents/Resources/finder@2x.png
/System/Library/CoreServices/Dock.app/Contents/Resources/finder.png
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Footnotes:
2
⇧⌘G in Finder and type /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
in the appearing window.
No comments:
Post a Comment