From 78d04926642d3b21e0e77f9ca4b72ec14edda740 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 10 Nov 2023 16:06:28 +0100 Subject: [run-virt/fspanel] Use modded version of fspanel without always-on-top --- .../opt/openslx/vmchooser/run-virt-includes/start_windowmanager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/run-virt/data') 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 d283d010..f73a34be 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 @@ -89,7 +89,7 @@ start_wm() { # run very simple taskbar in case user minimizes VM somehow and doesn't know Alt+Tab if [ -z "$RUNVIRT_TASKBAR_PID" ] || ! kill -0 "$RUNVIRT_TASKBAR_PID"; then - ( sleep 1; exec fspanel ) & + ( sleep 1; exec fspanel --background ) & declare -g RUNVIRT_TASKBAR_PID="$!" fi -- cgit v1.2.3-55-g7522