[comp.windows.x] Xclipboard woes

rjc@uk.ac.ed.cstr (Richard Caley) (02/03/91)

Just Another Dumb User Question...

I have a problem with xclipboard falling asleep after a while (can't
be any more specific I'm afraid, it generally happens after a day or
two). 

I have the following in my resources to get it to work,

	XTerm*VT100.Translations: #override \
	      !Ctrl<Key>F17:    set-vt-font(d)\n\
	      !Shift<Key>F17:   set-vt-font(1)\n\
	      !<Btn3Up>:        select-end(PRIMARY,CUT_BUFFER0,CLIPBOARD)\n\
	      !<Btn2Down>:      insert-selection(CUT_BUFFER0,PRIMARY,CLIPBOARD,FONT)\n\
	      !<Btn2Up>:        ignore()

Which is fine and works as expected (selected things get copied to the
clipboard). However after the aforementioned `while' it stops working.
The buttons on the clipboard still work, so the program is still
running, but it ignores selections.

Does anyone know whatis happening and how I might work around it? 

(X11R4, MIT server, Sun3-80, clipboard is on the same machine as the
server, if any of that makes any difference).

--
rjc@cstr.ed.ac.uk