Sunday, November 10, 2013

How to change the Finder icon

How to change the Finder icon

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

  1. Prepare the image that you want to use in the .icns format.
  2. Rename it FinderIcon.icns
  3. Backup2 the /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/FinderIcon.icns, such as FinderIcon_original.icns. It requires your password.
  4. Copy the FinderIcon.icns that you want to use and paste it into /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/. It requires your password.
  5. 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

10781178123_c62b8b93f8_z.jpg


Creative Commons License
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.

Created: 2013-11-10 Sun 18:00

Emacs 23.4.1 (Org mode 8.0.2)

Validate XHTML 1.0

No comments:

Post a Comment