-
Notifications
You must be signed in to change notification settings - Fork 309
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
android studio: emulator window not moveable - stays in the way - Crash when you minimize these windows #139
Comments
When you minimize the window, i see a crash and restart of the X-Server: Waiting for data... (interrupt to abort)X connection to :0 broken (explicit kill or server shutdown). |
@fflorey , thanks for reporting this, and I am able to locally reproduce the issue using emulator window. Btw, I'm not able to find a way to "Open the Configure Dialog", would you please describe more this? I'm using android studio version 4.2. I do have a fix for crash with minimize locally and am still investigating it's not movable. it looks related to the window has "override_redirect" property, which is usually not movable. Thanks! |
You can start it like that: |
Fixed in 1.0.23. |
Examples of behavior:
If your start Android Studio and Open the Configure Dialog OR
you start the Android Emulator you get the
in both cases you get an XWindow without any "decorations" (window frames etc.) so it is not possibility to move this around. This can make the usage of some programms (like Emulator) nearly impossible.
Hint: If you MINIMIZE the windows by clicking on the "-" of the Emulator Settings Windows - the Emulator always crashes. Once i got the message, that the X-Server itself crashed.
I used the xdotool to move the window - this also not possible. I tried:
xdotool windowmove --sync --relative $(xdotool selectwindow)
In the screenshot, i surrounded the mentioned xwindow with the red line.
Anyhow - thanks for your great work so far!!! Almost perfect!
The text was updated successfully, but these errors were encountered: