https://bugs.kde.org/show_bug.cgi?id=368956
Bug ID: 368956 Summary: Windows with Qt::Tool windowFlag are appearing in the taskbar Product: plasmashell Version: 5.7.4 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Task Manager Assignee: h...@kde.org Reporter: smart...@kde.org CC: plasma-b...@kde.org Windows, macOS, KDE4 and most versions of KDE5 had the correct behavior, but the latest versions of plasma5 have this bug, it started recently. #include <QApplication> #include <QWidget> #include <QtWidgets> int main(int argc, char **argv) { QApplication app(argc, argv); QWidget w; w.setWindowFlags(w.windowFlags() | Qt::Tool); w.show(); return app.exec(); } Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.