Hide empty "Unhandled client message" warning

Fixes #2071
This commit is contained in:
Florian Bruhin 2016-10-30 18:59:11 +01:00
parent 7aa587d317
commit 713b00a102

View File

@ -406,6 +406,8 @@ def qt_message_handler(msg_type, context, msg):
"Chromium-based browser to ",
# https://github.com/The-Compiler/qutebrowser/issues/1287
"QXcbClipboard: SelectionRequest too old",
# https://github.com/The-Compiler/qutebrowser/issues/2071
'QXcbWindow: Unhandled client message: ""',
]
if sys.platform == 'darwin':
suppressed_msgs += [