-
Notifications
You must be signed in to change notification settings - Fork 53
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
after start, window is centered into middle of all virtual monitrs, even to not-existing areas #21
Comments
Hello @judovana, It seems like it's a pretty common issue with Linux distributions. And more generally, it's the OS who decides, by default, the position of an application window at start. I've done some research : Can you do some research as well to confirm or refute that please ? Thanks for your feedback ;) |
I can not agree that is common issue. This is only app in last 6 years Just dont close not-a-bug:) Thanx anyway! ---------- Původní zpráva ---------- " Hello @judovana(https://github.com/judovana), It seems like it's a pretty common issue with Linux distributions. And more I've done some research : Can you do some research as well to confirm or refute that please ? Thanks for your feedback ;) — "= |
Of course there's a way to position the window with code :) , but in (Un)colored code, I just open a window, there's nothing specific about screens or position. Moreover, it would be "dangerous" to force the window position at startup. Imagine that the user has a specific external application or setting to handle that ? I don't want to risk a conflict with that. It may be a bug with the OS or the Electron framework, but it's not a bug with the code I wrote, and I don't want to force the window position for the reasons above ¯_(ツ)_/¯ |
Yup. I was expecting excuse of "bug in framework, but it's not a bug with Mgr. Jiri Vanek ---------- Původní zpráva ---------- " Of course there's a way to position the window with code :) , but in (Un) Moreover, it would be "dangerous" to force the window position at startup. It may be a bug with the OS or the Electron framework, but it's not a bug — "= |
Decision after more tests & researches |
Hello, I have monitors in setup as following:
![uncolored](https://cloud.githubusercontent.com/assets/2904395/20135448/012297dc-a670-11e6-9631-129ebe639c1f.png)
Unluckily uncolored centres to middle of all screens(see the black box on image above), and so, into area where even mouse can not reach...
A bit better habit is to centre to middle of "current" monitor. Where current is the one with mouse, or simply the default one. Only last fall back should be centre of all.
The text was updated successfully, but these errors were encountered: