Summary: | Keep window open when it loses focus (Doens't working) | ||
---|---|---|---|
Product: | [Applications] yakuake | Reporter: | Ricardo Calimanis <ricardo.calimanis> |
Component: | general | Assignee: | Eike Hein <hein> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bugseforuns, notuxius, oded, rcorreia31 |
Priority: | NOR | ||
Version: | 3.0.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ricardo Calimanis
2017-10-30 13:46:59 UTC
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 *** |