[GH-ISSUE #107] novnc: Drag left or right changes desktop and kills emulator UI #76

Closed
opened 2026-03-01 15:40:02 +03:00 by kerem · 4 comments
Owner

Originally created by @devilankur18 on GitHub (Aug 5, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/107

Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit our group chat. Thank you!

Operating System: Ubuntu 16.04

Docker Image: 6.0:latest

Docker Version: 17.12.1-ce

Docker-compose version (Only if you use it):

Docker Command to start docker-android: docker run --privileged -d -p 6080:6080 -p 4723:4723 -v /root/apks:/root/tmp -e DEVICE="Samsung Galaxy S6" -e APPIUM=true -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 --name app butomo1989/docker-android-x86-6.0

Expected Behavior

  • The emulator is running on desktop 1.
  • Switch to desktop 2
  • Come back to desktop 1
  • Should see the emulator as working before

Actual Behavior

The emulator is no more visible after switching back to desktop 1. Have to restart docker container.

Originally created by @devilankur18 on GitHub (Aug 5, 2018). Original GitHub issue: https://github.com/budtmo/docker-android/issues/107 **Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit [our group chat](https://gitter.im/butomo1989/docker-android). Thank you!** Operating System: Ubuntu 16.04 <!-- OSX Yosemite, Ubuntu 16.04, Windows 10 etc --> Docker Image: 6.0:latest <!-- butomo1989/docker-android-x86-7.1.1, butomo1989/docker-android-real-device etc --> Docker Version: 17.12.1-ce <!-- 17.09.0-ce, 17.06.2-ce etc --> Docker-compose version (Only if you use it): <!-- 1.16.1 etc --> Docker Command to start docker-android: docker run --privileged -d -p 6080:6080 -p 4723:4723 -v /root/apks:/root/tmp -e DEVICE="Samsung Galaxy S6" -e APPIUM=true -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 --name app butomo1989/docker-android-x86-6.0 <!-- docker run ... --> ## Expected Behavior <!-- Explaination about expected behaviour goes here --> - The emulator is running on desktop 1. - Switch to desktop 2 - Come back to desktop 1 - Should see the emulator as working before ## Actual Behavior <!-- Explaination about actual behaviour goes here --> The emulator is no more visible after switching back to desktop 1. Have to restart docker container.
kerem 2026-03-01 15:40:02 +03:00
Author
Owner

@mehrdad-abdoli commented on GitHub (Aug 6, 2018):

@devilankur18 right click and EXIT and confirm exit the emulator will be visible without need to restart

<!-- gh-comment-id:410598838 --> @mehrdad-abdoli commented on GitHub (Aug 6, 2018): @devilankur18 right click and EXIT and confirm exit the emulator will be visible without need to restart
Author
Owner

@devilankur18 commented on GitHub (Aug 7, 2018):

@mehrdad-abdoli that works !!

Can't we disable openbox or multiple desktop thingy all together. As it has no relevance for the usecase. And It happens with me often, I end up on another desktop and emulator is gone.

<!-- gh-comment-id:410932139 --> @devilankur18 commented on GitHub (Aug 7, 2018): @mehrdad-abdoli that works !! Can't we disable openbox or multiple desktop thingy all together. As it has no relevance for the usecase. And It happens with me often, I end up on another desktop and emulator is gone.
Author
Owner

@123dev commented on GitHub (Jan 29, 2019):

@devilankur18

Edit /etc/xdg/openbox/rc.xml
and delete / comment-out

<action name="GoToDesktop">
  <to>previous</to>
</action>
</mousebind>
<mousebind button="Down" action="Click">
<action name="GoToDesktop">
  <to>next</to>
</action>
</mousebind>```
<!-- gh-comment-id:458375262 --> @123dev commented on GitHub (Jan 29, 2019): @devilankur18 Edit /etc/xdg/openbox/rc.xml and delete / comment-out ```<mousebind button="Up" action="Click"> <action name="GoToDesktop"> <to>previous</to> </action> </mousebind> <mousebind button="Down" action="Click"> <action name="GoToDesktop"> <to>next</to> </action> </mousebind>```
Author
Owner

@budtmo commented on GitHub (Jul 2, 2019):

Fixed in #168

<!-- gh-comment-id:507648863 --> @budtmo commented on GitHub (Jul 2, 2019): Fixed in #168
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#76
No description provided.