I got some free time, so I fixed the bug I submitted.
The default settings when backgrounded were attempting
to input nonexistent input into the selection buffer
and thus cleared it. Please apply this simple patch
to the next version. Thanks.
diff -uN xsel-0.9.6/xsel.c xsel-0.9.6.fixed/xsel.c
-
Package: xsel
Version: 0.9.6-1.1
I begin with the text "SELECTED\n" in the primary
selection buffer, then do the following sequence:
~/tmp$ xsel
SELECTED
~/tmp$ xsel &
[1] 16578
~/tmp$ SELECTED [I hit enter]
[1]+ Donexsel
~/tmp$ sh -c 'xsel' &
[1] 16611
~/tmp$ SELECTED [I
I have a fix for this bug. After applying the
30nfs4.dpatch, there is a function in mount/nfsmount.c
called probe_port, which contains the statements:
if (!port || port == p_port) {
saddr->sin_port = htons(port);
if (clnt_ping(saddr, prog, *p_vers, *p_prot))
goto o
3 matches
Mail list logo