[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #24 from Firlaev-Hans --- (In reply to Nate Graham from comment #23) > OK, KeepOpen=false seems to work for me, but KeepOpen=true doesn't. Is that > what you're seeing too? If so that's a separate issue. This is indeed just a fix for KeepOpen=false. But KeepOpen=true already works, it always has. All it's supposed to do AFAIK is to not retract Yakuake when it looses focus, so it just goes behind the currently focused window (like any other normal window would). And that's what it does, on both X11 and Wayland. What still doesn't work on Wayland is "KeepAbove=true", which is a separate option that, when combined with KeepOpen=true, makes Yakuake always stay in the foreground / as the top most window even when it's not focused. This can be worked around by the user with a KWin rule to keep Yakuake in the foreground. I'm not sure if that issue can be fixed without direct cooperation with KWin. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #23 from Nate Graham --- OK, KeepOpen=false seems to work for me, but KeepOpen=true doesn't. Is that what you're seeing too? If so that's a separate issue. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #22 from Nate Graham --- Oh wait, it's already supposed to be in the current release... -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #21 from Nate Graham --- Nicolas, do you think that fix is safely backportable to the stable branch? -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 dstubb...@gmail.com changed: What|Removed |Added CC||dstubb...@gmail.com --- Comment #20 from dstubb...@gmail.com --- Can we get the fix in this thread implemented in the official release? -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Patrick Silva changed: What|Removed |Added CC||zor...@gmail.com --- Comment #19 from Patrick Silva --- *** Bug 446190 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Oded Arbel changed: What|Removed |Added CC||ricardo.calimanis@sogkids.o ||rg --- Comment #18 from Oded Arbel --- *** Bug 386358 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #17 from Pawel --- I applied this patch and recompiled yakuake to test. I can happily confirm the patch fixes the issue - the application now properly retracts when it loses focus on Wayland if KeepOpen is set to false. I have no tested on X11. Many thanks for the fix! -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Nicolas Fella changed: What|Removed |Added Version Fixed In||21.12.0 CC||nicolas.fe...@gmx.de -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Nicolas Fella changed: What|Removed |Added Latest Commit||https://invent.kde.org/util ||ities/yakuake/commit/7a2dba ||d3628198ddeaea10c044a06cdc8 ||ab2a930 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #16 from Nicolas Fella --- Git commit 7a2dbad3628198ddeaea10c044a06cdc8ab2a930 by Nicolas Fella, on behalf of Firlaev-Hans Fiete. Committed on 07/11/2021 at 14:32. Pushed by nicolasfella into branch 'master'. Use QGuiApplication::focusWindowChanged instead of KWindowSystem::activeWindowChanged It works on Wayland too and therefore fixes closing Yakuake on focus loss on Wayland with KeepOpen=false M +4-10 app/mainwindow.cpp https://invent.kde.org/utilities/yakuake/commit/7a2dbad3628198ddeaea10c044a06cdc8ab2a930 -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #15 from Firlaev-Hans --- (In reply to Firlaev-Hans from comment #14) > I opened a bug report for KWindowSystem: Bug 442662 So basically, they're not going to implement those signals in KWindowSystem on Wayland, and Yakuake will have to find another way to get this functionality on Wayland. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #14 from Firlaev-Hans --- I opened a bug report for KWindowSystem: Bug 442662 -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Oded Arbel changed: What|Removed |Added CC||o...@geek.co.il --- Comment #13 from Oded Arbel --- (In reply to Firlaev-Hans from comment #11) > I admit that I have very little understanding about how all this works but > after digging in the source code a bit it appears that the problem may not > be in Yakuake itself, but in KDE Frameworks, specifically in KWindowSystem. > > To detect a focus loss, Yakuake connects to the activeWindowChanged signal > in KWindowSystem, which exists in platforms/xcb but not platforms/wayland Looking at https://invent.kde.org/frameworks/kwindowsystem/-/blob/master/src/platforms/wayland/kwindowsystem.cpp the implementation is pretty bare - it doesn't emit any of the signals documented in https://api.kde.org/frameworks/kwindowsystem/html/classKWindowSystem.html that other platforms (even Windows) do emit. It seems likely that all of Yakuake's Wayland issues (this, the bucket list in Bug 433606, as well as Bug 433171, Bug 402634 and Bug 413636, to name a few) are caused by the non-existence of KWindowSystem Wayland's implementation. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Oded Arbel changed: What|Removed |Added CC||avinashrocks1...@gmail.com --- Comment #12 from Oded Arbel --- *** Bug 428383 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #11 from Firlaev-Hans --- I admit that I have very little understanding about how all this works but after digging in the source code a bit it appears that the problem may not be in Yakuake itself, but in KDE Frameworks, specifically in KWindowSystem. To detect a focus loss, Yakuake connects to the activeWindowChanged signal in KWindowSystem, which exists in platforms/xcb but not platforms/wayland -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Patrick Silva changed: What|Removed |Added CC||ha...@lansmart.com --- Comment #10 from Patrick Silva --- *** Bug 439572 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 zeert...@outlook.com changed: What|Removed |Added CC||zeert...@outlook.com --- Comment #9 from zeert...@outlook.com --- Confirmed on Plasma 5.21.5 Wayland, Yakuake 21.04.1 Operating System: Arch Linux KDE Plasma Version: 5.21.5 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2 Kernel Version: 5.12.4-arch1-2 OS Type: 64-bit Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #8 from Henrique Sant'Anna --- May be a duplicate with Bug 428383 -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Henrique Sant'Anna changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=428383 CC||hsanta...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #7 from miku84 --- Hi, I wanted to report it, but find this. So yakuake 20.12.03 still has it on wayland -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Pawel changed: What|Removed |Added CC||bednarczyk.pa...@outlook.co ||m --- Comment #6 from Pawel --- confirmed on Wayland, plasma 21 Beta, Yakuake Version 20.12.1 Operating System: Arch Linux KDE Plasma Version: 5.20.90 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 Kernel Version: 5.9.0-rc5-1-amd-staging-drm-next-git-gd6fd19b700d4 OS Type: 64-bit Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor Memory: 31.3 GiB of RAM Graphics Processor: AMD Radeon RX 5700 XT -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Firlaev-Hans changed: What|Removed |Added CC||firlaevhans.fiete@protonmai ||l.com --- Comment #5 from Firlaev-Hans --- I also noticed this problem, Yakuake doesn't retract when it loses focus on Wayland, but it works fine on X11. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Claudius Ellsel changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 CC||claudius.ell...@live.de --- Comment #4 from Claudius Ellsel --- I can confirm this with version 20.07.70 Changing focus works, but the Yakuake dropdown only gets overlayed and does not retract. Minimizing the overlaying Window shows the Yakuake dropdown again. This also leads to the a bit weird behaviour that one has to press F12 twice to bring it back (once for retracting in the background and once for opening again). -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Rainer Finke changed: What|Removed |Added CC||m...@rainer-finke.de Version|unspecified |3.0.5 --- Comment #3 from Rainer Finke --- Yakuake 3.0.5 still stays open when focus is lost. -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Patrick Silva changed: What|Removed |Added CC||bugsefor...@gmx.com -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Elvis Angelaccio changed: What|Removed |Added Keywords||wayland CC||elvis.angelac...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 --- Comment #2 from leo_rockway --- I'm using Wayland permanently now, since the latest release of Plasma. I have KeepOpen=false in my config and while it doesn't do what it should, at least it doesn't render Yakuake unusable. It used to be that Yakuake would hide and show up nonstop, like I mentioned when I opened this bug report. Now it just loses focus (but doesn't actually hide). It would definitely be nice if this option did what it says it does, but maybe the importance now dropped to minor instead of normal? -- You are receiving this mail because: You are watching all bug changes.
[yakuake] [Bug 380497] Yakuake KeepOpen=false doesn't work with Wayland
https://bugs.kde.org/show_bug.cgi?id=380497 Santiago Tabares changed: What|Removed |Added CC||santiago.taba...@gmail.com --- Comment #1 from Santiago Tabares --- Confirm. My guess is that in x11 it checks if it loses focus to hide, but in wayland that's not supported. It would need cooperation with kwin to fix. -- You are receiving this mail because: You are watching all bug changes.