This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Start Gbulb event loop when not in control of the application entrypoint #55
Unanswered
christophehenry
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All the examples shown in Gbulb's documentation presuppose you are un control of the application's enrtypoint. Is there a way to use Gbulb when it's not the case? For instance, a Rhythmbox plugin? In such a case,
asyncio.get_event_loop().run_forever()
totally blocks the UI.Beta Was this translation helpful? Give feedback.
All reactions