Hide _GTK_LOAD_ICONTHEMES Qt error
This commit is contained in:
parent
45bdf166f8
commit
31ee458e56
@ -258,7 +258,9 @@ def qt_message_handler(msg_type, context, msg):
|
|||||||
# bug on some pages.
|
# bug on some pages.
|
||||||
# https://bugreports.qt-project.org/browse/QTBUG-30298
|
# https://bugreports.qt-project.org/browse/QTBUG-30298
|
||||||
"QNetworkReplyImplPrivate::error: Internal problem, this method must "
|
"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):
|
if any(re.match(pattern, msg.strip()) for pattern in suppressed_msgs):
|
||||||
level = logging.DEBUG
|
level = logging.DEBUG
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user