White borders for the menus of some applications

Bug #273376 reported by ces
2
Affects Status Importance Assigned to Milestone
Dust theme
Fix Released
Low
Unassigned

Bug Description

When using GCStar (in the repos), there is a white border between the menu and the window border / toolbar. See attached screenshot. Someone in the wiki also mentioned another application (Lybniz) with white borders.

Revision history for this message
ces (goodmorning-no) wrote :
Revision history for this message
Rico Sta. Cruz (rico-ambiescent) wrote :

This also exists in other apps such as Meld. I think this is a fault in the applications themselves and not the theme.
At the moment, I don't think there's anything we can do. However, If anyone knows a workaround, please let us know.

Changed in dusttheme:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Rico Sta. Cruz (rico-ambiescent) wrote :

Here's a fix that mitigates the problem (and solves it in Meld), but as for GCstar, things are still messed up. (this one just fixes the toolbar)

Before and after:
http://img518.imageshack.us/img518/5065/screenshot1dh3.png
http://img518.imageshack.us/img518/2421/screenshot2qk3.png

http://img518.imageshack.us/img518/433/screenshot3cu8.png

--- Dust/gtk-2.0/gtkrc 2008-09-22 20:09:01 +0000
+++ Dust/gtk-2.0/gtkrc 2008-09-23 08:31:16 +0000
@@ -532,3 +532,7 @@
 }
 widget "*RBSourceHeader*" style:highest "murrine-rhythmbox-header"
 widget "*swt*toolbar*" style "murrine-default"
+
+# RSC: Fixes toolbars inside frames
+# Affects: gedit sidebar, GCstar, meld
+widget_class "*.*.*.*Toolbar*" style "murrine-default"

Revision history for this message
Rico Sta. Cruz (rico-ambiescent) wrote :

Note that this fix also affects Inkscape, Gnumeric, and Abiword. In a good way, me thinks.

# RSC: Fixes toolbars inside frames
# Affects: gedit sidebar, GCstar, meld
style "murrine-toolbar-flat" = "murrine-default"
{
 engine "murrine"
 {
  toolbarstyle = 0
 }
}
widget_class "*.*.*.*Toolbar*" style "murrine-toolbar-flat"

Revision history for this message
Rico Sta. Cruz (rico-ambiescent) wrote :

widget_class "*.*.*.*HandleBox*" style "murrine-toolbar-flat"

Revision history for this message
Rico Sta. Cruz (rico-ambiescent) wrote :

It also wrongfully affects Evince and EOG. Needs more inspection.

Revision history for this message
Kido (greasedbolt) wrote :

Probabale cause is nonzero border-width in GtkContainers. I don't know how to override this with gtkrc, though.

Revision history for this message
Kido (greasedbolt) wrote :

I thought this was fixed already. Please reopen if I'm wrong.

Changed in dusttheme:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.