File smolt-1.1.1.1-gui_pub_uuid.patch of Package smolt
--- client/smoltGui.py +++ client/smoltGui.py @@ -129,7 +129,8 @@ vpaned.pack2(self.device_table.get(), resize = True, shrink = True) def mysmolt_cb(self, *extra): - webbrowser.open(urljoin(smolt.smoonURL, '/show?uuid=%s' % self.profile.host.UUID)) + retvalue, pub_uuid, admin = self.profile.send(smoonURL=smolt.smoonURL) + webbrowser.open(urljoin(smolt.smoonURL, '/show?uuid=%s' % pub_uuid)) def quit_cb(self, *extra): '''Quit the program.'''