[jira] [Commented] (GUACAMOLE-481) Add Turkish Q keymap for RDP

2018-01-09 Thread Michael Jumper (JIRA)

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

Michael Jumper commented on GUACAMOLE-481:
--

The corresponding changes still need to be made to the {{rdp.json}} parameter 
definition file within guacamole-ext (drives the admin interface) and 
guacamole-manual, but things are now merged to guacamole-server.

> Add Turkish Q keymap for RDP
> 
>
> Key: GUACAMOLE-481
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-481
> Project: Guacamole
>  Issue Type: Improvement
>  Components: Documentation, guacamole-ext, RDP
>Reporter: Cagdas Senel
>Priority: Minor
> Fix For: 0.9.15
>
>
> Guacamole RDP currently lacks Turkish Q keyboard layout. It should be added. 
> The corresponding layout constant in FreeRDP is {{KBD_TURKISH_Q}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (GUACAMOLE-481) Add Turkish Q keymap for RDP

2018-01-09 Thread Michael Jumper (JIRA)

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

Michael Jumper updated GUACAMOLE-481:
-
Component/s: guacamole-ext
 Documentation

> Add Turkish Q keymap for RDP
> 
>
> Key: GUACAMOLE-481
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-481
> Project: Guacamole
>  Issue Type: Improvement
>  Components: Documentation, guacamole-ext, RDP
>Reporter: Cagdas Senel
>Priority: Minor
> Fix For: 0.9.15
>
>
> Guacamole RDP currently lacks Turkish Q keyboard layout. It should be added. 
> The corresponding layout constant in FreeRDP is {{KBD_TURKISH_Q}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (GUACAMOLE-481) Add Turkish Q keymap for RDP

2018-01-09 Thread Michael Jumper (JIRA)

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

Michael Jumper updated GUACAMOLE-481:
-
Fix Version/s: 0.9.15

> Add Turkish Q keymap for RDP
> 
>
> Key: GUACAMOLE-481
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-481
> Project: Guacamole
>  Issue Type: Improvement
>  Components: RDP
>Reporter: Cagdas Senel
>Priority: Minor
> Fix For: 0.9.15
>
>
> Guacamole RDP currently lacks Turkish Q keyboard layout. It should be added. 
> The corresponding layout constant in FreeRDP is {{KBD_TURKISH_Q}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[2/2] guacamole-server git commit: GUACAMOLE-481: Merge Turkish keymap for RDP.

2018-01-09 Thread mjumper
GUACAMOLE-481: Merge Turkish keymap for RDP.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/11605ff5
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/11605ff5
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/11605ff5

Branch: refs/heads/master
Commit: 11605ff5ed029401f7584a011ff7914817b9424f
Parents: 5295886 93b3eeb
Author: Michael Jumper 
Authored: Tue Jan 9 19:12:05 2018 -0800
Committer: Michael Jumper 
Committed: Tue Jan 9 19:12:05 2018 -0800

--
 src/protocols/rdp/Makefile.am |  3 +-
 src/protocols/rdp/keymaps/tr_tr_qwerty.keymap | 78 ++
 2 files changed, 80 insertions(+), 1 deletion(-)
--




[jira] [Comment Edited] (GUACAMOLE-478) RDP clipboard uses incorrect newline characters

2018-01-09 Thread Amarjeet Singh (JIRA)

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

Amarjeet Singh edited comment on GUACAMOLE-478 at 1/9/18 4:27 PM:
--

Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
{quote}Amarjeet, newline characters are not being stripped. In the case where 
newlines are not showing within Notepad, it is because Notepad strictly only 
supports Windows-style newlines, 
not because newline characters are absent{quote}



We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?


was (Author: amarjeetxc):
Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
[#Amarjeet, newline characters are not being stripped. In the case where 
newlines are not showing within Notepad, it is because Notepad strictly only 
supports Windows-style newlines, 
not because newline characters are absent.]



We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?

> RDP clipboard uses incorrect newline characters
> ---
>
> Key: GUACAMOLE-478
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-478
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Reporter: Amarjeet Singh
>Priority: Minor
>
> With the RDP protocol originating from Windows, the format of text clipboard 
> contents is assumed to use Windows-style newline characters (CR+LF). 
> Guacamole currently does not attempt to translate newline characters, sending 
> the format used within the received clipboard stream. This means that 
> applications running within RDP which only support Windows-style newlines, 
> such as Notepad, fail to handle received clipboard data.
> Applications which can handle both UNIX-style and Windows-style newline 
> characters are unaffected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (GUACAMOLE-478) RDP clipboard uses incorrect newline characters

2018-01-09 Thread Amarjeet Singh (JIRA)

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

Amarjeet Singh edited comment on GUACAMOLE-478 at 1/9/18 4:22 PM:
--

Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
[#Amarjeet, newline characters are not being stripped. In the case where 
newlines are not showing within Notepad, it is because Notepad strictly only 
supports Windows-style newlines, 
not because newline characters are absent.]



We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?


was (Author: amarjeetxc):
Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
^
Amarjeet, newline characters are not being stripped. In the case where newlines 
are not showing within Notepad, it is because Notepad strictly only supports 
Windows-style newlines, 
not because newline characters are absent.^



We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?

> RDP clipboard uses incorrect newline characters
> ---
>
> Key: GUACAMOLE-478
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-478
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Reporter: Amarjeet Singh
>Priority: Minor
>
> With the RDP protocol originating from Windows, the format of text clipboard 
> contents is assumed to use Windows-style newline characters (CR+LF). 
> Guacamole currently does not attempt to translate newline characters, sending 
> the format used within the received clipboard stream. This means that 
> applications running within RDP which only support Windows-style newlines, 
> such as Notepad, fail to handle received clipboard data.
> Applications which can handle both UNIX-style and Windows-style newline 
> characters are unaffected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (GUACAMOLE-478) RDP clipboard uses incorrect newline characters

2018-01-09 Thread Amarjeet Singh (JIRA)

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

Amarjeet Singh edited comment on GUACAMOLE-478 at 1/9/18 4:21 PM:
--

Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
^
Amarjeet, newline characters are not being stripped. In the case where newlines 
are not showing within Notepad, it is because Notepad strictly only supports 
Windows-style newlines, 
not because newline characters are absent.^



We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?


was (Author: amarjeetxc):
Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
||Heading 1||Heading 2||
| Amarjeet, newline characters are not being stripped. In the case where 
newlines are not showing within Notepad, it is because Notepad strictly only 
supports Windows-style newlines, 
not because newline characters are absent.|Col A2|


We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?

> RDP clipboard uses incorrect newline characters
> ---
>
> Key: GUACAMOLE-478
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-478
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Reporter: Amarjeet Singh
>Priority: Minor
>
> With the RDP protocol originating from Windows, the format of text clipboard 
> contents is assumed to use Windows-style newline characters (CR+LF). 
> Guacamole currently does not attempt to translate newline characters, sending 
> the format used within the received clipboard stream. This means that 
> applications running within RDP which only support Windows-style newlines, 
> such as Notepad, fail to handle received clipboard data.
> Applications which can handle both UNIX-style and Windows-style newline 
> characters are unaffected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (GUACAMOLE-478) RDP clipboard uses incorrect newline characters

2018-01-09 Thread Amarjeet Singh (JIRA)

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

Amarjeet Singh edited comment on GUACAMOLE-478 at 1/9/18 4:20 PM:
--

Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

   
||Heading 1||Heading 2||
| Amarjeet, newline characters are not being stripped. In the case where 
newlines are not showing within Notepad, it is because Notepad strictly only 
supports Windows-style newlines, 
not because newline characters are absent.|Col A2|


We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?


was (Author: amarjeetxc):
Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

Amarjeet, newline characters are not being stripped. In the case 
where newlines are not showing within Notepad, it is because Notepad strictly 
only supports Windows-style newlines, 
not because newline characters are absent.

We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?

> RDP clipboard uses incorrect newline characters
> ---
>
> Key: GUACAMOLE-478
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-478
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Reporter: Amarjeet Singh
>Priority: Minor
>
> With the RDP protocol originating from Windows, the format of text clipboard 
> contents is assumed to use Windows-style newline characters (CR+LF). 
> Guacamole currently does not attempt to translate newline characters, sending 
> the format used within the received clipboard stream. This means that 
> applications running within RDP which only support Windows-style newlines, 
> such as Notepad, fail to handle received clipboard data.
> Applications which can handle both UNIX-style and Windows-style newline 
> characters are unaffected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GUACAMOLE-478) RDP clipboard uses incorrect newline characters

2018-01-09 Thread Amarjeet Singh (JIRA)

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

Amarjeet Singh commented on GUACAMOLE-478:
--

Dear Michael,

My local machine is Windows 10 and my RDP machine is also Windows 10. When I am 
copying data from Windows notepad of local machine to Windows notepad of Remote 
machine then  It is stripping new lines. 

but when I am doing same from Microsoft RDP ( mstsc ) then it is not stripping 
line.

Amarjeet, newline characters are not being stripped. In the case 
where newlines are not showing within Notepad, it is because Notepad strictly 
only supports Windows-style newlines, 
not because newline characters are absent.

We are sending text with window new line style which should be supported by 
notepad as it supports it.* Is there any conversion from window style to Unix 
style in between ?*
   

[~mike.jumper]   what does it mean "replacing all UNIX-style newlines within 
the clipboard " ? Does it has to do something with guacamole-server  where we 
can change and verify?

> RDP clipboard uses incorrect newline characters
> ---
>
> Key: GUACAMOLE-478
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-478
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Reporter: Amarjeet Singh
>Priority: Minor
>
> With the RDP protocol originating from Windows, the format of text clipboard 
> contents is assumed to use Windows-style newline characters (CR+LF). 
> Guacamole currently does not attempt to translate newline characters, sending 
> the format used within the received clipboard stream. This means that 
> applications running within RDP which only support Windows-style newlines, 
> such as Notepad, fail to handle received clipboard data.
> Applications which can handle both UNIX-style and Windows-style newline 
> characters are unaffected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GUACAMOLE-478) RDP clipboard uses incorrect newline characters

2018-01-09 Thread Amarjeet Singh (JIRA)

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

Amarjeet Singh commented on GUACAMOLE-478:
--

Okay. It' related to clipboard that's why I though let it be there.




> RDP clipboard uses incorrect newline characters
> ---
>
> Key: GUACAMOLE-478
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-478
> Project: Guacamole
>  Issue Type: Bug
>  Components: RDP
>Reporter: Amarjeet Singh
>Priority: Minor
>
> With the RDP protocol originating from Windows, the format of text clipboard 
> contents is assumed to use Windows-style newline characters (CR+LF). 
> Guacamole currently does not attempt to translate newline characters, sending 
> the format used within the received clipboard stream. This means that 
> applications running within RDP which only support Windows-style newlines, 
> such as Notepad, fail to handle received clipboard data.
> Applications which can handle both UNIX-style and Windows-style newline 
> characters are unaffected.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GUACAMOLE-481) Add Turkish Q keymap for RDP

2018-01-09 Thread Cagdas Senel (JIRA)

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

Cagdas Senel commented on GUACAMOLE-481:


I have created the Turkish Q keymap file and made the pull request on 
guacamole-server for the necessary changes.

> Add Turkish Q keymap for RDP
> 
>
> Key: GUACAMOLE-481
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-481
> Project: Guacamole
>  Issue Type: Improvement
>  Components: RDP
>Reporter: Cagdas Senel
>Priority: Minor
>
> Guacamole RDP currently lacks Turkish Q keyboard layout. It should be added. 
> The corresponding layout constant in FreeRDP is {{KBD_TURKISH_Q}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)