[jira] [Commented] (GUACAMOLE-925) Add Russian keyboard support for RDP

2020-09-17 Thread NFisher (Jira)


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

NFisher commented on GUACAMOLE-925:
---

The issue is actual for v.1.2.0 as well.
In the same time the Russian layout is ok on SSH connections.

See attachment for correct layout.

> Add Russian keyboard support for RDP
> 
>
> Key: GUACAMOLE-925
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-925
> Project: Guacamole
>  Issue Type: Improvement
>  Components: RDP
>Affects Versions: 1.0.0
>Reporter: Roman Adyev
>Priority: Minor
> Attachments: SCREEN.jpg, apache_guacamole_Russian_layouts.txt
>
>
> Hello, dear support team!
> I'm using Unicode layout because Russian layout isn't presented there, but 
> with Unicode layout I can't send keyboard shortcuts to remote RDP machine 
> (CTRL + C for example).
> If I switch Unicode to English layout in connection settings, I can do 
> keyboard shortcuts but unfortunately some signs doesn't match when I use RU 
> layout, for example instead of period sign I got Russian letter "ю". 
> The keyboard layouts on remote and local machine are identical, that's 100%, 
> tested many times on different clean windows 10 installs, on work, on VMs, on 
> friend's PCs, etc. The issue always the same.
> As I can see Russian layout isn't presented in Guacamole connection settings 
> by itself so it would be highly appreciated if you can suggest any workaround 
> for Russian users.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GUACAMOLE-925) Add Russian keyboard support for RDP

2020-09-17 Thread NFisher (Jira)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

NFisher updated GUACAMOLE-925:
--
Attachment: apache_guacamole_Russian_layouts.txt

> Add Russian keyboard support for RDP
> 
>
> Key: GUACAMOLE-925
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-925
> Project: Guacamole
>  Issue Type: Improvement
>  Components: RDP
>Affects Versions: 1.0.0
>Reporter: Roman Adyev
>Priority: Minor
> Attachments: SCREEN.jpg, apache_guacamole_Russian_layouts.txt
>
>
> Hello, dear support team!
> I'm using Unicode layout because Russian layout isn't presented there, but 
> with Unicode layout I can't send keyboard shortcuts to remote RDP machine 
> (CTRL + C for example).
> If I switch Unicode to English layout in connection settings, I can do 
> keyboard shortcuts but unfortunately some signs doesn't match when I use RU 
> layout, for example instead of period sign I got Russian letter "ю". 
> The keyboard layouts on remote and local machine are identical, that's 100%, 
> tested many times on different clean windows 10 installs, on work, on VMs, on 
> friend's PCs, etc. The issue always the same.
> As I can see Russian layout isn't presented in Guacamole connection settings 
> by itself so it would be highly appreciated if you can suggest any workaround 
> for Russian users.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GUACAMOLE-1182) Memory allocated for outbound RDP clipboard data is not properly freed

2020-09-17 Thread Mike Jumper (Jira)
Mike Jumper created GUACAMOLE-1182:
--

 Summary: Memory allocated for outbound RDP clipboard data is not 
properly freed
 Key: GUACAMOLE-1182
 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1182
 Project: Guacamole
  Issue Type: Bug
  Components: RDP
Affects Versions: 1.2.0, 1.1.0
Reporter: Mike Jumper
 Fix For: 1.3.0


As reported on the mailing list, the memory allocated for converting received 
clipboard data is not freed, resulting in a memory leak when data is copied 
locally:

https://lists.apache.org/thread.html/r9b32375ba4172ee374619f827540a358794ffea89cb6800083de924c%40%3Cdev.guacamole.apache.org%3E

The relevant memory should be freed when no longer in use.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GUACAMOLE-1181) Memory allocated for outbound SVC PDUs may not be freed

2020-09-17 Thread Mike Jumper (Jira)
Mike Jumper created GUACAMOLE-1181:
--

 Summary: Memory allocated for outbound SVC PDUs may not be freed
 Key: GUACAMOLE-1181
 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1181
 Project: Guacamole
  Issue Type: Bug
  Components: RDP
Affects Versions: 1.2.0, 1.1.0
Reporter: Mike Jumper
 Fix For: 1.3.0


As reported on the mailing list, depending on the version of FreeRDP installed, 
the {{wStream}} allocated for transmission along a static virtual channel may 
not be freed:

https://lists.apache.org/thread.html/r39f830253413b2143438d09533c59e193e78729ef036bf1a1356f33b%40%3Cuser.guacamole.apache.org%3E

Possible solutions include:

* Explicitly freeing the {{wStream}} (if the version of FreeRDP present at 
build time will not do so)
* Leveraging the {{wStream}} pool that _will_ be automatically freed (if the 
version of FreeRDP present at build time supports this)

Unfortunately, even after this is addressed, it may always be the case that a 
build of guacamole-server against FreeRDP 2.0.0 will suddenly start leaking 
memory if FreeRDP is updated and guacamole-server is not rebuilt, as the 
difference in behavior will only be detectable at build time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)