[Bug 235134] Re: [8.04]DBus.Error.AccessDenied on Hal.FindDeviceByCapability

2013-05-24 Thread dino99
http://www.freedesktop.org/wiki/Software/hal/ ** Changed in: hal (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/235134 Title:

[Bug 235134] Re: [8.04]DBus.Error.AccessDenied on Hal.FindDeviceByCapability

2008-06-25 Thread Chris Cole
Sorry, didn't mean to give you an ouchie :). After much digging I found the solution. Apparently using a dbus interface fixes the code. Here we go: hal_dot = 'org.freedesktop.Hal' hal_path = '/org/freedesktop/Hal' bus = dbus.SystemBus() hal_manager = bus.get_object(hal_dot, hal_path+'/Manager')