Updated version of the icon theme that was used by the GNOME 3.12 desktop. The icons are used in the panel menu, and in nautilus and other applications, to represent the different applications, files, directories, and devices.
Color variants:
- More colors to choose from.
- Save and save-as cabinet icons were replaced with floppy icons.
- Additional icons were added from sources such as the Adwaita and MATE icon themes.
Distro | Package Name/Link |
---|---|
Debian | gnome-icon-theme-s_3.12.0.8-1_all.deb |
any | gnome-icon-theme-s_3.12.0.8.tar.bz2 (extract to ~/.icons ) |
The following packages are required to build:
autoconf
automake
icon-naming-utils
pkg-config
orpkgconfig
for Fedoragtk-update-icon-cache
git clone https://github.com/Kogiku/gnome-icon-theme-s
cd gnome-icon-theme-s
System wide (installs to /usr/share/icons
):
./autogen.sh --prefix=/usr
sudo make install
Home directory (installs to ~/.local/share/icons
):
./autogen.sh --prefix=$HOME/.local
make install
Run the following from the source code directory:
sudo make uninstall
<< or >>
make uninstall
Or simply remove the icon theme directories:
sudo rm -rf /usr/share/icons/gnome-{,legacy,sakura,seafoam,slate,stardust,steel}
<< or >>
rm -rf ~/.local/share/icons/gnome-{,legacy,sakura,seafoam,slate,stardust,steel}
<< or >>
rm -rf ~/.icons/gnome-{,legacy,sakura,seafoam,slate,stardust,steel}