Hi, after updating sugar-jhbuild, the web activity hangs on startup. Gdb shows that it is some kind of loop when changing the window title while listening to this property change. Commenting out the line self.connect('notify::title', self._title_changed_cb) in sugar.activity.Activity.__init__() will make it work again. Regards, Tomeu