guac-vue icon indicating copy to clipboard operation
guac-vue copied to clipboard

simple Vue client to Guacamole

Results 5 guac-vue issues
Sort by recently updated
recently updated
newest added

Hello! I added 2 files to the libs folder: GuacTouchpad.js GuacTouchscreen.js These come right from the guacamole documentation [here](https://guacamole.apache.org/doc/gug/guacamole-common-js.html). On line 230 I added in the touchpad reference: ``` this.touchpad...

We have a web app where we want to connect to remote terminal. I bundled Vue code (webpack) and integrated in my web app. Getting below error ![image](https://github.com/wwt/guac/assets/90393466/4f736bb8-eb4b-4488-98a8-45777eff8fdd) at ![image](https://github.com/wwt/guac/assets/90393466/c4da351d-02f8-4ee1-8ec7-06235ef31af8)...

I am refering to this UI ![image](https://user-images.githubusercontent.com/18096693/213087394-b972de80-620f-42c0-b63e-4c05d202877e.png) Is it possible to see this with the current implementation?

Curious how I might be able to customize the RD Gateway with this implementation (or the Go client)? Been struggling with figuring out Guacamole so an example project like this...

Hi, Thanks for this vue component! We are going to use part of your code in an opensource project (https://isardvdi.com/) We would like to be able to incorporate future changes,...