Set name of X11 Client Leader Window to application name

Fixes: QTBUG-75526
Pick-to: 5.15
Change-Id: If4374208d0d854cee714b4689a2f3566394bb6a0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Raphael Rosch 2020-07-13 19:49:06 -04:00 committed by Volker Hilsheimer
parent 5f05b9880e
commit fc1a7efb30
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ xcb_window_t QXcbConnection::clientLeader()
QXcbWindow::setWindowTitle(connection(), m_clientLeader,
QStringLiteral("Qt Client Leader Window"));
QGuiApplication::applicationDisplayName());
xcb_change_property(xcb_connection(),
XCB_PROP_MODE_REPLACE,