Hi, I have installed GTG 0.5 via flapak, I am getting the following error the first time I run the app with flatpak run org.gnome.GTG
Traceback (most recent call last):
File "/app/lib/python3.8/site-packages/dbus/bus.py", line 175, in activate_name_owner
return self.get_name_owner(bus_name)
File "/app/lib/python3.8/site-packages/dbus/bus.py", line 359, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
File "/app/lib/python3.8/site-packages/dbus/connection.py", line 650, in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: org.freedesktop.DBus.Error.NameHasNoOwner
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/app/lib/python3.8/site-packages/GTG/gtk/application.py", line 123, in do_activate
self.init_shared()
File "/app/lib/python3.8/site-packages/GTG/gtk/application.py", line 162, in init_shared
self.init_plugin_engine()
File "/app/lib/python3.8/site-packages/GTG/gtk/application.py", line 188, in init_plugin_engine
self.plugin_engine.activate_plugins()
File "/app/lib/python3.8/site-packages/GTG/core/plugins/engine.py", line 201, in activate_plugins
plugin.instance.activate(api)
File "/app/lib/python3.8/site-packages/GTG/plugins/hamster/hamster.py", line 155, in activate
self.hamster = dbus.SessionBus().get_object('org.gnome.Hamster',
File "/app/lib/python3.8/site-packages/dbus/bus.py", line 239, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
File "/app/lib/python3.8/site-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/app/lib/python3.8/site-packages/dbus/bus.py", line 180, in activate_name_owner
self.start_service_by_name(bus_name)
File "/app/lib/python3.8/site-packages/dbus/bus.py", line 275, in start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
File "/app/lib/python3.8/site-packages/dbus/connection.py", line 650, in call_blocking
reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
This happen the first time I run the app, if I use a different console to run the app it opens without the error. The same happen if I click in the app's icon, the first time gnome just wait for the app to open but no window shows up, if I click again in the icon then the window shows up properly.
I have a GNOME Shell 3.38.4 on a Debian sid. Let me know if you need more info.
Hi, I have installed GTG 0.5 via flapak, I am getting the following error the first time I run the app with
flatpak run org.gnome.GTGDuring handling of the above exception, another exception occurred:
This happen the first time I run the app, if I use a different console to run the app it opens without the error. The same happen if I click in the app's icon, the first time gnome just wait for the app to open but no window shows up, if I click again in the icon then the window shows up properly.
I have a GNOME Shell 3.38.4 on a Debian sid. Let me know if you need more info.