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

Hamster installed from flatpak won't start from Desktop link #713

Closed
rabin-io opened this issue Jan 1, 2023 · 3 comments
Closed

Hamster installed from flatpak won't start from Desktop link #713

rabin-io opened this issue Jan 1, 2023 · 3 comments

Comments

@rabin-io
Copy link

rabin-io commented Jan 1, 2023

When starting Hamster from the application menu, I get this error message,

Traceback (most recent call last):
File "/app/lib/python3.10/site-packages/dbus/service.py", line 662, in _message_cb
(candidate_method, parent_method) = _method_lookup(self, method_name, interface_name)
File "/app/lib/python3.10/site-packages/dbus/service.py", line 252, in _method_lookup
raise UnknownMethodException('%s is not a valid method of interface %s' % (method_name, dbus_interface))
dbus.exceptions.UnknownMethodException: org.freedesktop.DBus.Error.UnknownMethod: Unknown method: Activate is not a valid method of interface org.freedesktop.Application 

Not sure, but this might be related to issue #692

@matthijskooijman
Copy link
Member

@rabin-io Could you check if activation works when you use the upstream flatpak version instead of the flathub version (if you are not doing this already)? If so, it seems likely that you are indeed seeing #692 and this can be closed as duplicate.

Here's a recent (git master) flatpak build to try (I don't think we have builds of releases yet), scroll down to the bottom: https://github.com/projecthamster/hamster/actions/runs/6891207526

@rabin-io
Copy link
Author

Yep, working.

@matthijskooijman
Copy link
Member

Thanks, then I'm going to close this as a duplicate of #692 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants