From b326ca1dc50f0af3742ba6b5484997738e02976b Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Fri, 20 May 2016 14:01:03 +0200 Subject: Implemented lock-button feature. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e309922..c1bba45 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ A sample configuration can be found in `sample_configuration`. * allowClientQuit: If set to true, users can shut down the client by clicking on "Quit" in the toolbar of pvsclient. +* showLockDesktopButton: If set to true there will be a button "Lock" that when + clicks calls the script "lockDesktop.sh". + #### Room settings A room section represents a physical or virtual room where clients are @@ -69,6 +72,13 @@ To perform the window switching `pvsclient` calls the pair of shell scripts `switchToManager.sh` and `switchBack.sh`. See the sample configuration which uses `wmctrl` to perform the switching. +### Lock-Desktop-Script +To allow users to lock their workstations (and not just the VM) we add a button +"Lock" (when in [general]showLockDesktopButton=true) that when clicked causes +the script /opt/openslx/pvs2/lockDesktop.sh. In this script you should call +something like "xscreensaver-command --lock" or similar. + + ### Network Setup -- cgit v1.2.3-55-g7522