Ticket #202 (closed defect: fixed)
DBusException: The name org.guake_terminal.Guake was not provided by any .service files
| Reported by: | matcy | Owned by: | lincoln |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | guake | Version: | |
| Keywords: | Cc: |
Description
I compiled guake on my CentOS 5.4 x86_64, but when I start it I receive this error which I'm not able to troubleshoot:
$ guake Introspect error: The name org.guake_terminal.Guake was not provided by any .service files Traceback (most recent call last):
File "/usr/lib64/guake/guake.py", line 1289, in ?
if not main():
File "/usr/lib64/guake/guake.py", line 1279, in main
remote_object.show_hide()
File "/usr/lib64/python2.4/site-packages/dbus/proxies.py", line 25, in call
ret = self._proxy_method (*args, **keywords)
File "/usr/lib64/python2.4/site-packages/dbus/proxies.py", line 102, in call
reply_message = self._connection.send_with_reply_and_block(message, timeout)
File "dbus_bindings.pyx", line 455, in dbus_bindings.Connection.send_with_reply_and_block
dbus_bindings.DBusException: The name org.guake_terminal.Guake was not provided by any .service files