Comment 4 for bug 240794

Revision history for this message
Glyph Lefkowitz (glyph) wrote : Re: set_deletable(False) does not work on gtk windows with compiz enabled

I found this workaround in update-manager, which effectively hides the close button under compiz:

    gtkwindow.window.set_functions(gtk.gdk.FUNC_MOVE)