Skip to content

Instantly share code, notes, and snippets.

@zeronote
Last active March 29, 2020 07:46
Show Gist options
  • Save zeronote/414e50d09bd6c0f59831b54e6238dbda to your computer and use it in GitHub Desktop.
Save zeronote/414e50d09bd6c0f59831b54e6238dbda to your computer and use it in GitHub Desktop.
KDE Plasma: restore Kate original icon
# clone the breeze-icons repository
git clone https://github.com/KDE/breeze-icons.git
# check out to the latest tag containing a nice icon for Kate
cd breeze-icons
git checkout v5.66.0
# restore the icon
sudo cp icons/apps/48/kate.svg /usr/share/icons/breeze/apps/48/kate.svg
# logout/login to feel comfortable again in your KDE desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment