I wanted to feed my cookie to user goof via .Xauthority so I created a
named pipe to do it. It works BUT very flakily. I found that I need to
write the cookie numerous times till the application (hexchat/firefox)
loads completely and then kill the feed-cookie program.
1. Why do I need to feed the
On 10/16/18 05:54 PM, Veek M wrote:
I wanted to feed my cookie to user goof via .Xauthority so I created a
named pipe to do it. It works BUT very flakily. I found that I need to
write the cookie numerous times till the application (hexchat/firefox)
loads completely and then kill the feed-cookie p
Dear Xorg :
Something I had not thought of came up today. Could multiple threads
call XDrawPoint() and then XFlush() ? Suppose sixteen threads are
dispatched to do some foo and each of them utters some XDrawPoint()
calls and then XFlush()? Is that remotely thread safe?
Dennis
On 10/16/2018 09:58 PM, Dennis Clarke wrote:
Dear Xorg :
Something I had not thought of came up today. Could multiple threads
call XDrawPoint() and then XFlush() ? Suppose sixteen threads are
dispatched to do some foo and each of them utters some XDrawPoint()
calls and then XFlush()? Is