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:
[8.04]DBus.Error.AccessDeni
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')
i