I patched the file /usr/share/pyshared/spectlib/watch.py manually:

FROM:
    def check_connection(self):
        if not self.specto.connection_manager.connected():
            self.specto.logger.log(_("No network connection detected"), 
"warning", self.name)
            self.specto.connection_manager.add_callback(self.start_checking)
            self.specto.mark_watch_status("no-network", self.id)
            return False
        else:
            self.specto.mark_watch_status("idle", self.id)
            return True

TO:

    def check_connection(self):
#        if not self.specto.connection_manager.connected():
#            self.specto.logger.log(_("No network connection detected"), 
"warning", self.name)
#            self.specto.connection_manager.add_callback(self.start_checking)
#            self.specto.mark_watch_status("no-network", self.id)
#            return False
#        else:
            self.specto.mark_watch_status("idle", self.id)
            return True

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816320

Title:
  Sync with upstream version 0.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/specto/+bug/816320/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to