-
Notifications
You must be signed in to change notification settings - Fork 11
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
Linux window position saving #48
Comments
Would be great if someone could reproduce this on Linux using a different window manager. |
Happening on ubuntu too. Eventually stops moving on y coordinates. |
Is it adjusting in the same way? ie: x+1, y+24? |
no x movement and different y movement on ubuntu 14.04; window manager is Unity.
|
Can we see a few more iterations of that just to confirm a pattern? |
Appears to move to the bounds on the UI and then stops. |
I believe this might be worthy of an Atom-Shell bug. If they feel the need to escalate to the various UNIX window managers due to inconsistency, I believe the maintainers should be responsible for that. |
Yeah - this feels like an atom-shell (or deeper, chromium?) bug to me. I will open an issue there and see what they say. |
I'm noticing a bug on Linux (Xubuntu 14.04) where the window position adjusts between application closing / opening.
Here is
window.json
opening and closing 4 times:Every time the window is closed it adjusts x by x + 1 and y by y + 24.
Not seeing this behavior on Windows. Wonder if this is an xfce thing, an atom-shell thing, all Linux? Who knows.
Might also have to do with the way we're closing the window right now using
destroy()
instead of following normal window close lifecycle.The text was updated successfully, but these errors were encountered: