The code is still in 8.04, the package is now called hwdb-client-gnome.
The code still has the fault of not coping with `route -n' returning
nothing.  hwdb-client-gnome 0.6.14.

$ sed -n '/def getroute/,/^$/p' /usr/bin/hwdb-gui
    def getroute(self):
        for line in os.popen('route -n'):
                if line.startswith('0.0.0.0'):
                        route = string.splitfields(line, ' ')
        return route

$

** Changed in: hwdb-client (Ubuntu)
       Status: Invalid => Confirmed

-- 
hwdb raises Exception when looking up route
https://bugs.launchpad.net/bugs/18125
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to