summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-10 16:06:28 +0100
committerSimon Rettberg2023-11-10 16:06:28 +0100
commit78d04926642d3b21e0e77f9ca4b72ec14edda740 (patch)
tree4ba7db196e80117cd952dc0f7db50902afcac5e7 /core/modules/run-virt/data
parent[qemu] Don't check for IOMMU if not using PCI passthrough (diff)
downloadmltk-78d04926642d3b21e0e77f9ca4b72ec14edda740.tar.gz
mltk-78d04926642d3b21e0e77f9ca4b72ec14edda740.tar.xz
mltk-78d04926642d3b21e0e77f9ca4b72ec14edda740.zip
[run-virt/fspanel] Use modded version of fspanel without always-on-top
Diffstat (limited to 'core/modules/run-virt/data')
-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 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