-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nagstamon moves between monitors on refresh #63
Comments
Which version do you use on which OS? |
I had the same happening to me, but am unable to reproduce it consistently. Nagstamon 0.9.11 on Windows 7 on two monitors. Appearance in tray only. |
Ok, got it to reproduce:
This doesn't happen if the mouse cursor remains on the first monitor. But when I move it later to the second monitor, Nagstamon follows some time later. |
Thanks to you recipe I was able to reproduce this. These systray-popup-routines are some years old and apparently not multi-monitor-aware. I will look at this issue. |
Is it possible in Windows to change the placement of the taskbar between monitors? Or can it be set only onto the first one, in GTK-speak monitor 0? If it behaves like that my mouse-pointer-based-monitor detection which leads to this funny effect of the loyal popup could be omitted entirely. |
In Windows you can set one monitor as primary, this is where the taskbar will appear. You can set the primary monitor arbitrarily. I have no experience with GTK, so I don't know if this changes the monitor ID. |
This issue is fixed in latest commit. Are you able to test directly from source or do you need a binary? |
I need a binary. ("Your system is not supported for automated build yet", Cygwin with Python 2.7.3) |
Somehow my binaries do not run on Windows anymore. :-( |
Please try https://nagstamon.ifw-dresden.de/files-nagstamon/unstable/Nagstamon_0.9.12-devel-20140403_win32.zip. It has the fixed multi-monitor-feature and I hope it kind of runs. |
I think that solved it, thank you very much. There's a small issue remaining: If I open the Nagastamon window (Staying at the right border of my primary monitor), hover over it, and then move the mouse away to the right onto the second monitor without leaving the window boundary on the top or bottom, the window doesn't close. It does close however when I move the mouse back to the first monitor, outside the window, and then enter the window area. Looks like the autoclosing of the window is still a little bit wonky, but it behaves much better now without the jumping around. |
Is that a new feature or did it behave like this before? |
It's new. In version 0.9.11 the window would close when moving the mouse to the right onto the next monitor. |
I will see if I find some hint. |
I cannot find anything. The popwin closes as it is supposed to when moving the pointer to the right monitor. :-( Edit: This happens in a VM with 2 virtual monitors. |
Well, it does feel much better now. Thank you for your work. (I'm off on holidays for the next two weeks and not available for beta testing.) |
Should work now. |
Thanks for the fix! Sorry I wasn't keeping track of this issues after submitting it. |
I'm working on a multi-monitor desktop, and if I leave the window open, after just a few moments, the Nagstamon window moves to where my mouse is focused.
The text was updated successfully, but these errors were encountered: