xyl0n / iris-light

A light version of the Iris Gtk theme. Aims to be clean, simple and bold.
GNU General Public License v3.0
168 stars 9 forks source link

Chrome Task Manager has text highlighted same color as highlight #36

Closed Nxt3 closed 10 years ago

Nxt3 commented 10 years ago

screenshot from 2014-07-29 19 45 30

The text is the same color as the highlight. This issue also exists on Iris-Dark

elboletaire commented 10 years ago

First of, I'm using ubuntu 14.04 (uses GTK3) so, maybe, you should add the gtk3 label too.

This occurs with many other apps, like mysql workbench:

MySQL WOrkbench

Also, the unity-tweak-tool has a similar problem:

Unity Tweak Took Glitch

elboletaire commented 10 years ago

The "Open File" dialog, opened from any app, also has this issue:

Open File Dialog

xyl0n commented 10 years ago

@elboletaire it looks like you have missing packages, try installing packages gtk2-engines-pixbuf and gtk2-engines-murrine

@iNate71 try cloning from Github, this should be fixed now

elboletaire commented 10 years ago

@xyl0n am I confused then? Isn't ubuntu 14.04 using gtk3? If so, why do I need those packages?

xyl0n commented 10 years ago

@elboletaire while many components of Ubuntu 14.04 use Gtk 3, some applications like Chrome (and probably MySQL workbench) still use Gtk 2, which is why you need those packages so the Gtk 2 theme included with Iris can work properly.

elboletaire commented 10 years ago

Ok, thanks for your help :smile: I cannot install them now but tomorrow I'll tell you.

elboletaire commented 10 years ago

Hey @xyl0n installing gtk2-engines-pixbuf solved the "open file" and "mysql workbench" issues, but I still see the Unity Tweak Tool as the image shown above.

BTW, the gtk2-engines-murrine seems to come with the system.

Edit: Also, after updating iris-light and installing gtk2-engines-pixbuf my application switcher started to be like the original one:

Ubuntu App Switcher

Using the iris-night theme works as expected (removing all that ugly background and simply adding a border-bottom).

Edit: Occurs the same with the dock. It's displayed as the original dock instead of your flat version.

Nxt3 commented 10 years ago

This has been fixed. Thank you!

elboletaire commented 10 years ago

I still see the app switcher and the dock with that glossy background :worried: (obviously, I've done a git pull and also rebooted my system to check it)