mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #107] novnc: Drag left or right changes desktop and kills emulator UI #76
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Actual Behavior
The emulator is no more visible after switching back to desktop 1. Have to restart docker container.
@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
@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.
@123dev commented on GitHub (Jan 29, 2019):
@devilankur18
Edit /etc/xdg/openbox/rc.xml
and delete / comment-out
@budtmo commented on GitHub (Jul 2, 2019):
Fixed in #168