summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Klinger2016-05-20 14:01:03 +0200
committerChristian Klinger2016-05-20 14:01:03 +0200
commitb326ca1dc50f0af3742ba6b5484997738e02976b (patch)
tree1a211931a27ea1e99870d49893dc41aea9554055 /README.md
parentdocumented tutorIP feature. (diff)
downloadpvs2-b326ca1dc50f0af3742ba6b5484997738e02976b.tar.gz
pvs2-b326ca1dc50f0af3742ba6b5484997738e02976b.tar.xz
pvs2-b326ca1dc50f0af3742ba6b5484997738e02976b.zip
Implemented lock-button feature.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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