Main > Free Download Search >

Free gnome themes software for linux

gnome themes

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1759
Gnome-Themer 2.1

Gnome-Themer 2.1


Gnome-Themer is a program for select Icon, GTK-2, Metacity cursor and GTK-1 themes and wallpapers. more>>
Gnome-Themer is a program for select Icon, GTK-2, Metacity (and now) cursor and GTK-1 themes and wallpapers and splash screens from one place.

<<less
Download (0.031MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1549 downloads
gnome-themes 2.19.90

gnome-themes 2.19.90


gnome-themes is a GNOME theme manager. more>>
gnome-themes is a GNOME theme manager.

All the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.

1. Editing the gtkrc files

The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:

$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc

It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/

2. Adding new icons

The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.

So, to add a new gtk stock icon to all themes:

- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.

GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.

3. Changing icon sizes

The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.

4. Changing colours

To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.

5. Switching icon themes

In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.

In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:

$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string

6. To create low contrast icons in GIMP from the original coloured icon

Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!

Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
<<less
Download (2.7MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
816 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
GNOME Maze 0.8

GNOME Maze 0.8


GNOME Maze project is a maze board game. more>>
GNOME Maze project is a maze board game.
The objective is to get the Tux out of the maze.
This release has different levels, and if you are unable to solve the maze, the computer can do it for you.
Enhancements:
- implemended levels,
- improved pad-history,
- pixmaps,
- computer-solving.
<<less
Download (0.12MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1035 downloads
gnome-themes-extras 2.19.6

gnome-themes-extras 2.19.6


gnome-themes is a GNOME theme manager. more>>
gnome-themes is a GNOME theme manager.

All the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.

1. Editing the gtkrc files

The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:

$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc

It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/

2. Adding new icons

The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.

So, to add a new gtk stock icon to all themes:

- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.

GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.

3. Changing icon sizes

The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.

4. Changing colours

To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.

5. Switching icon themes

In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.

In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:

$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string

6. To create low contrast icons in GIMP from the original coloured icon

Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!

Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
<<less
Download (5.0MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
824 downloads
GNOME Art 0.2

GNOME Art 0.2


GNOME Art is a frontend for art.gnome.org. more>>
GNOME Art is a frontend for art.gnome.org.

The GNOME Art Collection written in ruby is a collection of tools for managing art from the art.gnome.org website.

GNOME Art is the graphical frontend for art.gnome.org. Backgrounds and all themes can be downloaded and previewed. Backgrounds, icon themes and splash screens can be installed directly.

GNOME Splash Screen Manager is for managing the splash screens of the GNOME desktop.

<<less
Download (0.065MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1554 downloads
GNOME Schedule 1.1.0

GNOME Schedule 1.1.0


GNOME Schedule is a system schedule maintenance tool. more>>
GNOME Schedule is a system schedule maintenance tool. GNOME Schedule project has support for the cron and at scheduling systems. It aims to be as HIG compatible as possible.

The target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while not requiring an understanding of the cron or at subsystems.
<<less
Download (0.61MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1077 downloads
Gnome Memory Blocks 0.2

Gnome Memory Blocks 0.2


Gnome Memory Blocks project is a concentration game for GNOME. more>>
Gnome Memory Blocks project is a concentration game for GNOME.

This is GNOMEs version of the `memory blocks game originaly come from Semantec game pack for Win-3.11

<<less
Download (0.42MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1062 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
Gnome OSD 0.12.1

Gnome OSD 0.12.1


Gnome OSD is a notification system. more>>
Gnome OSD project is a notification system.

Gnome OSD is a new small project to create an OSD (On Screen Display) infrastructure, similar to XOSD.

It includes a command-line client, and sample xchat and rhythmbox plugins.

<<less
Download (0.20MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
938 downloads
GNOME Mastermind 0.3

GNOME Mastermind 0.3


GNOME Mastermind is a Mastermind clone for GNOME Desktop. more>>
GNOME Mastermind is a Mastermind clone for GNOME Desktop.

GNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.

<<less
Download (0.54MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
GNOME Translate 0.99

GNOME Translate 0.99


GNOME Translate is a natural language translator. more>>
GNOME Translate is a GNOME interface to libtranslate. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.

GNOME Translate is free software, released under the terms of the GNU General Public License.

<<less
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
GNOME Office Pre 1.2

GNOME Office Pre 1.2


GNOME Office is the premier suite of office productivity applications designed for the GNOME desktop environment. more>>
GNOME Office is the premier suite of office productivity applications designed for the GNOME desktop environment.
Some of the applications also can run on Windows or Mac OS X. They provide powerful, efficient office productivity capabilities as free (GPL) software.
Main features:
- AbiWord word processor
- Gnumeric spreadsheet
- Gnome-DB data access components
<<less
Download (27MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1561 downloads
Not another MAC theme 0.1

Not another MAC theme 0.1


Not another MAC theme 0.1 provides you with a nice theme for GNOME users. more>>
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. It is actually a mix of all the MAC OS X GTK themes.

GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

Requirements:

  • GNOME
<<less
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
Gnome Splash Properties 0.3.0

Gnome Splash Properties 0.3.0


Gnome Splash Properties lets you easily setup your splash on GNOME desktop. more>>
Gnome Splash Properties lets you easily setup your splash on GNOME desktop.

Written in Ruby and Ruby-Gnome2 "Gnome Splash Properties" aim to by easy too use. In near future Drag & Drop support is planed.

Gentoo ebuild is available on the web site. Installation: run "ruby setup.rb" in the main folder.

<<less
Download (MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1439 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5