These icons are the same as those found in Mint-Y-icons.
Only the places colors have been changed to match the colors of Mint-Yz-theme.
FIRST, Go to the LATEST RELEASE page. There, click on the mint-yz-icons_X.x.x.zip to download.
NEXT, CHOOSE ONE OF THE FOLLOWING METHODS TO INSTALL:
Method 1: automatic installer
- Extract (unzip) the zip you just downloaded
- Open this directory containing the files you extracted, and double-click on the INSTALLER.sh to "Run in Terminal"
Method 2: Command Line Interface (CLI)
Open your terminal and do this:
cd ~/Downloads # Go to where you downloaded your zip.
unzip -q mint-yz-icons*
sudo rm -rf /usr/share/icons/Mint-Yz-*
sudo cp -rf icons/* /usr/share/icons
sudo ./update-cache.sh
Method 3: Graphical User Interface (GUI)
(Everyone has a different GUI, so I can't give you precise instructions this way... But it should be pretty simple...)
- Go to your Download directory
- Extract (unzip) this mint-yz-icons_X.x.x.zip
- Open /usr/share/icons as root (Be careful! Close this window when done!)
- Move or copy all the contents from the extracted icons directory into /usr/share/icons (not the icons directory itself, but all those directories inside: Mint-Yz-Base, Mint-Yz-Base-Aqua, Mint-Yz-Base-BlueBelize, etc)
- Open your terminal into the directory where you extracted the contents of this zip, and do
sudo ./update-cache.sh
FINALLY, Select your new icons in Menu > Preferences > Themes or Appearance.
Just like in the standard Mint-Y-icons, these Mint-Yz icons are available in both base and dark variants. The color is exactly the same on base and dark versions. The difference is in the actions category of icons. These are used on some things such as tool bars. You should always select :
- Mint-Yz-Base-(color) icons for Mint-Yz-Base-(color) controls
- Mint-Yz-Dark-(color) icons for Mint-Yz-Dark-(color) controls
This will ensure all your toolbars are clearly visible. Don't worry, this is not dangerous, but if you find some toolbars are almost invisible, remember to check whether you have selected base or dark icons...
And, of course, feel free to mix colors ! Example :
If you changed your mind and want to remove this group of icons, there are many ways to do so. But first of all, make sure you are not using these Mint-Yz icons anymore. Open Menu > Preferences > Themes or Appearances, and select something else, such as Mint-Y or Mint-X, for your icons.
Next, type this in your terminal:
sudo rm -rf /usr/share/icons/Mint-Yz-*
- First method : You can open your terminal and type:
apt remove mint-yz-icons
. - Second method : Or you can also open your Synaptic Package Manager, search (Ctrl+F) for
mint-yz-icons
, mark for removal, and apply.
The application and category icons originate from the Moka icon theme:
- Link: https://github.com/moka-project/moka-icon-theme
- Author: Sam Hewitt hewittsamuel@gmail.com
- License: Creative Commons Attribution-ShareAlike 4.0 (https://creativecommons.org/licenses/by-sa/4.0)
The folder icons originate from the Arc icon theme:
- Link: https://github.com/horst3180/arc-icon-theme
- Author: horst3180 (http://horst3180.deviantart.com)
- License: GPLv3
The device icons originate from the Paper icon theme:
- Link: https://github.com/snwh/paper-icon-theme
- Author: Sam Hewitt hewittsamuel@gmail.com
- License: Creative Commons Attribution-ShareAlike 4.0 (https://creativecommons.org/licenses/by-sa/4.0)
The mimetype icons originate from the Elementary icon theme:
- Link: https://github.com/elementary/icons
- Author: Members of the Elementary OS team (https://github.com/orgs/elementary/people)
- License: GPLv3 (https://choosealicense.com/licenses/gpl-3.0/)
The action and panel icons originate from the ePapirus theme:
- Link: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
- Author: Members of the Papirus Development Team (https://github.com/orgs/PapirusDevelopmentTeam/people)
- License: GPLv3 (https://choosealicense.com/licenses/gpl-3.0/)
This theme is licensed under Creative Commons Attribution-ShareAlike 4.0 (https://creativecommons.org/licenses/by-sa/4.0).
Any bundled software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.
To find circular symbolic links:
find . -follow -printf ""
To find broken links use ./deadlinks
or:
find -L usr/ -type l
To find files with spaces in their filenames (that breaks the icon cache generation):
find . | egrep '. '