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

2020-01-26 Thread jarmo
Sun, 26 Jan 2020 07:14:54 -0600 Richard Shaw kirjoitti: > On Sun, Jan 26, 2020 at 12:56 AM jarmo wrote: > > > Any updates for Trustedqsl, newest verison > > seems to be published??? > > > > It's best to try with direct email, > "-maintain...@fedoraproject.org" or a bugzilla ticket but > you

Re: TQSL

2020-01-26 Thread Richard Shaw
On Sun, Jan 26, 2020 at 12:56 AM jarmo wrote: > Any updates for Trustedqsl, newest verison > seems to be published??? > It's best to try with direct email, "-maintain...@fedoraproject.org" or a bugzilla ticket but you got lucky and I saw the email :) Building for Rawhide right now and once comp

Re: error: error(-30986) getting "???" records from Requirename index:

2020-01-26 Thread Francis . Montagnac
Hi. On Sun, 26 Jan 2020 08:31:47 + Cătălin George Feștilă wrote: > I got this problem with my Fedora distro 31 index ... > Running transaction check > error: db5 error(-30986) from dbcursor->c_get: BDB0075 DB_PAGE_NOTFOUND: > Requested page not found > error: error(-30986) getting "???" re

Re: error: error(-30986) getting "???" records from Requirename index:

2020-01-26 Thread Samuel Sieb
On 1/26/20 12:31 AM, Cătălin George Feștilă wrote: Running transaction check error: db5 error(-30986) from dbcursor->c_get: BDB0075 DB_PAGE_NOTFOUND: Requested page not found error: error(-30986) getting "???" records from Requirename index: That looks like a corrupted rpm db. Try running "rp

error: error(-30986) getting "???" records from Requirename index:

2020-01-26 Thread Cătălin George Feștilă
I got this problem with my Fedora distro 31 index and I think this can be an issue on development team Error is this: [root@desk mythcat]# dnf install memtest86+.x86_64 Last metadata expiration check: 0:04:53 ago on Sun 26 Jan 2020 10:19:10 AM EET. Dependencies resolved. ==

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