eiff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index 260b545..6aa0ca3 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -11225,6 +11225,12 @@ void ONMainWindow::setProxyWinTitle() #ifdef Q_OS_LINUX XStoreName(QX11Info::display(), proxyWinId, title.toLocal8Bit().data()); + XChangeProperty(QX11Info::display(), proxyWinId, + XInternAtom(QX11Info::display(), "_NET_WM_NAME", 0), + XInternAtom(QX11Info::display(), "UTF8_STRING", 0), 8, + PropModeReplace, + (unsigned char*) title.toUtf8().data(), + strlen(title.toUtf8().data())); XWMHints* win_hints;