Re: Which C hooks go to which clipboard?

2017-03-08 Thread ToddAndMargo
On 03/08/2017 11:43 PM, Andrew C Aitchison wrote: On Wed, 8 Mar 2017, ToddAndMargo wrote: Hi All, Looking at "man XStoreBuffer XFetchBuffer XRotateBuffers", which clipboard is the ctrl-c/v clipboard ("clipboard") and which is the mouse over and center click clipboard ("primary")? Sorry, it s

Re: Which C hooks go to which clipboard?

2017-03-08 Thread Andrew C Aitchison
On Wed, 8 Mar 2017, ToddAndMargo wrote: Hi All, Looking at "man XStoreBuffer XFetchBuffer XRotateBuffers", which clipboard is the ctrl-c/v clipboard ("clipboard") and which is the mouse over and center click clipboard ("primary")? Sorry, it seems that those routines are obsolete hangovers fro

Which C hooks go to which clipboard?

2017-03-08 Thread ToddAndMargo
Hi All, Looking at "man XStoreBuffer XFetchBuffer XRotateBuffers", which clipboard is the ctrl-c/v clipboard ("clipboard") and which is the mouse over and center click clipboard ("primary")? Many thanks, -T -- ~~ Computers are like air conditioners. They ma

Re: Possible problem using netinstall for 7.3

2017-03-08 Thread Stephan Wiesand
On Mar 8, 2017, at 21:15 , Michael Tiernan wrote: > >> No, works for me. Kickstart install March the 7th, 18:12 GMT+1 from a then >> up to date SL 7.3 mirror. > Thanks for the reply! > > Dunno what's wrong here. Are you using any of the kickstarts the install > process offers? It's pretty cus

Re: Possible problem using netinstall for 7.3

2017-03-08 Thread Michael Tiernan
No, works for me. Kickstart install March the 7th, 18:12 GMT+1 from a then up to date SL 7.3 mirror. Thanks for the reply! Dunno what's wrong here. Are you using any of the kickstarts the install process offers? Right now, I'm trying the minimal install and using the three mirrors, sl7 base

Possible problem using netinstall for 7.3

2017-03-08 Thread Michael Tiernan
I've been finding a problem where the kickstart can't find libcroco-0.6.8-5.el7.x86_64 Anyone else seeing this? I'm getting consistant failures on this one library.

Re: Possible problem using netinstall for 7.3

2017-03-08 Thread Stephan Wiesand
On Mar 7, 2017, at 20:22 , Michael Tiernan wrote: > I've been finding a problem where the kickstart can't find > > libcroco-0.6.8-5.el7.x86_64 > > Anyone else seeing this? No, works for me. Kickstart install March the 7th, 18:12 GMT+1 from a then up to date SL 7.3 mirror. -- Stephan Wiesand

Re: Anyone know a reference to X11's clipboard hooks?

2017-03-08 Thread ToddAndMargo
On 03/08/2017 12:59 AM, Andrew C Aitchison wrote: On Tue, 7 Mar 2017, ToddAndMargo wrote: Hi All, Can anyone point me to a reference to the hooks for reading and writing into both of X11's clipboards? For the cut and paste buffers: man XStoreBuffer XFetchBuffer XRotateBuffers (all the sa

Re: Anyone know a reference to X11's clipboard hooks?

2017-03-08 Thread Andrew C Aitchison
On Tue, 7 Mar 2017, ToddAndMargo wrote: Hi All, Can anyone point me to a reference to the hooks for reading and writing into both of X11's clipboards? For the cut and paste buffers: man XStoreBuffer XFetchBuffer XRotateBuffers (all the same page) man xcutsel man xclip