Feature #1038
Eliminate dependence on QEventDispatcherGlib
Start date:
December 06, 2020
Due date:
% Done:
100%
Estimated time:
Affects version:
Description
D-Bus support is not working on Windows when running in Qt mode, because Qt is not running a GLib main loop there.
We could try to recompile Qt on Windows with GLib support, but I'm not certain if this would work (there may be parts of Qt that depend on using QEventDispatcherWin32).
Probably a more portable solution would be to modify dbus-server.cc to run its own main loop in a dedicated thread for D-Bus operations.
History
#1 Updated by John Lindgren almost 4 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
#2 Updated by Thomas Lange almost 4 years ago
- Target version set to 4.1