Last active
March 29, 2020 07:46
-
-
Save zeronote/414e50d09bd6c0f59831b54e6238dbda to your computer and use it in GitHub Desktop.
KDE Plasma: restore Kate original icon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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