Main > Free Download Search >

Free icon set 1.0 software for linux

icon set 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7862
Folder Color Icon Set 1.0

Folder Color Icon Set 1.0


Folder Color icon set is a must-have for any computer user who has lots of folders and would like to organize them for faster search and quick retrieval. These 36 color coded folder icons is the way to tackle the too-many-same-looking-folders problem. To change color of a folder: Right click the folder > select Properties > click Customize tab > click Change Icon... > select an icon from this icon set > click OK > click Apply > OK... more>> <<less
Download (446.2Kb)
Added: 2007-07-15 License: Free Price: Free
12 downloads
SVG Icons 0.3.0

SVG Icons 0.3.0


The SVG Icons project provides SVG icon themes for desktop environments, including KDE and GNOME. more>>
The SVG Icons project provides SVG icon themes for desktop environments, including KDE and GNOME. They provide high rendering quality due to anti-aliasing, and reduce the amount of disk space required.

SVG Icons project has a goal to provide Open-Source reference implementation of SVG icon themes for leading Linux and UNIX Desktop Environments, in particular (but not limited to) KDE3 and GNOME2 Desktop environments.

SVG implementation for icons and other User Interface elements provides better rendering quality (due to extensive usage of anti-aliasing), reduces amount of disk space used, and decreases download time for icon themes over the web.

Developing icons in SVG also dramatically reduces development cycle, and allows to deliver results quickly, in prompted timeframe.
<<less
Download (4.3MB)
Added: 2005-04-25 License: BSD License Price:
960 downloads
Xffm-icons 4.5.0

Xffm-icons 4.5.0


Xffm-icons allows you to change icons associated to mimetypes shown in the xffm-filemanager. more>>
Xffm-icons is an icon customisation utility for the Xffm-filemanager.
Xffm-icons allows you to change icons associated to mimetypes shown in the xffm-filemanager. Xffm-icons changes icons regardless of the icon naming scheme of the icon-theme to which the icons belong.
You can also create your own icon themes for the filemanager by selecting your own icons.
Enhancements:
- Initial release of the icon customization utility for libxffm. (previously known as xfmime-edit).
<<less
Download (0.37MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
1248 downloads
Gnome Icon Theme 2.19.6

Gnome Icon Theme 2.19.6


Gnome Icon Theme package contains icons for the GNOME desktop. more>>
Gnome Icon Theme package contains icons for the GNOME desktop.

Installation:

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (3.6MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
828 downloads
 
Other version of Gnome Icon Theme
Gnome Icon Theme 2.18.0Gnome Icon Theme package contains icons for the GNOME desktop. Gnome Icon Theme 2.18.0 - Gnome ... Gnome Icon Theme package contains icons for the GNOME desktop. Installation: The simplest way
License:LGPL (GNU Lesser General Public License)
Download (3.1MB)
962 downloads
Added: 2007-03-12
JXosd 1.0

JXosd 1.0


JXosd is a set of Java bindings for XOSD. more>>
JXosd is a set of Java bindings for XOSD, a library for displaying information on an X display. It supports the display of text, sliders, and percentage bars through JNI. Almost the entire API has been implemented.

<<less
Download (0.018MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1654 downloads
Korseby Icons 2.0

Korseby Icons 2.0


Korseby Icons is a rich set of icons. more>>
The Korseby Icon Package is a rich set of XPM and PNG icons created for use for window managers without available icons.

The Korseby Icon Package now includes 452 several icons with 4 different backgrounds. Hopefully they can cover mostly all of the existing file associations.
<<less
Download (0.94MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1664 downloads
SMBGate 1.0

SMBGate 1.0


SMBGate provides a gateway and firewall with authentication managed by a Samba Primary Domain Controller . more>>
SMBGate provides a gateway and firewall with authentication managed by a Samba Primary Domain Controller. The firewall rules are set on a per-user basis.

<<less
Download (0.015MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1212 downloads
Jini icon theme 0.6

Jini icon theme 0.6


Jini icon theme project consists of SVG vector themes. more>>
Jini icon theme project consists of SVG vector themes.
Jini Icon theme is SVG vector theme. Some elements derived from Gorilla theme, thanks jimmac. And all icons made by inkscape. There is 4 color theme,
Installation
For using jin4 jin5 jin6 icon theme, you should have install jin3 theme
To install the iconset please extract to
/home/ /.icons
or
/usr/share/icons
now use your Desktop Environments theme manager
to select the theme.
in GNOME you can find the theme manager in the menu
Desktop > Preferences > Theme
now click "Theme details" and then select the "Icon" tab,
Dropline Neu! should be available in the theme list :)
Enhancements:
- Add and edit more than 70 icons.
- Start adding kde icon.
- evolution mail icon size bug fix thanks to Christoph Trassl
<<less
Download (7.2MB)
Added: 2007-01-27 License: CeCILL (CeCILL Free Software License Agreement) Price:
605 downloads
Set::Scalar 1.20

Set::Scalar 1.20


Set::Scalar Perl module contains a basic set of operations. more>>
Set::Scalar Perl module contains a basic set of operations.

SYNOPSIS

use Set::Scalar;
$s = Set::Scalar->new;
$s->insert(a, b);
$s->delete(b);
$t = Set::Scalar->new(x, y, $z);

Creating

$s = Set::Scalar->new;
$s = Set::Scalar->new(@members);

$t = $s->clone;
$t = $s->copy; # clone of clone

Modifying

$s->insert(@members);
$s->delete(@members);
$s->invert(@members); # insert if hasnt, delete if has

$s->clear; # removes all the elements

Note that clear() only releases the memory used by the set to be reused by Perl; it will not reduce the overall memory use.

<<less
Download (0.016MB)
Added: 2007-07-03 License: Perl Artistic License Price:
844 downloads
Konverse 0.2

Konverse 0.2


Konverse is a KDE Jabber client that is implementing the Jabber protocol while remaining simple and non-intrusive. more>>
Konverse is a KDE Jabber client that is implementing the Jabber protocol while remaining simple and non-intrusive.
Enhancements:
- Fixed bug that caused everyone to show online after you set your presence to offline
- Added close and send button in chat windows
- Fixed missing icons
- Kicker icon reflects status
- Clicking Kicker icon Shows/Hides roaster
- Misc improvements not listed from Seth
<<less
Download (0.44MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1143 downloads
Icon execute feedback 0.4

Icon execute feedback 0.4


Icon execute feedback replaces the zooming rectangle that is drawn if you activate an icon in konqueror for execution feedback. more>>
Icon execute feedback replaces the zooming rectangle that is drawn if you activate an icon in konqueror for execution feedback. It removes the rectangle and instead zooms the icon bigger and fades it out while doing. Its like MacOS X execution feedback.
Currently works in Konqueror, Kicker and all file dialogs. You will need a machine > 600 MHz for this though, else the
animation may be slow.
This is a patch against kdebase-3.5.6 and kdelibs-3.5.6
So you have to recompile the two packages. Please only do
that if you are experienced enough with recompiling KDE.
Apply the patches as follows:
1. Get kdebase-3.5.6
2. Get kdelibs-3.5.6
3. Get this patch
4. Unpack all archives
5. Change to the dir you unpacked kdelibs
6. Execute "patch -p1 7. Recompile kdelibs
8. Install kdelibs (necessary as some header files changed)
9. Change to the dir you unpacked kdebase
7. Execute "patch -p1 8. Recompile kdebase
9. Install kdebase
10. Logout of kde and then login again.
11. Watch the icons zooming
Have fun. If you dont understand the step by step manual above please inform yourself about how to recompile KDE on kde.org
Enhancements:
- Slowed down the animation a bit
<<less
Download (0.073MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 downloads
El Jay Icon Maker 0.6

El Jay Icon Maker 0.6


El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal more>>
El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options".

Selecting either link redirects you to the El Jay icon maker home page where you can rotate, crop, add text and borders to the image. The El Jay icon maker was made for use with llivejournal.com, but can be used on any site that requires an image smaller than 100x100 for an icon.

This is not a support forum, if you have questions or problems please go here: http://www.livejournal.com/users/lechatron/407511.html?mode=reply

<<less
Download (0.005MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
1060 downloads
OpenWorld 1.0

OpenWorld 1.0


OpenWorld provides an icon theme for GNOME or KDE. more>>
OpenWorld provides an icon theme for GNOME or KDE.

It aims to follow FreeDesktop icon theme spec.

This icons collection was built gradually over couple of years. Icons were made for various purposes: StarOffice presentations, illustrations, design documents, OpenSolaris.org website, my blog etc.

Most of them were drawn while waiting in public places, like airports or bus stands or at home if dial-up connection goes down to trickling bytes. It is perhaps the most complete icon theme made on Java Desktop System. I havent tested it on other Gnome or KDE desktops.

In the introduction about this collection I mentioned its design principle. It is done using SVG which is quite object oriented and one could easily reuse items from icon in another icon. Finally icons were rasterized to PNG using rsvg(1)

All icons are original and they do not intend to copy icons from any other operating system or icon theme. These are released under CDDL open source license. Feel free to copy the ideas for other icon themes!

<<less
Download (0.55MB)
Added: 2007-01-26 License: CeCILL (CeCILL Free Software License Agreement) Price:
1001 downloads
sWM Icon Manager 0.4.5

sWM Icon Manager 0.4.5


sWM Icon Manager is a minimalistic icon manager for sWM. more>>
sWMicons is a really small utility to load a xpm-image into the root window and put some icons on top of it.
If the pixmap is smaller than the screen resolution, it will be repeated to fill the entire screen. If the option FILEWRITER is enabled, sWMicons will generate the files button1...button3 for you.
Usage
Put sWMicons into your sWMstartrc. sWMicons loads the file .sWM/sWMiconsrc. Edit this file to suit you needs.
Adding a background image:
Take you favourite background image, transform it to your X-servers resolution and color depth and save it as an xpm under for example:
".sWM/backgound.xpm" and add the following line to your sWMiconsrc:
background:tile:.sWM/background.xpm
Ive put a small example pixmap in this distribution - dont take it too serious. :-)
Enhancements:
- check for .swmiconsrc (fixed coredump)
<<less
Download (0.024MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
Vista-Inspirate 1.0

Vista-Inspirate 1.0


Vista-Inspirate provides a Vista-looking icon pack for KDE and Gnome. more>>
Vista-Inspirate provides a Vista-looking icon pack for KDE and Gnome.

This is an icon theme based on my other theme "nuoveXT" and "Windows Vista".

It is strongly recommended to have NuoveXT (1.5) installed to use this theme, simply because it inherits it (all mimetypes for instance).

<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
643 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5