summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc')
-rw-r--r--core/modules/run-virt/data/opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc4
1 files changed, 4 insertions, 0 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 f73a34be..556aafd3 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
@@ -93,6 +93,10 @@ start_wm() {
declare -g RUNVIRT_TASKBAR_PID="$!"
fi
+ # This script conditionally runs useful stuff, like xfce4's power manager that can handle
+ # backlight control keys, in case it sees there is a backlight
+ /opt/openslx/scripts/start-useful-session-daemons
+
if isempty HAVE_WM_CLEANUP_HOOK; then
add_cleanup stop_wm
declare -rg HAVE_WM_CLEANUP_HOOK=yes