summaryrefslogtreecommitdiffstats
path: root/core/modules/fspanel
diff options
context:
space:
mode:
authorSimon Rettberg2023-05-15 12:19:03 +0200
committerSimon Rettberg2023-05-15 12:19:03 +0200
commitaa5e7b5a36f24e80e8754820e03b4adb7ea96050 (patch)
tree4feed479d7e8789fd027d4186a15ef4ff6f303bf /core/modules/fspanel
parent[dnbd3-proxy-mode] Dynamic deletion delay based on RTC (diff)
downloadmltk-aa5e7b5a36f24e80e8754820e03b4adb7ea96050.tar.gz
mltk-aa5e7b5a36f24e80e8754820e03b4adb7ea96050.tar.xz
mltk-aa5e7b5a36f24e80e8754820e03b4adb7ea96050.zip
[run-virt/fspanel] Launch fspanel with VM sessions for easier recovery
If a user somehow manages to minimize the VM, they might not know what to do to recover the window (Alt-Tab *should* work, but maybe sometimes doesn't). Having a simple taskbar that displays the minimized VM window should help them recover the session and not panic.
Diffstat (limited to 'core/modules/fspanel')
-rw-r--r--core/modules/fspanel/module.build12
-rw-r--r--core/modules/fspanel/module.conf9
-rw-r--r--core/modules/fspanel/module.conf.debian4
-rw-r--r--core/modules/fspanel/module.conf.ubuntu4
4 files changed, 29 insertions, 0 deletions
diff --git a/core/modules/fspanel/module.build b/core/modules/fspanel/module.build
new file mode 100644
index 00000000..a5cbb6b6
--- /dev/null
+++ b/core/modules/fspanel/module.build
@@ -0,0 +1,12 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}
diff --git a/core/modules/fspanel/module.conf b/core/modules/fspanel/module.conf
new file mode 100644
index 00000000..2317f3fd
--- /dev/null
+++ b/core/modules/fspanel/module.conf
@@ -0,0 +1,9 @@
+#!/bin/bash
+REQUIRED_BINARIES="
+ fspanel
+"
+REQUIRED_FILES="
+"
+
+REQUIRED_DIRECTORIES="
+"
diff --git a/core/modules/fspanel/module.conf.debian b/core/modules/fspanel/module.conf.debian
new file mode 100644
index 00000000..9f8a26f1
--- /dev/null
+++ b/core/modules/fspanel/module.conf.debian
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ fspanel
+"
diff --git a/core/modules/fspanel/module.conf.ubuntu b/core/modules/fspanel/module.conf.ubuntu
new file mode 100644
index 00000000..9f8a26f1
--- /dev/null
+++ b/core/modules/fspanel/module.conf.ubuntu
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ fspanel
+"