Re: system call to the clipboard

2020-01-26 Thread ToddAndMargo via users
On 2020-01-26 22:11, Gordon Messmer wrote: On 1/26/20 7:47 PM, ToddAndMargo via users wrote: I adore Raku/perl6.  Every so often I torture myself trying to use Raku's NativeCall to run system calls. I haven't ported any perl5 modules to perl6, but in case that's your thing: https://metacpan

Re: system call to the clipboard

2020-01-26 Thread Gordon Messmer
On 1/26/20 7:47 PM, ToddAndMargo via users wrote: I adore Raku/perl6.  Every so often I torture myself trying to use Raku's NativeCall to run system calls. I haven't ported any perl5 modules to perl6, but in case that's your thing: https://metacpan.org/pod/Clipboard

Re: system call to the clipboard

2020-01-26 Thread ToddAndMargo via users
On 2020-01-26 18:43, Samuel Sieb wrote: On 1/26/20 6:32 PM, ToddAndMargo via users wrote: On 2020-01-26 17:55, Gordon Messmer wrote: On 1/25/20 3:40 PM, ToddAndMargo via users wrote: Anyone know what the system calls are to write and read from the primary and secondary clipboards? It's not

Re: system call to the clipboard

2020-01-26 Thread Samuel Sieb
On 1/26/20 6:32 PM, ToddAndMargo via users wrote: On 2020-01-26 17:55, Gordon Messmer wrote: On 1/25/20 3:40 PM, ToddAndMargo via users wrote: Anyone know what the system calls are to write and read from the primary and secondary clipboards? It's not really that simple (and as Samuel pointe

Re: system call to the clipboard

2020-01-26 Thread ToddAndMargo via users
On 2020-01-26 17:55, Gordon Messmer wrote: On 1/25/20 3:40 PM, ToddAndMargo via users wrote: Anyone know what the system calls are to write and read from the primary and secondary clipboards? It's not really that simple (and as Samuel pointed out, not a system call).  Applications can set t

Re: system call to the clipboard

2020-01-26 Thread Gordon Messmer
On 1/25/20 3:40 PM, ToddAndMargo via users wrote: Anyone know what the system calls are to write and read from the primary and secondary clipboards? It's not really that simple (and as Samuel pointed out, not a system call).  Applications can set the clipboard contents to a list of data typ

Re: system call to the clipboard

2020-01-26 Thread ToddAndMargo via users
On 2020-01-25 22:33, Samuel Sieb wrote: On 1/25/20 3:40 PM, ToddAndMargo via users wrote: Anyone know what the system calls are to write and read from the primary and secondary clipboards? It's actually an X function call (or Wayland now).  I would suggest looking at the code of "xsel" or "xc

Re: system call to the clipboard

2020-01-25 Thread Samuel Sieb
On 1/25/20 3:40 PM, ToddAndMargo via users wrote: Anyone know what the system calls are to write and read from the primary and secondary clipboards? It's actually an X function call (or Wayland now). I would suggest looking at the code of "xsel" or "xclip" if you want details. Most higher l

system call to the clipboard

2020-01-25 Thread ToddAndMargo via users
Hi All, Anyone know what the system calls are to write and read from the primary and secondary clipboards? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fed