summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2
diff options
context:
space:
mode:
authorSimon Rettberg2018-01-22 15:22:38 +0100
committerSimon Rettberg2018-01-22 15:22:38 +0100
commitf65b3c70e152068e2e43675bc86daa4ce8574f22 (patch)
tree2237a02b792eae8956259bf2b4c6e4d0370061f2 /core/modules/pvs2
parent[vmchooser2] Default PVS to on if hybrid mode is enabled (diff)
downloadmltk-f65b3c70e152068e2e43675bc86daa4ce8574f22.tar.gz
mltk-f65b3c70e152068e2e43675bc86daa4ce8574f22.tar.xz
mltk-f65b3c70e152068e2e43675bc86daa4ce8574f22.zip
[pvs2] Fix PVS2 window title (when trying to move manager to desktop 2)
Diffstat (limited to 'core/modules/pvs2')
-rwxr-xr-xcore/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient b/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
index 83ff2f7f..cd932597 100755
--- a/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
+++ b/core/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
@@ -51,7 +51,7 @@ fi
# alongside the actual vm. (make sure this is a VSESSION!)
if [ "$SESSION_TYPE" == "VSESSION" ]; then
{
- wt="PVS2-Manager"
+ wt="PVS2 Manager"
pvsmgr "$PVSCONFIG" --manager-only &
for i in 100 100 200 200 200 300 500 500 1000; do
usleep $(( i * 1000 )) || sleep 1