Re: xclip - how to use without a graphics display for testing on Github workflows

2023-09-11 Thread Tom Browder
On Sun, Sep 10, 2023 at 11:49 Max Nikulin wrote: > On 10/09/2023 16:44, Tom Browder wrote: > > On Sat, Sep 9, 2023 at 21:06 Max Nikulin wrote: > > > >> You can create a mock-up and use it instead of real xclip binary. > > > > Sounds interesting, Max, can you show the code? > > Unless you need to

Re: xclip - how to use without a graphics display for testing on Github workflows

2023-09-10 Thread Max Nikulin
On 10/09/2023 16:44, Tom Browder wrote: On Sat, Sep 9, 2023 at 21:06 Max Nikulin wrote: You can create a mock-up and use it instead of real xclip binary. Sounds interesting, Max, can you show the code? Unless you need to test subtle issues like https://github.com/astrand/xclip/issues/20

Re: xclip - how to use without a graphics display for testing on Github workflows

2023-09-10 Thread Tom Browder
On Sat, Sep 9, 2023 at 21:06 Max Nikulin wrote: > On 10/09/2023 06:36, Tom Browder wrote: > > We have a Raku module that uses "xclip" during use on a computer with a > > monitor. We need to test it with Github workflows which does not have a > > graphics device. > > > > Is there any "xclip" opti

Re: xclip - how to use without a graphics display for testing on Github workflows

2023-09-09 Thread Max Nikulin
On 10/09/2023 06:36, Tom Browder wrote: We have a Raku module that uses "xclip" during use on a computer with a monitor.  We need to test it with Github workflows which does not have a graphics device. Is there any "xclip" option to allow for testing without a graphics devivce without throwin

Re: xclip - how to use without a graphics display for testing on Github workflows

2023-09-09 Thread Tom Browder
On Sat, Sep 9, 2023 at 18:47 Greg Wooledge wrote: > On Sat, Sep 09, 2023 at 06:36:56PM -0500, Tom Browder wrote: > > Is there any "xclip" option to allow for testing without a graphics > devivce … Thanks, Greg! -Tom

Re: xclip - how to use without a graphics display for testing on Github workflows

2023-09-09 Thread Greg Wooledge
On Sat, Sep 09, 2023 at 06:36:56PM -0500, Tom Browder wrote: > Is there any "xclip" option to allow for testing without a graphics devivce > without throwing an error? Or any suggestion for a work around? Look at the xvfb package. It gives an X server that exists entirely in memory, not needing a

xclip - how to use without a graphics display for testing on Github workflows

2023-09-09 Thread Tom Browder
We have a Raku module that uses "xclip" during use on a computer with a monitor. We need to test it with Github workflows which does not have a graphics device. Is there any "xclip" option to allow for testing without a graphics devivce without throwing an error? Or any suggestion for a work arou