Mattias Fransson

Results 5 comments of Mattias Fransson

Some more info from the logs: ``` [root@host ~]# grep -i 41d /etc/xrdp/xrdp_keyboard.ini rdp_layout_se=0x0000041D [root@host ~]# grep -w se /etc/xrdp/xrdp_keyboard.ini rdp_layout_se=se rdp_layout_se=se [root@host ~]# localectl System Locale: LANG=en_US.UTF-8 VC Keymap:...

Forcing the keylayout using xrdp.override_keylayout works: ``` # grep -ri 41d /etc/xrdp/ /etc/xrdp/xrdp_keyboard.ini:rdp_layout_se=0x0000041D /etc/xrdp/xrdp.ini:xrdp.override_keylayout=0x0000041d ``` But I realize the default config uses upper case D while the file is created...

> Is that useful? Absolutely! Thanks! I've tried using `xfreerdp` like so: ``` $ xfreerdp /v:myhost /u:myuser /p:mypass /kbd-lang:0x041d [14:08:21:091] [59023:59024] [WARN][com.freerdp.crypto] - Certificate verification failure 'self-signed certificate (18)' at...

> Does that work with xrdp and windows? `/kbd` works with xrdp but does not seem to affect windows. `/kbd-lang` works with windows but does not seem to affect xrdp....

> What version of Windows are you connecting to? My windows test target is `Windows Server 2016`.