Code Monkey home page Code Monkey logo

gnome-icon-theme-s's Introduction

GNOME Icon Theme S

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:

Some notable differences relative to gnome-icon-theme 3.12.0:

  • 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.

Installation

Packages

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)

Manual installation from source

The following packages are required to build:

  • autoconf
  • automake
  • icon-naming-utils
  • pkg-config or pkgconfig for Fedora
  • gtk-update-icon-cache

1. Get the source using git

git clone https://github.com/Kogiku/gnome-icon-theme-s
cd gnome-icon-theme-s

2. Build and install

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

3. Uninstall

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}

gnome-icon-theme-s's People

Contributors

alexlarsson avatar benzea avatar bigon avatar claudep avatar dmytro-bit avatar dobey avatar gheyret avatar itsjamil avatar jberkman avatar jbicha avatar jimmac avatar jmallach avatar jodygoldberg avatar kelemeng avatar kogiku avatar kristjanesperanto avatar lapo avatar lool avatar mbiebl avatar mtelka avatar mtrmac avatar nilamdyuti avatar nma-2009 avatar noskcaj10 avatar sdroege avatar smcv avatar stanislav-brabec avatar takeshi-aihana avatar ulipo avatar yaneti avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.