summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-17 17:45:02 +0200
committerSimon Rettberg2020-08-17 17:45:02 +0200
commit497c28be8bf0b35240f06d249f86dc5a4928e50a (patch)
treebe56882f17baea48350ebb1eda208a2d57cf481e /core/modules/run-virt
parent[run-virt/vmware-common] Use blackbox if > 1 screen (diff)
downloadmltk-497c28be8bf0b35240f06d249f86dc5a4928e50a.tar.gz
mltk-497c28be8bf0b35240f06d249f86dc5a4928e50a.tar.xz
mltk-497c28be8bf0b35240f06d249f86dc5a4928e50a.zip
[run-virt] Fix: Don't make RUNVIRT_DM readonly
It can change now that we support swiching out the WM
Diffstat (limited to 'core/modules/run-virt')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
index 5a219ddb..089182b2 100644
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
@@ -10,7 +10,7 @@ start_wm() {
unset RUNVIRT_DM
for DM in "$@" openbox kwin blackbox; do
if type "${DM}" >/dev/null 2>&1 ; then
- declare -rg RUNVIRT_DM="${DM}"
+ declare -g RUNVIRT_DM="${DM}"
break
fi
done