idle with subprocess on multiseat
Bug #338379 reported by
Markus Schlager
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python |
Fix Committed
|
Unknown
|
|||
python-defaults (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: idle
ubuntu dapper,hardy
package: idle
Running with subprocess (default) idle tries to bind to TCP/IP-Port 8833. This prevents running more than one idle-instances on a single computer at the same time. On a multiseat-system with e.g. four simultaneous X-sessions only one user can use idle without the -n-Option.
Is it possible to make idle check the next free port, if 8833 (and 8334 etc.) ist blocked?
tags: | added: multiseat |
Changed in python: | |
status: | Unknown → Fix Committed |
To post a comment you must log in.
> Is it possible to make idle check the next free port, if 8833 (and 8334 etc.) ist blocked?
not checked, would you provide a patch?