Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
7.0

Available as/for:
Description:
The Tango Desktop Project aims to provide a uniform look and feel
to a given graphical user interface. This includes:

* The Icon Naming Specification
* Transitional icon naming utilities
* Standard icon style guidelines
* The base Tango Icon Library
* The Tango Icon Library extras

This is not your standard icon set. Some effort is required.

Installation instructions: http://tango-project.org/Installation
Last changelog:

tango-icon-theme - 0.8.0
icon-naming-utils - 0.8.2


Ratings & Comments

80 Comments

kdelooksucks

The icons look good, but there are some icons missing. For example, the icon to fetch your eMail is missing, as are icons for zooming in and zooming out, an icon for kget and kgpg. Like this, it looks quite iconsistent because some icons are tango-style and others aren't :/

nmirthes

I know. I've asked and bugged about this on several occasions. Many of the icons needed for a consistent look on KDE simply don't exist in the naming spec (and probably shouldn't). It's certainly possible to create an icon set to fill in the gaps, but I haven't the time to try and organize such a project.

liviopl

Some icons you can get from http://jimmac.musichall.cz/i.php There are many Tango icons (such as NLD10 YaST page, which containt KDE logo icons).

joshuamkite

tango-icon-theme is now in Debian unstable (non-free), packaged by the Utnubu (sic) team So Debian ppl can just apt-get install: http://packages.debian.org/unstable/x11/tango-icon-theme

ariszlo

1. Get Tango-Blue-Materia.tar.bz2 from http://materia.infinitiv.it/ 2. Extract it into ~/.kde/share/icons for yourself or into $KDE/share/icons system-wide (where $KDE is /usr, /opt/kde, etc. depending on your distribution) 3. Replace the index.theme file in the Tango-Blue-Materia folder with this: http://personal.nbnet.nb.ca/strawman/tango/index.theme.hack

ariszlo

1. Get Tango-Blue-Materia.tar.bz2 from http://materia.infinitiv.it/ 2. Extract it into ~/.kde/share/icons for yourself or into $KDE/share/icons system-wide (where $KDE is /usr, /opt/kde, etc. depending on your distribution) 3. Replace the index.theme file in the Tango-Blue-Materia folder with this: http://personal.nbnet.nb.ca/strawman/tango/index.theme.hack

shame

I've been trying to install this on suse 10.1 and icon-naming-utils compiles and installs fine but when I try to install tango-icon-theme I keep getting this error- configure: error: icon-naming-utils >= 0.7.2 is required to build and install tango-icon-theme I've tried every prefix I can think of for both and I've tried installing icon-naming-utils from source and from smart package manager. I've even changed the pkgconfig variable to account for every possible location it could be looking.

spacepenguin

I just want the icons. And I want them in png-Format in a size of 128x128. Where can I get them? I don't want to install all that stuff. Is there a simple script available that converts all the svgs to 128x128 pngs (or maybe to all sizes)? Tried to install all this but ended up with a configure notice that it needs a simple perl module. Cannot find that via apt. Much too complicated for a simple icon set... Can someone who managed to make the icons post them in png format? Please...

joshuamkite

I have successfully built this theme on Debian Sid using the instructions at http://ubuntuforums.org/showpost.php?p=707915&postcount=7 starting from step 2 (I installed the dependencies manaully based on ./configure errors). I also needed to install libmagick* and libmagick*-dev (*=9 in my case) and also mkdir /usr/share/icons/Tango in order to get checkinstall to complete for the icons-theme package (Can't see how to report this bug to Tango). I agree that (Tango) theme installation on KDE is far, far harder than it needs to be (or indeed is, on Gnome). I don't have a website but I have put my debs up on amule /ed2k if that helps (~7MB total size): ed2k://|file|icon-naming-utils_0.7.4-1_i386.deb|21712|C7B5E838B39EBA21B848F70ACFE8CEBB|/ ed2k://|file|icon-naming-utils_0.7.2-1_i386.deb|96010|3532223334B6C20F4CB7DF9DD2648F07|/ ed2k://|file|tango-icon-theme_0.7.2-1_i386.deb|7212236|A87198603AA2108C0BFB04118E321F83|/ ed2k://|file|tango-icon-theme-extras_0.1.0-1_i386.deb|489712|80673888E7CC64BC26C5B336B9172F01|/ Enjoy Joshua

CptnObvious999

I made a script that will convert all the svg icons to all the various sizes of png's. Just run it in the directory with the svg folder and if it doesn't have the size/section folders then you will have to create them. You can get the script at http://www.box.net/public/ezy57u3ntd and it requires rsvg/librsvg.

darwin

always nice to see great projects, keep it up!

admrl

if your going to make a cross de iconset you should look into making it good :) tango has a horrably gnome look to it and does not fit in with kde

maitre

Do you re-read your comments after clicking "Preview"?

dec0ding

Ok, imagine that I am enduser (or know it) and I want to use your iconset for KDE...nothing else. What do I download? There are 30 unexplained entries for this content and I have no clue what do I download and use... By the way, the icons look great.

peanutbutter

too gnomish for me.

superiodico

Hi. In order to use Tango icon theme without patching and recompiling kdelibs and kdebin, I have modified index.theme, subtituting Context= by Context=FileSystems. I do know it is not a logial nor elegant solution, but it works nicely. Enjoy it.

joaofa

Your method works!! I'm using Kubuntu with KDE 3.5 and Tango Icons now works fine! A little tutorial: -- for icon-naming-utils

  • ./configure --prefix=`kde-config --prefix`
  • make
  • sudo checkinstall
-- for tango-icon-theme
  • ./configure --prefix=`kde-config --prefix` --enable-png-creation
  • make
  • open the index.theme and replace all "Context='something'" with "Context=FileSystems"
  • sudo checkinstall
I also made a small post in ubuntuforums explaining how it worked for me( http://ubuntuforums.org/showpost.php?p=707915&postcount=7 )

fannymites

Using ubuntu dapper with gnome and kde. According to your instructions I would have to apt-get remove the rango icon theme, does that mean I can either use the icons in kde or gnome but not at the same time?

superiodico

Hi. In order to use Tango icon theme without patching and recompiling kdelibs and kdebin, I have modified index.theme, subtituting Context= by Context=FileSystems. I do know it is not a logial nor elegant solution, but it works nicely. Enjoy it.

nxsty

Thanks for a great icon set! Some icons are still missing though.

nmirthes

Thank you! The Tango icons are still being worked on, and it'll be a while before it's done. The other problem is KDE's hard-wiring of icon contexts. Tango uses a several new icon contexts described at http://www.freedesktop.org/wiki/Standards_2ficon_2dnaming_2dspec which aren't "seen" by KDE 3.x.x. As a result, any icons placed in these new contexts aren't seen in the UI.

csanchisb

The thing is that most of us use precompiled packages: rpm, deb, whatever... I'm not going to recompile KDE and later have issues with online updates etc. So why not make a standard iconset out of the real one just until KDE 4 comes out? That would make this theme popular.

maitre

Making the theme popular isn't the point either.

csanchisb

Oh, it's "not the point", ok, fine. And so what? Is it a bad thing to make this theme available before KDE adopts the new name specs? Moreover, if this doesn't become popular it will become irrelevant. But anyway, if YOU are not willing to contribute, why do you have to be for or against making a standard iconset out of the original one?

maitre

The point of the tango project is not to release an icon theme. Pay attention. If it was, it might be distributed in a KDE icon package. "The Tango Desktop Project exists to create a consistent user experience for free and Open Source software with graphical user interfaces." It's up to the KDE community to adopt this consistency.

Pling
0 Affiliates
Details
license
version 0.8.0
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

Other Full Icon Themes:

Neon Icon By Rock
rocknava01
last update date: 16 years ago

Score 4.3

WinIcons
image
last update date: 19 years ago

Score 5.0

Kicker Icon
muxozavar
last update date: 17 years ago

Score 5.0

Kicker PurpleLight
microchip
last update date: 19 years ago

Score 4.7

Anime Icons Beta
Bornnover
last update date: 18 years ago

Score 5.7

Kicker Bronz
microchip
last update date: 19 years ago

Score 5.0