-WIP-electrum-btcp/gui
Marko Bencun 5800a24559 fix Qt threading issue
Issue: #2209

Fixes this error when signing with a HW wallet:

 ./electrum
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python3: xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Aborted (core dumped)

The cause is likely with the `show_message()` calls. The proper fix
would be to hunt down where QT Gui elements are touched from a wrong
thread.

The workaround is to call XInitThreads(), as the error message suggests.
2017-08-30 00:24:50 +02:00
..
kivy kivy wizard: fix bug if password is not provided 2017-08-26 08:28:25 +02:00
qt fix Qt threading issue 2017-08-30 00:24:50 +02:00
__init__.py No need to pass daemon and network together 2016-01-29 22:25:59 +09:00
stdio.py misc python3 updates: 2017-08-26 08:28:24 +02:00
text.py misc python3 updates: 2017-08-26 08:28:24 +02:00