Comment 11 for bug 872967

Revision history for this message
Fabián Rodríguez (magicfab) wrote :

Steffen, I've tried the PPA version and gdecrypt still won't start.

Here's the output:

$ gksudo gdecrypt

(gksudo:6082): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(gksudo:6082): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(gksudo:6082): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(gksudo:6082): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(main.py:6086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(main.py:6086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",

(main.py:6086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
Traceback (most recent call last):
  File "./main.py", line 612, in <module>
    gdc = gdecrypt()
  File "./main.py", line 151, in __init__
    self.hal_manager = self.bus.get_object('org.freedesktop.Hal', '/org/freedesktop/Hal/Manager')
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 246, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files

I'll search for the error message - seems gdecrypt still depends on HAL.