Hi there, I'm using KDE neon Developer Edition Unstable Branches with today update. When I check "Keep window open when it loses focus" Yakuake behavior like I didn't checked that option. Regards, Ricardo Calimanis
Hi, I have the same behavior. For information, as a workaround to get it working, I reverted one line of mainwindow.cpp to its Yakukake 3.0.3 content. In void MainWindow::wmActiveWindowChanged() Replace if (!Settings::keepOpen() && hasFocus()) { By if (!Settings::keepOpen() && isVisible() && KWindowSystem::activeWindow() != winId()) { Regards, Rui
if it's Wayland issue - may be duplicate of https://bugs.kde.org/show_bug.cgi?id=380497
I can't confirm on X11 at least. Operating System: Arch Linux KDE Plasma Version: 5.15.3 KDE Frameworks Version: 5.56.0 Qt Version: 5.12.2
Dup of #380497, as discussed. *** This bug has been marked as a duplicate of bug 380497 ***