summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc')
-rw-r--r--src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc
new file mode 100644
index 00000000..7774f4d2
--- /dev/null
+++ b/src/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc
@@ -0,0 +1,7 @@
+# check if we need to include Xsession script generated by out profile
+# plugin
+[ -e /etc/X11/Xsession.d/10slx-home_env ] && \
+ . /etc/X11/Xsession.d/10slx-home_env
+
+/usr/bin/xsetroot -solid navy
+/opt/openslx/plugin-repo/vmchooser/vmchooser -p /dev/null \ No newline at end of file