summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2021-07-16 15:56:28 +0200
committerJonathan Bauer2021-07-16 15:56:28 +0200
commit80ebaeafde44664cea4e0369bc2f11ceba94f826 (patch)
tree621751b019d4d12a64e6fdd69cf6f30d2da32240
parent[openjdk-8-jre-headless] Simplify sed for accessibility fix, add comment (diff)
downloadmltk-80ebaeafde44664cea4e0369bc2f11ceba94f826.tar.gz
mltk-80ebaeafde44664cea4e0369bc2f11ceba94f826.tar.xz
mltk-80ebaeafde44664cea4e0369bc2f11ceba94f826.zip
[vmware-common] fix english
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc
index b968c378..5fd24322 100644
--- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc
+++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc
@@ -17,9 +17,9 @@ vmw_cap_hw_version() {
[ "$1" -lt "$maxhardwareversion" ] && maxhardwareversion="$1"
}
-# The '@' included in bwIDM usernames leads to player crashes when
-# local VM caching is active. It seems like the problems lies with the
-# folder name where vmware puts its runtime files.
+# The '@' included in bwIDM usernames causes the player to crash if VMs
+# are cached locally on ID45. It seems that it is caused by the name of
+# the folder where we configure the player to store its runtime/configuration files.
# As a workaround we just replace '@' with '-' for now.
declare -rg VM_WORK_DIR="/tmp/virt/vmware/${USER//@/-}.$$"