-
 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 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 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   
Xfce-Look.org - Eyecandy for your Xfce-Desktop
Xfce-Look.orgXfce-Look.org

 May 14 2024  
 Not logged in  
Xfce-Look.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans (122) .- Knowledge Base  . 

Equinox GTK Engine

   1.50  

GTK 2.x Theme/Style

Score 76%
Equinox GTK Engine
zoom


Equinox GTK Engine
zoom


Equinox GTK Engine
zoom


Minimum required   GTK 2.x
Downloads:  231191
Submitted:  Mar 20 2010
Updated:  Apr 27 2011

Description:

A heavily modified version of the beautiful Aurora engine (1.4). Thanks to his author.

IMPORTANT! Since version 1.40, the file below contains only the engine source. You can download themes (both GTK and Metacity) from the second and third links :
- The five Equinox Evolution themes are new offical ones and will get some updates in the future. Only these themes are now included in the theme package available from the Launchpad PPA
- The original themes are no longer maintained (but still usable).

Engine installation

First of all, make sure you have installed the GTK+ library development files (libgtk2.0-dev on Debian/Ubuntu, gtk2-devel on Fedora) with your favourite package manager.

Then to compile the Equinox engine, extract the corresponding archive in your home folder. In the new directory, run the following commands:
./configure --prefix=/usr --enable-animation
make


On Fedora 64 bits (and perhaps other distribs), compilation don't work with the options above. You must run:
./configure --prefix=/usr --libdir=/usr/lib64 --enable-animation


Finally, run this command as root:
make install


Themes installation

To install the themes, extract the content of the other archive in your ~/.themes.

You can easily change the colour used for selected items or tooltips in Appearance preferences.

To fix the issue with the text of selected menu items in Firefox and Thunderbird, copy the userChrome.css in both ~/.mozilla/firefox/xxxxxxxx.default/chrome/ and ~/.thunderbird/xxxxxxxx.default/chrome/

To use the Equinox Evolution theme with Chromium or Google Chrome, open the browser and drag the CRX file (provided in the themes archive) into the address bar. In applications options, don't forget to enable the display of Metacity borders.

Icon theme
A (still uncomplete) version of Faenza icon theme is now available. Follow the link a the bottom of this page.

Engine options

* curvature = 2.5
* menubarstyle = 1 # 0 = flat, 1 = gradient
* menubaritemstyle = 0 # 0 = flat, 1 = gradient, 2 = inverse gradient, 3 = line
* menubarborders = 1 # 0 = none, 1 = bottom border, 2 = top half-border, 3 = bottom border and top half-border
* toolbarstyle = 1 # 0 = flat, 1 = gradient, 2 = flat without border, 3 = gradient without border, 4 = flat with bottom border, 5 = gradient with bottom border
* buttonstyle = 0 # 0 = normal, 1 = glassy
* menuitemstyle = 0 # 0 = normal, 1 = glassy
* listviewheaderstyle = 0 # 0 = normal, 1 = glassy
* listviewitemstyle = 1 # 0 = flat, 1 = gradient
* scrollbarstyle = 0 # 0 = normal, 1 = glassy, 2 = normal with grip, 3 = glassy with grip, 4 = flat
* scrollbartrough = 0 # 0 = background color of the parent widget, 1 = base color of the widget itself
* scalesliderstyle = 0 # 0 = normal, 1 = glassy, 2 = normal with bullet
* checkradiostyle = 0 # 0 = normal, 1 = glassy
* progressbarstyle = 0 # 0 = normal, 1 = glassy
* separatorstyle = 1 # 0 = solid inset, 1 = gradient inset, 2 = lighter line, 3 = darker line
* textstyle = 0 # orientation of text shadow
* textshade = 1.08 # > 1.0 for light text shadow, < 1.0 for dark text shadow
* animation = TRUE # FALSE = disabled, TRUE = enabled
* arrowsize = 0.1 # controls combo_arrow circle size. Diameter set by (11 + 2 * arrowsize)

Known bugs
* Strange progressbars in Firefox and Thunderbird
* Some ugly message areas

Launchpad PPA
Equinox is available to install for Ubuntu users via a PPA repository. Open a terminal and run :
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install gtk2-engines-equinox equinox-theme




Changelog:

1.50
* New option resizegripstyle
* New value for menubaritemstyle option (return of the original style !)

1.40
* New options menubaritemstyle, scrollbartrough, textstyle and textshade
* Rendering of progressbars improved
* Better support of dark themes
* Some changes in displaying focuses
* FIX: some crashes with Evolution

1.30.2:
ENGINE
* Better rendering for gradient listitems
THEMES
* Windows can be dragged from menubar
* Include userChrome.css to fix Firefox/Thunderbird menu issue
* Include Chromium/Chrome theme for Equinox Evolution
* Some fixes

1.30.1:
ENGINE
* Fix missing parameters in function equinox_style_copy

1.30:
ENGINE
* New options menubarborders and listviewitemstyle
* New values for menubarstyle and scrollbarstyle options
* Some fixes
THEMES
* New themes Evolution and Evolution Light
* Fix bug with Inkscape palette
* Workspace switcher and menubar items more lighter in dark panels
* Fix bugs with some applets: CPU scaling, network monitor, dictionary.
METACITY
* Bottom border of all themes reduced
* New themes Evolution Rounded and Evolution Squared

1.20:
ENGINE
* New options progressbarstyle and separatorstyle
* New values for options menubarstyle and toolbarstyle to hide borders of menubar and toolbar controls
* Overall performance improved
* Some fixes
THEMES
* Better integration in gnome 2.30 (specially for Nautilus)
* New light theme
METACITY
* New themes Light and Light Glass in which window controls used the selected background color
* New themes Classic and Classic Glass with a red close button and others in the selected background color

1.1:
ENGINE
* Progressbars and tabs now accept curvature option
* New engine option for menuitems style
* New focus rendering for tabs[/li]
THEMES
* New Gtkrc theme with wider controls
* Gnome panel with gradient pixmap
* Correct search bar color in Nautilus
METACITY
* Title bar reduced
* Space between title and buttons (if needed)
* Various corrections on windows controls




LicenseGPL
Source(Equinox engine and GTK themes)
Source(Equinox Evolution themes)
Source(Equinox original themes)
Source(Faenza Icons)
Donate
Send to a friend
Subscribe
Other  Artwork  from tiheum
Report inappropriate content



goto page: prev  ... 6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21 ...

-
.

 Too wide bottom edge

 
 by Bohtvaroh on: Aug 4 2010
 
Score 50%

Can you please make bottom window edge smaller? It's too big.


Reply to this

-

 Re: Too wide bottom edge

 
 by Bohtvaroh on: Aug 4 2010
 
Score 50%

The same is for the top. Also notice the alt tab visual artifacts like this: http://img837.imageshack.us/img837/5945/screenshotvyu.png


Reply to this

-

 Re: Re: Too wide bottom edge

 
 by Bohtvaroh on: Aug 8 2010
 
Score 50%

Setting bottom_height to 1 for normal frame geometry and bottom_height to 0 for maximized frame geometry in metacity-1/metacity-theme-1.xml fixes the issue.


Reply to this

-

 Re: Re: Re: Too wide bottom edge

 
 by Wuerzgurke on: Aug 11 2010
 
Score 50%

Thanks for the fix. This should be incorporated as soon as possible.


Reply to this

-
.

 now available for Fedora

 
 by gracca on: Aug 5 2010
 
Score 50%

This engine is now in the official Fedora repositories (I am the maintainer). Please see here:

http://gnome-look.org/content/show.php/Equinox+engine+for+GTK%2B+(Fedora+RPMs)?content=122881


Copyleft, all rights reversed ;-)
Reply to this

-
.

 Re: now available for Fedora

 
 by spykes on: Aug 10 2010
 
Score 50%

I don't know if it's the same on other distro, but on the Fedora 12 x86_64, I also have an issue with unfocused firefox menu titles (in the firefox top bar), which remain white when they should be dark.


Reply to this

-

 excellent theme

 
 by MarsLiu on: Aug 6 2010
 
Score 50%

The best theme I have ever seen in this year. Thank you.

But one small question. The background of network monitor icon is not following the color of panel. Instead, it is metal gray. I test your icon set with other themes like Murrina's, the background is shown correctly. It seems like there is a bug in your gtk engine or theme, I guess.


Reply to this

-

 Re: excellent theme

 
 by tiheum on: Aug 11 2010
 
Score 50%

You're right. Thanks for reporting. I will find a way to fix this.


Reply to this

-

 no go

 
 by vevmesteren on: Aug 6 2010
 
Score 50%

my@my-desktop:~$ sudo apt-get install gtk2-engines-equinox equinox-themes equinox-ubuntu-themes
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package gtk2-engines-equinox

help


Reply to this

-

 Re: no go

 
 by joomoo on: Aug 6 2010
 
Score 50%
joomoojoomoo
watteimdocht .de
Home

start synaptic and search for "equinox"


Reply to this

-

 Re: Re: no go

 
 by vevmesteren on: Aug 6 2010
 
Score 50%

I did that. Unfortunately I am not at my home machine now, but the as such the engine was not showing. Will paste what I had there tonight...


Reply to this

-

 Re: Re: Re: no go

 
 by vevmesteren on: Aug 7 2010
 
Score 50%

the only thing that shows is: Equinox OSGi framework. WHich is for Eclipse, not the GTK


Reply to this

-

 Re: Re: Re: Re: no go

 
 by mr-andrek on: Aug 7 2010
 
Score 50%

After adding the repo, run
sudo apt-get update
update, instead of upgrade - it should work now.


Reply to this

-

 Re: no go

 
 by tiheum on: Aug 10 2010
 
Score 50%

mr-andrek is right. I have made a lots of mistakes in commands and packages names. Try this :

sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install gtk2-engines-equinox equinox-theme equinox-ubuntu-theme


Reply to this

-

 resize-grip

 
 by sora on: Aug 7 2010
 
Score 50%

Hi,
this engine is really great....but is it possible to change the resige-grip? Maybe having something like the aurora default should be more eyecandy.

Thanks


Reply to this

-
.

 Great theme but..

 
 by Half-Left on: Aug 8 2010
 
Score 50%

Good work on the theme but I cannot use Inkscape with this theme. Inkscape locks up when I try to do anything and other themes are fine.


A GNOME a day, keeps the doctor away.
Reply to this

-

 Re: Great theme but..

 
 by Bohtvaroh on: Aug 9 2010
 
Score 50%

Works okay with inkscape for me.


Reply to this

-
.

 Re: Great theme but..

 
 by tiheum on: Aug 10 2010
 
Score 50%

Can you give us some details ? Which distribution ? Version of Inkscape ? Error displayed when you run Inkscape from a terminal ?

I use this program each day on Ubuntu 10.04 (32 bits) without problem.


Reply to this

-

 Re: Re: Great theme but..

 
 by Half-Left on: Aug 11 2010
 
Score 50%

Strange. It works now. It was just locking up when I first clicked something.

Lucid 10.04, 64bit.


A GNOME a day, keeps the doctor away.
Reply to this

-

 Re: Re: Re: Great theme but..

 
 by AndyFitz on: Aug 25 2010
 
Score 50%

are you using the default palette? small palettes cause inkscape to crash on this theme


Andy Fitz
Reply to this

goto page: prev  ... 6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21 ...

Add commentBack




-

Copyright 2004-2016 Xfce-Look.org Team  Legal Notice
All rights reserved. Xfce-Look.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Xfce-Look.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Xfce is a trademark of the Xfce Project
Content RSS   
Events RSS