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

Submit the application to FlatHub as well #688

Closed
rabin-io opened this issue Nov 2, 2021 · 4 comments
Closed

Submit the application to FlatHub as well #688

rabin-io opened this issue Nov 2, 2021 · 4 comments

Comments

@rabin-io
Copy link

rabin-io commented Nov 2, 2021

I stared an App Submission process with flathub, you are welcome to take over anytime.

flathub/flathub#2614

@rabin-io
Copy link
Author

approved flathub/flathub#2636
and it's available on FlatHub now, https://flathub.org/apps/details/org.gnome.Hamster

@mattdrepo
Copy link

flatpak run org.gnome.Hamster
Traceback (most recent call last):
File "/app/bin/hamster", line 40, in
from hamster import client, reports
File "/app/lib/python3.9/site-packages/hamster/reports.py", line 33, in
from hamster.lib.configuration import runtime
File "/app/lib/python3.9/site-packages/hamster/lib/configuration.py", line 128, in
runtime = RuntimeStore()
File "/app/lib/python3.9/site-packages/hamster/lib/configuration.py", line 124, in init
self.storage = Storage()
File "/app/lib/python3.9/site-packages/hamster/client.py", line 79, in init
self.bus = dbus.SessionBus()
File "/app/lib/python3.9/site-packages/dbus/_dbus.py", line 212, in new
return Bus.new(cls, Bus.TYPE_SESSION, private=private,
File "/app/lib/python3.9/site-packages/dbus/_dbus.py", line 102, in new
bus = BusConnection.new(subclass, bus_type, mainloop=mainloop)
File "/app/lib/python3.9/site-packages/dbus/bus.py", line 124, in new
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead

@mattdrepo
Copy link

resolved with
export $(dbus-launch)
before launching hamster from cli

@aquaherd
Copy link
Member

aquaherd commented Jan 8, 2022

May I close this issue, then?

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

3 participants