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
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
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
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
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
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
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
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
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