Bug#691403: clearlooks theme specifies 0px-wide borders which breaks Java GTK theme

Andrew Shadura bugzilla at tut.by
Thu Oct 25 09:37:57 UTC 2012


Package: gtk2-engines
Version: 1:2.20.1-1
Severity: normal
Tags: patch

When Java application used GTK+ theme, and Clearlooks is selected, menus
don't have their borders drawn. The patch attached to fix the problem.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.5-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gtk2-engines depends on:
ii  libc6                               2.13-35
ii  libcairo2                           1.10.2-2
ii  libglib2.0-0                        2.32.0-1
ii  libgtk2.0-0 [gtk2.0-binver-2.10.0]  2.24.10-1
ii  liblua5.1-0                         5.1.4-3

gtk2-engines recommends no packages.

gtk2-engines suggests no packages.

-- no debconf information
-------------- next part --------------
--- /usr/share/themes/Clearlooks/gtk-2.0/gtkrc
+++ /usr/share/themes/Clearlooks/gtk-2.0/gtkrc
@@ -207,8 +207,8 @@
 }
 
 style "menu" {
-	xthickness = 0
-	ythickness = 0
+	xthickness = 1
+	ythickness = 1
 
 	bg[NORMAL]        = shade (1.08, @bg_color)
 


More information about the pkg-gnome-maintainers mailing list