aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/gpe-session-scripts-phone/matchbox-session.vm
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/gpe-session-scripts-phone/matchbox-session.vm')
-rw-r--r--recipes/gpephone/gpe-session-scripts-phone/matchbox-session.vm15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/gpephone/gpe-session-scripts-phone/matchbox-session.vm b/recipes/gpephone/gpe-session-scripts-phone/matchbox-session.vm
deleted file mode 100644
index 24f80078f9..0000000000
--- a/recipes/gpephone/gpe-session-scripts-phone/matchbox-session.vm
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# host session applications
-xoo -xd :1 -xn /usr/bin/Xephyr --device gpephone --title GPEPhone &
-
-# start nested session
-
-export DISPLAY=:1
-#. /etc/X11/Xsession
-if [ -x /etc/X11/phonesession ]; then
- . /etc/X11/phonesession
-fi
-
-
-DISPLAY=:0 exec matchbox-window-manager -use_titlebar yes $@