- Update to version 0.9.14 + New features - Multi monitor and resize support for Xvnc backend #1343 For more details see https://github.com/neutrinolabs/xrdp/wiki/Xvnc-backend-:-Multi-monitor-and-resize-support - Support Programmer Dvorak Keyboard #1663 + Bug fixes - Fix odd shift key behavior (workaround) #397 #1522 - Fix internal username/password buffer is smaller than RDP protocol specification #1648 #1653 - Fix possible memory out-of-bounds accesses #1549 - Fix memory allocation overflow #1557 - Prevent chansrv input channels being scanned during a server reset #1595 - Ignore TS_MULTIFRAGMENTUPDATE_CAPABILITYSET from client if fp disabled #1593 + Known issues - FreeRDP 2.0.0-rc4 or later might not able to connect to xrdp due to xrdp's bad-mannered behaviour, add +glyph-cache option to FreeRDP to connect #1266 - Audio redirection by MP3 codec doesn't sound with some client, use AAC instead #965 - Drop xrdp-fate319683-allow-vnc-resizing.patch: fixed upstream - Rebase xrdp-default-config.patch - Rebase xrdp-disable-8-bpp-vnc-support.patch - Rebase xrdp-fate318398-change-expired-password.patch OBS-URL: https://build.opensuse.org/request/show/834273 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=87
14 lines
407 B
Diff
14 lines
407 B
Diff
Index: b/genkeymap/genkeymap.c
|
|
===================================================================
|
|
--- a/genkeymap/genkeymap.c 2020-08-26 10:32:21.000000000 +0800
|
|
+++ b/genkeymap/genkeymap.c 2020-09-14 13:38:46.498825240 +0800
|
|
@@ -44,7 +44,7 @@
|
|
#include <X11/XKBlib.h>
|
|
#include <locale.h>
|
|
|
|
-extern int xfree86_to_evdev[137-8];
|
|
+extern int xfree86_to_evdev[137-8+1];
|
|
|
|
int main(int argc, char **argv)
|
|
{
|