=== modified file 'src/lib/__init__.py' --- src/lib/__init__.py 2011-08-20 16:19:10 +0000 +++ src/lib/__init__.py 2011-10-09 17:17:03 +0000 @@ -911,6 +911,8 @@ self.window.set_destroy_with_parent(True) self.window.resize(width, height) self.window.set_decorated(False) + # Set the window role so we can manipulate it with a window manager (such as Compiz) + self.window.set_role(self.id) try: # Workaround for Ubuntu Natty self.window.set_property('has-resize-grip', False) except TypeError: