summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmchooser2')
-rw-r--r--core/modules/vmchooser2/data/etc/lightdm/lightdm.conf.d/00-slx-xsessions.conf2
-rw-r--r--core/modules/vmchooser2/module.conf1
2 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/vmchooser2/data/etc/lightdm/lightdm.conf.d/00-slx-xsessions.conf b/core/modules/vmchooser2/data/etc/lightdm/lightdm.conf.d/00-slx-xsessions.conf
new file mode 100644
index 00000000..7ba5cd56
--- /dev/null
+++ b/core/modules/vmchooser2/data/etc/lightdm/lightdm.conf.d/00-slx-xsessions.conf
@@ -0,0 +1,2 @@
+[LightDM]
+sessions-directory=/opt/openslx/xsessions
diff --git a/core/modules/vmchooser2/module.conf b/core/modules/vmchooser2/module.conf
index c62a84c9..e73bbbbd 100644
--- a/core/modules/vmchooser2/module.conf
+++ b/core/modules/vmchooser2/module.conf
@@ -1,5 +1,6 @@
#!/bin/bash
REQUIRED_MODULES="
+ slxlog
qt5core
"
REQUIRED_GIT="git://git.openslx.org/openslx-ng/vmchooser2.git"