gnome theme
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1749
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 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 :/
<<lessAll 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 :/
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 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.
<<lessInstallation:
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.
Download (3.6MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
828 downloads
Other version of Gnome Icon Theme
License:LGPL (GNU Lesser General Public License)
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.
<<lessThe 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.
Download (0.12MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1035 downloads
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.
<<lessThe 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.
Download (0.065MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1554 downloads
boo karamba theme
boo karamba theme has been adapted from the karamba eyes theme, by replaceing the eyes with terasa(boo). more>>
boo karamba theme has been adapted from the karamba eyes theme, by replaceing the eyes with terasa(boo).
<<less Download (0.052MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1240 downloads
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 :/
<<lessAll 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 :/
Download (5.0MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
824 downloads
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
<<lessJini 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
Download (7.2MB)
Added: 2007-01-27 License: CeCILL (CeCILL Free Software License Agreement) Price:
605 downloads
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.
<<lessGNOME 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.
Download (0.54MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
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.
<<lessGNOME Translate is free software, released under the terms of the GNU General Public License.
Download (0.29MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1550 downloads
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
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
GNOME-Fx 1.0.1
GNOME-Fx is a set of themes for Mozilla Firefox which tries to let Firefox look like a native GNOME application. more>>
GNOME-Fx is a set of themes for Mozilla Firefox which tries to let Firefox look like a native GNOME application.
There are five different flavors of GNOME-Fx, which are intented to blend in with different GNOME themes.
If the GNOME theme you are using is not listed above you can opt for using either the GNOME-Fx or GNOME-Fx-blue theme, because most of the widgets automatically adapt to the them. You can also change the themes to adapt it to your GNOME theme. Ill be happy to host your variaton on GNOME-Fx
The themes are based on the GNOME icons which are part the GNOME desktop, Epiphany (the standard GNOME web browser), the Industrial theme of Garrett LeSage and GNOME for Firefox of Marcel Hoffs.
Main features:
- GNOME-Fx: Blends in well with for example the GNOME 2.4 Default Theme. Uses the default green GTK icons.
- GNOME-Fx-blue: Blends in well with for example the Glider / SmoothGNOME Theme. Uses the blue GTK icons.
- GNOME-Fx-Simple: designed for the Simple GNOME theme
- GNOME-Fx-Human: designed for the Ubuntu Human theme
- GNOME-Fx-Industrial: designed for the Industrial and Indubstrial GNOME theme
<<lessThere are five different flavors of GNOME-Fx, which are intented to blend in with different GNOME themes.
If the GNOME theme you are using is not listed above you can opt for using either the GNOME-Fx or GNOME-Fx-blue theme, because most of the widgets automatically adapt to the them. You can also change the themes to adapt it to your GNOME theme. Ill be happy to host your variaton on GNOME-Fx
The themes are based on the GNOME icons which are part the GNOME desktop, Epiphany (the standard GNOME web browser), the Industrial theme of Garrett LeSage and GNOME for Firefox of Marcel Hoffs.
Main features:
- GNOME-Fx: Blends in well with for example the GNOME 2.4 Default Theme. Uses the default green GTK icons.
- GNOME-Fx-blue: Blends in well with for example the Glider / SmoothGNOME Theme. Uses the blue GTK icons.
- GNOME-Fx-Simple: designed for the Simple GNOME theme
- GNOME-Fx-Human: designed for the Ubuntu Human theme
- GNOME-Fx-Industrial: designed for the Industrial and Indubstrial GNOME theme
Download (MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1546 downloads
Glass Icons Theme 0.2
Glass Icons Theme provides a full transparent set of icons. more>>
Glass Icons Theme provides a full transparent set of icons.
Full Transparent SVG Icons, are in beta-test.
This is the first public release.
<<lessFull Transparent SVG Icons, are in beta-test.
This is the first public release.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
598 downloads
Gnome Blosxom 1.1
Gnome Bloxsom is a GUI based program to post entries to a Blosxom based weblog. more>>
Gnome Bloxsom is a GUI based program to post entries to a Blosxom based weblog. The program requires Python version 2.2 or greater, PyGTK version 2.0 or greater, and Gnome-Python for Gnome 2.
It can optionally use PyGtkSpell version 0.3.1 or greater for spell checking, which is part of Gnome-Python-Extras. More information about the Bloxsom weblog application can be found at www.blosxom.com.
<<lessIt can optionally use PyGtkSpell version 0.3.1 or greater for spell checking, which is part of Gnome-Python-Extras. More information about the Bloxsom weblog application can be found at www.blosxom.com.
Download (0.024MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 downloads
GNOME 2.15.91
GNOME - complete free and easy-to-use desktop environment for Unix more>>
GNOME project has built a complete free and easy-to-use desktop environment for the user, as well as a powerful application framework for the software developer.
GNOME is included in pretty much every BSD and GNU/Linux distribution and works on many other Unix systems.
It is a greatly improved user environment for existing GNOME applications.
Enhancements include anti-aliased text and first class internationalisation support, new accessibility features for disabled users, and many improvements throughout GNOMEs highly regarded user interface.
<<lessGNOME is included in pretty much every BSD and GNU/Linux distribution and works on many other Unix systems.
It is a greatly improved user environment for existing GNOME applications.
Enhancements include anti-aliased text and first class internationalisation support, new accessibility features for disabled users, and many improvements throughout GNOMEs highly regarded user interface.
Download (naMB)
Added: 2009-04-05 License: GPL Price:
222 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gnome theme search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed