jhunt / xclipd

An X11 Clipboard Manager
MIT License
14 stars 1 forks source link

XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" #3

Closed Eleno4kaLap closed 3 years ago

Eleno4kaLap commented 3 years ago

Hello! I install xclipd in own docker container and when run my code I get error XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" after 14 requests (13 known processed) with 0 events remaining.

Please tell me how you can solve this problem?

jhunt commented 3 years ago

My guess is that your docker container doesn't have visiblity to the sockets (TCP or UNIX domain) needed to communicate with the X server. You'll need to bind-mount those in (for domain sockets) or ensure that addressing of the TCP endpoint is correct.