/polymail.icns

Alternative icon for Polymail.app

Primary LanguageShellMIT LicenseMIT

Overview

Alternative icon for Polymail.app.

Polymail.icns

Installation methods

Quick

NOTE: Xcode Command Line Tools are required for that method: xcode-select --install.

  1. Run in Terminal:
curl -s https://raw.githubusercontent.com/Greenek/polymail.icns/master/install.sh | bash

Normal

  1. Download latest version of Polymail.icns.
  2. Quit Polymail.app.
  3. Go to /Applications/ folder.
  4. Select Polymail.app icon and press + I or select Get Info from right-click menu.
  5. Drag Polymail.icns onto it's icon at the top left of the info window.
  6. Launch the application. New icon should be now visible in the dock.

From scratch

Requirements

  • Xcode Command Line Tools (xcode-select --install)

  • Inkscape (brew cask install inkscape)

Install

  1. Download or clone the repository.
  2. Run in Terminal:
make

Troubleshooting

If you cannot solve your issues please file a bug report.

After successful installation old icon is still visible at the Dock.

There are two methods to fix this:

  1. Restart application

  2. or run in Terminal:

sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
sudo find /private/var/folders -name com.apple.iconservices -exec rm -rf {} \;
killall Dock

Author

Paweł Golonko, greenek.com