Comment 17 for bug 826771

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

User launchpad.net/~keks9n suggests a workaround:

@ src/nautilus-desktop-window.c, line 106

- gtk_widget_hide (NAUTILUS_WINDOW (window)->details->menubar);
+ gtk_widget_destroy (NAUTILUS_WINDOW (window)->details->menubar);

But after doing this, Nautilus menu isn't visible in Unity panel. Calling destroy() after ubuntu_menu_proxy_insert() also doesn't help.

I can't figure out why we see widget that was hidden (even 2 times), maybe something calls gtk_widget_show() after that?