Hide _GTK_LOAD_ICONTHEMES Qt error

This commit is contained in:
Florian Bruhin 2014-11-08 20:03:33 +01:00
parent 45bdf166f8
commit 31ee458e56

View File

@ -258,7 +258,9 @@ def qt_message_handler(msg_type, context, msg):
# bug on some pages.
# https://bugreports.qt-project.org/browse/QTBUG-30298
"QNetworkReplyImplPrivate::error: Internal problem, this method must "
"only be called once.")
"only be called once."
# Not much information about this, but it seems harmless
'QXcbWindow: Unhandled client message: "_GTK_LOAD_ICONTHEMES"')
if any(re.match(pattern, msg.strip()) for pattern in suppressed_msgs):
level = logging.DEBUG
else: