New issue
Advanced search Search tips

Issue 595846 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

chromoting host always uses display :20

Project Member Reported by sergeyu@chromium.org, Mar 17 2016

Issue description

Currently the host always attempts to start X server with DISPLAY=:20, which means that the host will fail to start if the display is used by another X server and it's not possible to run multiple hosts on the same machine. linux_me2me_host.py needs to be updated to find available display dynamically.
 
Status: WontFix (was: Untriaged)
The display is already chosen dynamically, starting at 20:
https://code.google.com/p/chromium/codesearch#chromium/src/remoting/host/linux/linux_me2me_host.py&q=get_unused_display_number

One reason it's not possible to run multiple hosts on the same machine is this upstream bug:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/972324/comments/2

Sign in to add a comment