On Sun, Jan 24, 2021 at 11:15 PM Tong Sun <suntong...@gmail.com> wrote:
> > > > Open X11.app. Choose Preferences from the X11 menu. Select the Security > > > > tab. > > > > > > Ah, got it working. Thanks a lot!! > > > > > > Just that there is 10 extra second delay, which I have no idea where > > > it is coming from -- > > > > > > $ time xclip -o -selection clipboard > > > Last login: Sun Jan 24 17:05:13 on console > > > > > > real 0m10.057s > > > user 0m0.002s > > > sys 0m0.004s > > > > > > Subsequent requests are served very fast: > > > > > > $ time xclip -o -selection clipboard > > > Last login: Sun Jan 24 17:05:13 on console > > > > > > real 0m0.014s > > > user 0m0.003s > > > sys 0m0.002s > > > > > > until the clipboard content is changed, when there will be another > > > extra 10s delay. > > > > > > Neither macport's xorg-server nor docker should cause such delay. Weird. > > > > Indeed! try to run the exact same command outside macport's xterm and > > docker (in mac native terminal), and got the exact same behavior. > > Hmmm, from > > Open X11.app. > Preferences from the X11 menu > Pasteboard > > I think the 10s delay is caused by the Pasteboard update. Should I file a bug report in issue tracker on this, or is it just only me?