Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtg v0.6 installed from Flathub crash on startup #962

Closed
Nebdaker opened this issue Mar 18, 2023 · 3 comments
Closed

gtg v0.6 installed from Flathub crash on startup #962

Nebdaker opened this issue Mar 18, 2023 · 3 comments
Labels
bug duplicate packaging Flatpak packages (anything else = NOPE.png) priority:critical

Comments

@Nebdaker
Copy link

This is a context :
Context: Activation

None```

**Software versions:**
* Getting Things GNOME! v0.6
* CPython 3.9.9 (main, Nov 10 2011, 15:00:00)   [GCC 11.3.0]
* GTK 3.24.34, GLib 2.70.5
* PyGLib 3.42.2, PyGObject 3.42.2
* Linux-5.10.0-21-amd64-x86_64-with-glibc2.33


**And this is what I got when I ran it in debug mode**
2023-03-18 18:29:49,580 - ERROR - application:do_activate:153 - Exception during activation
Traceback (most recent call last):
  File "/app/lib/python3.9/site-packages/dbus/bus.py", line 177, in activate_name_owner
    return self.get_name_owner(bus_name)
  File "/app/lib/python3.9/site-packages/dbus/bus.py", line 361, in get_name_owner
    return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/app/lib/python3.9/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: org.freedesktop.DBus.Error.NameHasNoOwner

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 148, in do_activate
    self.init_shared()
  File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 229, in init_shared
    self.init_plugin_engine()
  File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 255, in init_plugin_engine
    self.plugin_engine.activate_plugins()
  File "/app/lib/python3.9/site-packages/GTG/core/plugins/engine.py", line 202, in activate_plugins
    plugin.instance.activate(api)
  File "/app/lib/python3.9/site-packages/GTG/plugins/hamster/hamster.py", line 155, in activate
    self.hamster = dbus.SessionBus().get_object('org.gnome.Hamster',
  File "/app/lib/python3.9/site-packages/dbus/bus.py", line 241, in get_object
    return self.ProxyObjectClass(self, bus_name, object_path,
  File "/app/lib/python3.9/site-packages/dbus/proxies.py", line 250, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/app/lib/python3.9/site-packages/dbus/bus.py", line 182, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/app/lib/python3.9/site-packages/dbus/bus.py", line 277, in start_service_by_name
    return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/app/lib/python3.9/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: org.freedesktop.DBus.Error.ServiceUnknown
2023-03-18 18:29:49,750 - INFO - backend_caldav:_do_periodic_import:137 - Running periodic import
2023-03-18 18:29:55,959 - INFO - errorhandler:handle_response:163 - Going to exit because either of fatal error or user choice
@nekohayo
Copy link
Member

Can anyone reproduce this on the latest git master version, or was this indirectly fixed by the big refactoring?

@nekohayo nekohayo added the needinfo We need more info to solve the issue, or we can't fix it. label Feb 26, 2024
@nekohayo nekohayo added duplicate and removed needinfo We need more info to solve the issue, or we can't fix it. labels Feb 26, 2024
@nekohayo
Copy link
Member

Oooh, actually this is a duplicate of issue #683!

@nekohayo
Copy link
Member

Duplicate of #683

@nekohayo nekohayo marked this as a duplicate of #683 Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug duplicate packaging Flatpak packages (anything else = NOPE.png) priority:critical
Projects
None yet
Development

No branches or pull requests

2 participants