Comment 3 for bug 420533

Revision history for this message
Anthony VH (anthonyvh) wrote :

I'm running a freshly installed Xubuntu 11.04 and am encountering the same problem. However, there's a fix. Apparently it's a bug in the Aurora engine. Add the following to ~/.gtkrc-2.0 to fix it:

style "default-style"
{
  GtkMenu::vertical-padding = 1 # Fix dissapearing right mouse menu in Thunar
}

class "GtkWidget" style "default-style"

Solution found at: http://zuttobenkyou.wordpress.com/2008/11/10/aurora-gtk-engine-14-fix-for-thunar/