xrdp/xrdp-default-config.patch
Felix Zhang 55547a941a Accepting request 834273 from home:zhangxiaofei:branches:X11:RemoteDesktop
- 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
2020-09-18 03:47:37 +00:00

53 lines
1.4 KiB
Diff

Index: b/sesman/sesman.ini
===================================================================
--- a/sesman/sesman.ini 2020-09-14 13:14:33.645606549 +0800
+++ b/sesman/sesman.ini 2020-09-14 13:14:43.105484131 +0800
@@ -27,7 +27,7 @@ RestrictOutboundClipboard=false
;; X11DisplayOffset - x11 display number offset
; Type: integer
; Default: 10
-X11DisplayOffset=10
+X11DisplayOffset=200
;; MaxSessions - maximum number of connections to an xrdp server
; Type: integer
@@ -65,9 +65,9 @@ Policy=Default
[Logging]
LogFile=xrdp-sesman.log
-LogLevel=DEBUG
-EnableSyslog=1
-SyslogLevel=DEBUG
+LogLevel=ERROR
+EnableSyslog=0
+SyslogLevel=ERROR
;
; Session definitions - startup command-line parameters for each session type
Index: b/xrdp/xrdp.ini
===================================================================
--- a/xrdp/xrdp.ini 2020-09-14 13:14:33.645606549 +0800
+++ b/xrdp/xrdp.ini 2020-09-14 13:14:43.105484131 +0800
@@ -101,7 +101,7 @@ grey=dedede
#ls_title=My Login Title
; top level window background color in RGB format
-ls_top_window_bg_color=009cb5
+ls_top_window_bg_color=000000
; width and height of login screen
ls_width=350
@@ -144,9 +144,9 @@ ls_btn_cancel_height=30
[Logging]
LogFile=xrdp.log
-LogLevel=DEBUG
-EnableSyslog=true
-SyslogLevel=DEBUG
+LogLevel=ERROR
+EnableSyslog=false
+SyslogLevel=ERROR
; LogLevel and SysLogLevel could by any of: core, error, warning, info or debug
[Channels]