On Tue, Jul 12, 2022 at 2:27 AM Victor Toso wrote:
> Hi Nick,
>
> > To answer my own question, this was the issue - apparently the
> > call to spice_main_channel_clipboard_selection_release()
> > actually clears the clipboard. Removing this call allows the
> > clipboard from client (Guacamole) to
On Sun, Jul 3, 2022 at 2:40 PM Nick Couchman wrote:
> Then, once the clipboard is settled on the client side, I call
> guac_main_channel_clipboard_selection_notify() to send the data along,
> followed by guac_main_channel_clipboard_selection_release() to release the
> previously
I'm back with my next question regarding clipboard integration with Spice
(and vdagent). For Guacamole, I've managed to get the Spice callbacks
working to the point where data copied within the guest is available to the
Guacamole Client. Now I'm trying to get it to work the other way around,
where
>
> Here's the section in the src/protocol/spice/client.c file that registers
>> the callbacks:
>>
>> /* Register clipboard handlers. */
>> g_signal_connect(channel, SPICE_SIGNAL_MAIN_CLIPBOARD_SELECTION,
>> G_CALLBACK(guac_spice_clipboard_selection_handler),
>> clie
On Mon, Jun 20, 2022 at 2:46 PM Marc-André Lureau <
marcandre.lur...@gmail.com> wrote:
> Hi
>
> On Mon, Jun 20, 2022 at 6:09 PM Nick Couchman wrote:
>
>> Hello, everyone,
>> I've posted here, before, with some questions during my journey of trying
>> to
Hello, everyone,
I've posted here, before, with some questions during my journey of trying
to add support for the SPICE protocol to the Guacamole project. The good
news is that I've actually made measurable progress in the implementation -
I can now connect to a SPICE server, and the basics work (m
On Thu, Jan 7, 2021 at 3:41 PM Nick Couchman wrote:
> On Thu, Jan 7, 2021 at 3:21 PM Marc-André Lureau <
> marcandre.lur...@gmail.com> wrote:
>
>> Hi
>>
>> On Fri, Jan 8, 2021 at 12:07 AM Nick Couchman wrote:
>>
>>> Hey, everyone,
>>> I
On Thu, Jan 7, 2021 at 3:21 PM Marc-André Lureau
wrote:
> Hi
>
> On Fri, Jan 8, 2021 at 12:07 AM Nick Couchman wrote:
>
>> Hey, everyone,
>> I'm a contributor to the Guacamole project, and am currently working on
>> adding support for the SPICE protocol to
Hey, everyone,
I'm a contributor to the Guacamole project, and am currently working on
adding support for the SPICE protocol to Guacamole. If you haven't heard of
Guacamole, it is a protocol and associated software components for making
various remote desktop interfaces available via native HTML5 i