Bug 386358 - Keep window open when it loses focus (Doens't working)
Summary: Keep window open when it loses focus (Doens't working)
Status: RESOLVED DUPLICATE of bug 380497
Alias: None
Product: yakuake
Classification: Applications
Component: general (show other bugs)
Version: 3.0.4
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-30 13:46 UTC by Ricardo Calimanis
Modified: 2021-11-15 10:47 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***