~/microwindows-0.89pre8/src/bin$ ./nano-X error:Cannot bind to named socket

GUI:microwindows-0.89pre8+nona-X

you are successful compiling, run nano-X,below is information:

~/microwindows-0.89pre8/src/bin$ ./nano-X

Cannot bind to named socket

resolve:

One thing that will cause this error error is the inability to create (or delete) the named socket "/tmp/.nano-X". You may have problems with this if one user creates the socket and then nano-X subsequently crashes if you try to run nano-X from another userid you will get this error. 

Delete the named socket "/tmp/.nano-X" if it exists, otherwise verify that the userid that is attempting to run nano-X has write permissions to the /tmp directory.

原文地址:https://www.cnblogs.com/galoishelley/p/3467031.html