Re: guacd 1.4 backwards client compatibility

2023-02-09 Thread Carlos Villegas
a way that would > break compatibility with older 1.x releases. For example, see: > > > https://guacamole.apache.org/releases/1.4.0/#deprecation--compatibility-notes > > - Mike > > On Thu, Feb 9, 2023, 4:59 PM Carlos Villegas < c...@uniscopecloud.com >

guacd 1.4 backwards client compatibility

2023-02-09 Thread Carlos Villegas
Just a general question, We have a (now fairly old) application using guacamole 1.0.0. We had written a custom frontend for Vaadin 8 using the Guacamole common javascript client and it's been working well enough that it hasn't been kept up to date with the latest Guacamole version. I'd like

Re: caps lock key and capital letters

2020-03-03 Thread Carlos Villegas
letters, expecting that this > is needed to produce the desired character because Shift is not already held > down. This then has the opposite of the intended effect due to Caps Lock. > > https://issues.apache.org/jira/browse/GUACAMOLE-518 > > - Mike > > Ca

embedded guacamole and outter app session timeout

2019-11-07 Thread Carlos Villegas
I'm using the Guacamole JS component and embedding it in a Vaadin application. I just followed the examples to and created a servlet similar to the example. And then used the Javascript guacamole library to embed it inside a HTML element container. The problem I'm having is that if a set a

Keyboard input disabled elsewhere when embedding guacamole.

2019-03-19 Thread Carlos Villegas
I'm embedding guacamole in another web application and I'm having a problem that after accessing the guacamole component, keyboard input gets disabled everywhere else in the application. The application works correctly as long as I don't go to the page where the guacamole component is, which

embedding: mouse events delayed or missing

2019-01-31 Thread Carlos Villegas
Hi, I'm trying to use guacamole API to embed guacamole (version 1.0.0) in our application as a web component. I managed to create the web component (I'm using Vaadin 8.6 running in Apache Karaf 4.1.7 OSGI container, which uses Jetty 9.3 as default) and it's mostly working for a while. My