Fix sesman.ini patch.

This commit is contained in:
Bojan Smojver 2019-01-11 19:22:02 +11:00
parent cd45daef35
commit 9d3f8e309b
2 changed files with 12 additions and 31 deletions

View File

@ -1,31 +0,0 @@
diff -ruN xrdp-0.9.7-v/sesman/sesman.ini xrdp-0.9.7/sesman/sesman.ini
--- xrdp-0.9.7-v/sesman/sesman.ini 2018-06-29 18:18:27.000000000 +1000
+++ xrdp-0.9.7/sesman/sesman.ini 2018-07-04 16:08:24.160560353 +1000
@@ -7,7 +7,7 @@
; Give in relative path to user's home directory
UserWindowManager=startwm.sh
; Give in full path or relative path to /etc/xrdp
-DefaultWindowManager=startwm.sh
+DefaultWindowManager=startwm-bash.sh
; Give in full path or relative path to /etc/xrdp
ReconnectScript=reconnectwm.sh
@@ -84,12 +84,12 @@
param=-logfile
param=.xorgxrdp.%s.log
-[X11rdp]
-param=X11rdp
-param=-bs
-param=-nolisten
-param=tcp
-param=-uds
+#[X11rdp]
+#param=X11rdp
+#param=-bs
+#param=-nolisten
+#param=tcp
+#param=-uds
[Xvnc]
param=Xvnc

12
xrdp-0.9.9-sesman.patch Normal file
View File

@ -0,0 +1,12 @@
diff -ruN xrdp-0.9.9-v/sesman/sesman.ini xrdp-0.9.9/sesman/sesman.ini
--- xrdp-0.9.9-v/sesman/sesman.ini 2018-12-25 15:49:32.000000000 +1100
+++ xrdp-0.9.9/sesman/sesman.ini 2019-01-11 19:19:42.253947862 +1100
@@ -7,7 +7,7 @@
; Give in relative path to user's home directory
UserWindowManager=startwm.sh
; Give in full path or relative path to /etc/xrdp
-DefaultWindowManager=startwm.sh
+DefaultWindowManager=startwm-bash.sh
; Give in full path or relative path to /etc/xrdp
ReconnectScript=reconnectwm.sh