-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) . 

Tango Generator 3

   3.2.3  

GNOME Icon

Score 76%
Tango Generator 3
zoom


Tango Generator 3
zoom


Tango Generator 3
zoom


Link:  http://
Downloads:  23729
Submitted:  Dec 25 2007
Updated:  Feb 15 2008

Description:

After a few solid months of work, Tango Generator 3 is out. While it still lacks support for additional applications, it's a vast upgrade in terms of usability, reliability, expandability and icon coverage. And, as planned, it\\\'s out in time for Christmas (just)!

This release includes the following major changes:
  • Nearly 10 more icon themes - pushing the total up to 24.

  • Hundreds more icons drawn specifically for the generator.

  • Updated and expanded icon themes.

  • Improved usability - for example, themes can now be ordered via drag and drop, and ordering won\\\'t be broken due to accidential sorting.

  • Support for Gnome 2.20.

  • Support for distribution branding.

  • Detection of required binaries.

  • An entirely rewritten core: faster, more stable, more reliable and more efficient.

  • A far more extensible structure - expect to see more rapid updates and more complete application coverage.

  • Support for the saving, loading and distributing of theme configurations.


  • Note: To make use of updated packages, run 'rm -rf ~/.tango-generator/archives/*.tar*' before first run.

    Please enjoy the app and, if you have time, have a look around the site. If you'd like to give something back, check out the 'Easy Contributions' link below.




    Changelog:

    3.2.3: Fixed bug occuring due to missing archives. Added download timeout. Added more application icons. Updated icon themes (notably Discovery). Improved icon coverage.

    3.2.2: Improved performance of generated themes. Fixed some small user interface bugs. Updated gnome emotes, major update to tango folder icons, updated fedora icons. Updated documentation.

    ...
    25/12/07: Tango Generator 3 released.




    LicenseGPL
    (Main Download)
    (Download Configuration Files)
    (More information)
    (Discussion/Requests)
    (Easy contributions)
    Send to a friend
    Subscribe
    Other  Content  from mejogid
    Report inappropriate content



    goto page: prev   1  2  3  4  5  6  7  8  9 

    -

     Tango generator error :(

     
     by s0l1dsnak3123 on: Aug 11 2008
     
    Score 50%

    Hello :)

    When I run your program I get this:

    Unable to locate image file in pixmap_path: "panel.png"
    Exception in thread Thread-2:
    Traceback (most recent call last):
    File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
    File "/usr/lib/python2.5/site-packages/TGenerator/processing.py", line 37, in run
    self.__compile_theme()
    File "/usr/lib/python2.5/site-packages/TGenerator/processing.py", line 50, in __compile_theme
    self.__unpack_c_theme(theme_node)
    File "/usr/lib/python2.5/site-packages/TGenerator/processing.py", line 65, in __unpack_c_theme
    self.download_d_node(download_node)
    File "/usr/lib/python2.5/site-packages/TGenerator/processing.py", line 129, in download_d_node
    if os.path.exists(archived): self.__unpack(archived)
    File "/usr/lib/python2.5/site-packages/TGenerator/processing.py", line 200, in __unpack
    general.decompress(file_name, tmp_parent)
    File "/usr/lib/python2.5/site-packages/TGenerator/general.py", line 132, in decompress
    __un_tar(archive_location, extraction_root, "r:gz")
    File "/usr/lib/python2.5/site-packages/TGenerator/general.py", line 144, in __un_tar
    for member in archive_file.getmembers():
    File "/usr/lib/python2.5/tarfile.py", line 1291, in getmembers
    self._load() # all members, we first have to
    File "/usr/lib/python2.5/tarfile.py", line 2000, in _load
    tarinfo = self.next()
    File "/usr/lib/python2.5/tarfile.py", line 1806, in next
    self.fileobj.seek(self.offset)
    File "/usr/lib/python2.5/gzip.py", line 388, in seek
    self.read(1024)
    File "/usr/lib/python2.5/gzip.py", line 227, in read
    self._read(readsize)
    File "/usr/lib/python2.5/gzip.py", line 275, in _read
    self._read_eof()
    File "/usr/lib/python2.5/gzip.py", line 311, in _read_eof
    raise IOError, "CRC check failed"
    IOError: CRC check failed


    Warning! Linux should not be used by those under the influence of Microsoft.
    Reply to this

    -

     Bad archive for Old Tango

     
     by gldblade on: Aug 15 2008
     
    Score 50%

    Tango Generator presently downloads an archive called 'old-tango.tar.gz' that seems to be incomplete. This causes Tango Generator to abort since the archive doesn't extract properly.

    There are several ways to get around it. The simplest way is to simply turn off Old Tango, though I don't know how that affects the quality of the generated icon set.


    Reply to this

    -
    .

     I can't download it!

     
     by brunomarquesbr on: May 20 2009
     
    Score 50%

    The site is always offline. How can I download it?


    Reply to this

    -

     Re: I can't download it!

     
     by mejogid on: Jun 17 2009
     
    Score 50%

    Unfortunately I'm having hosting problems and there isn't a lot I can do. Additionally, the generator is somewhat obsolete at this point and I'm gauging whether there's enough demand to warrant a new version.


    Reply to this

    -
    .

     request

     
     by rodgerSan on: Jan 24 2010
     
    Score 50%

    Would it be possible to share the amazing artwork you made? I have in mind some nice tango icons like pyrenamer and gnome-video-arcade but couldn't find them anywhere. Thank you for tango-generator3, it was really handy for building iconsets (probably still is but I'm too lazy to compile it)


    Reply to this

    -

     2.6

     
     by nickemans on: Mar 22 2010
     
    Score 50%

    Hi!

    I built the .deb from the source code (using the -rfakeroot thing) and installed it that way.

    When I try to run it however, I get this output:

    nickemans@nickemans-laptop:~$ tango-generator
    Traceback (most recent call last):
    File "/usr/bin/tango-generator", line 3, in <module>
    from TGenerator import generator
    ImportError: No module named TGenerator

    I have Python versions 2.4, 2.5 and 2.6 installed, and I understand 2.6 is the problem, but how do I fix it?

    Thanks!


    Reply to this

    -

     Tango Generator 3

     
     by Wonderer on: May 24 2010
     
    Score 50%

    Generator can be downloaded from softpedia: http://linux.softpedia.com/get/Desktop-Environment/Tools/Tango-Generator-34035.shtml


    Reply to this

    goto page: prev   1  2  3  4  5  6  7  8  9 

    Add commentBack




    -



     
     
     Who we are
    Contact
    More about us
    Frequently Asked Questions
    Register
    Twitter
    Blog
    Explore
    Apps
    Artwork
    Jobs
    Knowledge
    Events
    People
    Updates on identi.ca
    Updates on Twitter
    Content RSS   
    Events RSS   

    Participate
    Groups
    Forum
    Add Content
    Public API
    About openDesktop.org
    Legal Notice
    Spreadshirt Shop
    CafePress Shop
    Advertising
    Sponsor us
    Report Abuse
     

    Copyright 2007-2016 openDesktop.org Team  
    All rights reserved. openDesktop.org is not liable for any content or goods on this site.
    All contributors are responsible for the lawfulness of their uploads.
    openDesktop is a trademark of the openDesktop.org Team