Re: programmatically open guacamole menu

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 8:31 PM Yi Sun wrote: > Thanks for the help, Nick, at this time I'm still exploring guacamole.js > and Keyboard.js to see how to send ctrl+shif+alt event to Guacamole. > > In my code I just tried to create an Guacamole.Keyboard and set > modifierstate but that does not

Re: Filetransfer - Transfer of directory trees

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 4:45 PM Felix Wolfheimer < f.wolfhei...@googlemail.com> wrote: > Currently, only single files can be transferred from the client to the > server or vice versa. I'm just wondering whether there are plans to > implement file transfer for complete directory trees, such that

Re: programmatically open guacamole menu

2018-08-16 Thread Yi Sun
Thanks for the help, Nick, at this time I'm still exploring guacamole.js and Keyboard.js to see how to send ctrl+shif+alt event to Guacamole. In my code I just tried to create an Guacamole.Keyboard and set modifierstate but that does not work for me.. var state =new

Re: SSH issue with Ubuntu 18.04 - updated detail - Resolved

2018-08-16 Thread ivanmarcus
To follow on from this. In looking to see if there was an issue with the local mirror I found that /etc/apt/sources.list contained just the three main repositories, none for Universe/Multiverse. Adding these repositories (per https://help.ubuntu.com/lts/serverguide/configuration.html.en)

Filetransfer - Transfer of directory trees

2018-08-16 Thread Felix Wolfheimer
Currently, only single files can be transferred from the client to the server or vice versa. I'm just wondering whether there are plans to implement file transfer for complete directory trees, such that the additional step of creating an archive, downloading/uploading, unpacking on the remote side

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread brian mullan
Did you disable any of the "repositories" ? Install & run synaptic and search there for the lib you need using just the root of the name (ie libssh for example). On Thu, Aug 16, 2018, 7:53 AM M D Barber wrote: > does 18.04 not have the same option as 16.04 during the install to set >

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 7:53 AM M D Barber wrote: > does 18.04 not have the same option as 16.04 during the install to set > different roles for the server? (and thus i assume install a different > range of packages from the selection) > It does, but this should only impact the packages that

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread M D Barber
does 18.04 not have the same option as 16.04 during the install to set different roles for the server? (and thus i assume install a different range of packages from the selection) Nick Couchman wrote: On Thu, Aug 16, 2018 at 1:00 AM ivanmarcus > wrote:

Re: SSH issue with Ubuntu 18.04 - updated detail

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 1:00 AM ivanmarcus wrote: > Thanks Nick, I can only assume I must be special then :-) > > apt-get install build-essential autoconf libtool m4 libpng-dev libjpeg-dev > libcairo-dev libossp-uuid-dev libtelnet-dev libpango1.0-dev libfreerdp-dev > libssh2-1-dev libwebp-dev

Re: programmatically open guacamole menu

2018-08-16 Thread Nick Couchman
On Thu, Aug 16, 2018 at 2:56 AM Yi Sun wrote: > I'm trying to open the guacamole menu programmatically. > > Here is what I'm doing currently, > > I created a button in guacamole/index.html so user will alway seeing a > button on their guacamole screen. I want the user to be able to open >

programmatically open guacamole menu

2018-08-16 Thread Yi Sun
I'm trying to open the guacamole menu programmatically. Here is what I'm doing currently, I created a button in guacamole/index.html so user will alway seeing a button on their guacamole screen. I want the user to be able to open guacamole menu by clicking this button, instead of press