You are not logged in.
After adding a new hard drive, moving around some SATA connectors and updating my fstab accordingly, I've encountered this issue when trying to start the Guake terminal:
Guake not running, starting it
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/dbus/bus.py", line 177, in activate_name_owner
return self.get_name_owner(bus_name)
File "/usr/lib/python3.10/site-packages/dbus/bus.py", line 361, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
File "/usr/lib/python3.10/site-packages/dbus/connection.py", line 652, in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.guake3.RemoteControl': no such name
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/guake/main.py", line 473, in main
remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
File "/usr/lib/python3.10/site-packages/dbus/bus.py", line 241, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
File "/usr/lib/python3.10/site-packages/dbus/proxies.py", line 250, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python3.10/site-packages/dbus/bus.py", line 182, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python3.10/site-packages/dbus/bus.py", line 277, in start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
File "/usr/lib/python3.10/site-packages/dbus/connection.py", line 652, in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.guake3.RemoteControl was not provided by any .service files
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/guake", line 33, in <module>
sys.exit(load_entry_point('guake==3.9.1.dev0', 'console_scripts', 'guake')())
File "/usr/lib/python3.10/site-packages/guake/main.py", line 648, in exec_main
if not main():
File "/usr/lib/python3.10/site-packages/guake/main.py", line 487, in main
from guake.guake_app import Guake
File "/usr/lib/python3.10/site-packages/guake/guake_app.py", line 49, in <module>
from guake import notifier
File "/usr/lib/python3.10/site-packages/guake/notifier.py", line 23, in <module>
gi.require_version("Notify", "0.7")
File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Notify not available for version 0.7I'm currently running kernel version 5.18.11
I'm unfamiliar with these error messages, any help is greatly appreciated!
Last edited by insignian (2022-07-16 04:32:52)
Offline
Offline
Thank you, I'll keep an eye on this. Hopefully the issue with libnotify is resolved quickly!
Offline