Your message dated Thu, 05 Apr 2007 19:36:06 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Close
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gtk2-engines-clearlooks
Version: 0.6.2-1

When GTK look is used in a Swing application, Java tries to emulate the current theme. However, it doesn't know anything about clearlooks engine and ignores it, only using the color scheme. This means that the selected menu item is invisible, due to a missing PRELIGHT value. The attached patch changes the background color of the selected menu item to a correct one. This change does not affect the look of original GTK applications at all, as PRELIGHT appears to be unused by the engine.

Tested with libgtk 2.6.10-2 & java 1.5.0-update5. The Swing bug can be seen eg. in JAlbum (http://jalbum.net). The patch is for basic variant of Clearlooks, the others would need a similar modification.

--
Jindrich Makovicka
--- gtkrc.orig  2005-06-30 12:47:24.000000000 +0200
+++ gtkrc       2005-09-08 19:55:43.157659021 +0200
@@ -92,6 +92,7 @@
   ythickness = 3
   fg[PRELIGHT] = "#ffffff"
   text[PRELIGHT] = "#ffffff"
+  bg[PRELIGHT] = "#7c99ad"
 }
 
 style "clearlooks-menu-itembar" = "clearlooks-default"

--- End Message ---
--- Begin Message ---
Version: 1:2.8.0-1

From the looks of it, this was fixed by upstream a long time ago.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to