xclip does not terminate when tracing it
I have made the following observations: $ xclip text.txt The execution terminates instantly, it copies the content of text.txt to the default selection XA_PRIMARY which means you can paste it through your middle mouse button or xclip -o . When I want to see what xclip is doing, it does not terminate anymore: $ xclip -verbose text.txt Connected to X server. Using UTF8_STRING. Reading text.txt... Waiting for selection requests, Control-C to quit Waiting for selection request number 1 It does not terminate until I select something in my X11 system, for instance this very output I have pasted here