Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
python-xlib
python-xlib-0.14-fix-unix-socket-in-display.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-xlib-0.14-fix-unix-socket-in-display.patch of Package python-xlib
Index: trunk/Xlib/support/unix_connect.py =================================================================== --- trunk.orig/Xlib/support/unix_connect.py 2008-07-23 11:33:36.000000000 -0400 +++ trunk/Xlib/support/unix_connect.py 2009-11-05 06:06:50.000000000 -0500 @@ -60,6 +60,8 @@ name = display host = m.group(1) + if host == 'unix': + host = '' dno = int(m.group(2)) screen = m.group(4) if screen:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor