Setting preliminary milestone to 1.5.1.
Solving bug 2076 might be *one* way of implementing this bug.
In some cases, you can do: * Add to xserver_args: -AllowOverride=desktop,AcceptPointerEvents,SendCutText,AcceptCutText,SendPrimary,SetPrimary,IdleTimeout * In any script below xstartup.d, run: /opt/thinlinc/bin/vncconfig -set IdleTimeout=XXX In order to have different settings for different group, use a shell construct such as: if /opt/thinlinc/bin/tl-memberof-group staff; then /opt/thinlinc/bin/vncconfig -set IdleTimeout=A_longer_timeout fi