fix: #1761 guake follows mouse focus when have 2 monitors - #1775
Conversation
|
I have confirmed that this fixes the stated problem. |
|
Thanks for the PR. This fixed the Problem. It can be manually fixed in |
|
The manual fix works. However fails, when guake is in the background and other windows are open. Once the last other window is minimized, the terminal switches to the mouse display. This is different than the previous behavior. I tried to find a solution but could not come up with a way to differentiate the two cases, where the terminal gets focus actively (by hotkey) or passively (simply by closing/minimizing all remaining windows). |
Thanks for your feed back. I reproduced your situation and find a way may fix this: Only do unfullscreen when guake is hidden. I test it on my desktop, it seems works well now. |
|
Raising this PR from the depths. It seems to fix the following glitch here as well. |
Fix #1761 When Appear on mouse display open for Version 3.7.0 on a dual-screen desktop, the Guake window moves to the other screen if lost focus. This pr is to avoid this annoying situation.