On Tue, Jan 14, 2025 at 11:06 AM viktor_krumm
<[email protected]> wrote:

> I would have suggested this in Jira as a feature request, but I do not
> seem to have access.
>
>
You're welcome to apply for a Jira account - just make sure when asked for
the justification that you mention you have this feature requested related
to Telnet so that we can approve the account.


> When using Guacamole Telnet client to access a remote host, it was
> duplicating echo. This was a simple fix in src/protocols/telnet/client.c
> line 78. I changed echo_enabled from 1 to 0. This required recompiling the
> C code. I rebuilt the docker image for guacamole-server, and deployed the
> custom image instead of the Apache image.
>
> This feature request is to possibly expose that option in the Guacamole
> client itself, like many of the VNC and SSH options. Is it possible to
> rewrite the C code to accept those parameters as runtime variables? Or
> dockerfile build parameters? Or is that too complicated for a simple and
> likely rarely used feature?
>
>
This sounds very doable, and should be a pretty simple feature to
implement. Once you have the Jira account and ticket, if you'd like to,
feel free to take a try at submitting a pull request with the changes you'd
like to make to add this as an option. You can go back and look at previous
pull requests that have added various options for examples, and we'll try
to guide you through the process once the pull request is submitted. It's
also worth reading the following page:

https://guacamole.apache.org/open-source/

-Nick

Reply via email to