Menu

#62 sesman.ini file does not take user parameters with = in the parameter

v1.0 (example)
open
nobody
None
4
2016-08-13
2016-08-13
Srinivas
No

I have a sesman.ini file with

[Xvnc]
param1=-bs
param2=-ac
param3=-nolisten
param4=tcp
param5=-localhost
param6=-dpi
param7=96
param8=-nevershared
param9=-disconnectclients=false

I want to pass "disconnectclients=false" to Xvnc (tigervnc). However the = is removed and the following is executed

Xvnc :14 -geometry 1092x614 -depth 24 -rfbauth /home/user1/.vnc/sesman_gdlcuser1_passwd -bs -ac -nolisten tcp -localhost -dpi 96 -nevershared -disconnectclientsfalse

Discussion


Log in to post a comment.