Bug 386358

Summary: Keep window open when it loses focus (Doens't working)
Product: [Applications] yakuake Reporter: Ricardo Calimanis <ricardo.calimanis>
Component: generalAssignee: 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:

Description Ricardo Calimanis 2017-10-30 13:46:59 UTC
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
Comment 1 rcorreia31 2017-11-07 10:41:03 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
Comment 2 Alexander Mentyu 2018-07-11 10:05:16 UTC
if it's Wayland issue - may be duplicate of https://bugs.kde.org/show_bug.cgi?id=380497
Comment 3 Patrick Silva 2019-03-25 14:25:08 UTC
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
Comment 4 Oded Arbel 2021-11-15 10:47:05 UTC
Dup of #380497, as discussed.

*** This bug has been marked as a duplicate of bug 380497 ***