[ 
https://issues.apache.org/jira/browse/GUACAMOLE-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15927473#comment-15927473
 ] 

Michael Jumper commented on GUACAMOLE-233:
------------------------------------------

You can't update existing containers with these changes, but you can build new 
Docker images having your changes, and then make new containers using those 
images. The Dockerfile for each is in the root directory of the repository, so, 
for incubator-guacamole-client you would do something like:

{code:none}
sudo docker build -t guacamole .
{code}

and for incubator-guacamole-server:

{code:none}
sudo docker build -t guacd .
{code}

You can then reference the images for other Docker commands as "guacamole" and 
"guacd" respectively (without the "guacamole/" prefix you would use for the 
images built from releases and uploaded to Docker Hub).


> Add Spanish keymap for RDP
> --------------------------
>
>                 Key: GUACAMOLE-233
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-233
>             Project: Guacamole
>          Issue Type: New Feature
>          Components: RDP
>            Reporter: Miguel Rodriguez Hernando
>            Priority: Minor
>         Attachments: es.png, TecladoDistribucionEspaƱola1.png
>
>
> This problem is similar to this ussue: 
> https://glyptodon.org/jira/browse/GUAC-459
> Configuring an RDP connection from the guacamole web interface, I can not 
> select Spanish layout because it does not exist. 
> With unicode does not work.
> If I use xfreerdp or remmina from a debian or ubuntu, I can connect with the 
> correct spanish layout and from a windows too, but if I connect from 
> guacamole web interface, I can not put the correct spanish layout, because 
> not exist spanish layout selection.
> Is there any way to include Spanish layout or exits easily way for modify it 
> to work?
> Best regards



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to