summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/kiosk/files/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/kiosk/files/profiles')
l---------os-plugins/plugins/kiosk/files/profiles/plain/.bashrc1
-rw-r--r--os-plugins/plugins/kiosk/files/profiles/plain/bashrc4
-rw-r--r--os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile2
l---------os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc1
l---------os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc1
-rw-r--r--os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc4
-rw-r--r--os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc7
7 files changed, 0 insertions, 20 deletions
diff --git a/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc
deleted file mode 120000
index cee304e6..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/plain/.bashrc
+++ /dev/null
@@ -1 +0,0 @@
-bashrc \ No newline at end of file
diff --git a/os-plugins/plugins/kiosk/files/profiles/plain/bashrc b/os-plugins/plugins/kiosk/files/profiles/plain/bashrc
deleted file mode 100644
index 28694f85..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/plain/bashrc
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "x$(tty)" == "x/dev/tty1" ]; then
- startx
- exit
-fi
diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile
deleted file mode 100644
index 099cd106..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bash_profile
+++ /dev/null
@@ -1,2 +0,0 @@
-# fix for some systems which don't source .bashrc automatically
-. ~/.bashrc \ No newline at end of file
diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc
deleted file mode 120000
index cee304e6..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.bashrc
+++ /dev/null
@@ -1 +0,0 @@
-bashrc \ No newline at end of file
diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc
deleted file mode 120000
index 5539532c..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/.xinitrc
+++ /dev/null
@@ -1 +0,0 @@
-xinitrc \ No newline at end of file
diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc
deleted file mode 100644
index 28694f85..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/bashrc
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "x$(tty)" == "x/dev/tty1" ]; then
- startx
- exit
-fi
diff --git a/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc b/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc
deleted file mode 100644
index 7774f4d2..00000000
--- a/os-plugins/plugins/kiosk/files/profiles/vmchooser/xinitrc
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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