You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by tuxmartin <tu...@gmail.com> on 2020/01/26 21:28:20 UTC

Confirm before connect to virtual desktop

Hi,
is possible to confirm before connect to virtual desktop?

Sometimes I click on bad host. And Guacamole will connect to pc immediately.
TightVNC server set black wallpaper on user pc at this moment. It is not
good for me.

I would like some dialog like "Do you really want to connect? Yes/No".
Is is possbile?

Thanks.



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Confirm before connect to virtual desktop

Posted by Nick Couchman <vn...@apache.org>.
On Sun, Jan 26, 2020 at 4:24 PM tuxmartin <tu...@gmail.com> wrote:

> Hi,
> is possible to confirm before connect to virtual desktop?
>
> Sometimes I click on bad host. And Guacamole will connect to pc
> immediately.
> TightVNC server set black wallpaper on user pc at this moment. It is not
> good for me.
>
> I would like some dialog like "Do you really want to connect? Yes/No".
> Is is possbile?
>
>
It is possible, but I would be highly opposed to adding such a "feature"
into the mainline Guacamole code.  While I can certainly understand the
desire to have confirmation when doing something like, say, deleting files,
doing so prior to connecting to a remote desktop session seems excessive.

You're certainly welcome to take the Guacamole code and modify it yourself
- you might even be able to accomplish such a think by writing an extension
that decorates the JDBC module.  It should be reasonably easy to modify the
existing code to pop up a JavaScript prompt/confirmation box of some sort
if you really wanted to in order to accomplish this prior to the connection.

-Nick