https://bugs.kde.org/show_bug.cgi?id=478155
--- Comment #7 from Nicolas Fella <nicolas.fe...@gmx.de> --- it has something to do with the modality of the dialog in https://invent.kde.org/plasma/plasma-integration/-/blob/master/qt6/src/platformtheme/kdeplatformfontdialoghelper.cpp?ref_type=heads#L43 we get Qt::WindowModal and set that on the QFontDialog. When I change that to ApplicationModal it works. Or if I in https://invent.kde.org/graphics/spectacle/-/blob/master/src/Gui/SpectacleWindow.cpp#L345 replace open() with show() it also works. I don't fully understand it though -- You are receiving this mail because: You are watching all bug changes.