Bug 1750 - xserver_args configurable per user/group/terminal
Summary: xserver_args configurable per user/group/terminal
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Agent (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 Enhancement
Target Milestone: LowPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on: 2076
Blocks:
  Show dependency treegraph
 
Reported: 2005-12-21 08:52 CET by Erik Forsberg
Modified: 2022-10-12 13:28 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Comment 1 Erik Forsberg cendio 2005-12-21 09:13:40 CET
Setting preliminary milestone to 1.5.1.
Comment 3 Peter Åstrand cendio 2006-06-20 14:15:17 CEST
Solving bug 2076 might be *one* way of implementing this bug. 
Comment 4 Peter Åstrand cendio 2016-12-07 09:44:45 CET
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

Note You need to log in before you can comment on or make changes to this bug.