summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-09 12:05:57 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-09 14:34:22 -0700
commit911e4f043a6ad83b5975e37aa9d30a77004373a6 (patch)
tree32ac1373ea6a996fa197d7b4114de23d781a9a4a /recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm
parente0535b507e222d698c30607f146705791a41efff (diff)
downloadopenembedded-911e4f043a6ad83b5975e37aa9d30a77004373a6.tar.gz
gpephone: Move to obsolete
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm')
-rw-r--r--recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm b/recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm
new file mode 100644
index 0000000000..24f80078f9
--- /dev/null
+++ b/recipes/obsolete/gpephone/gpe-session-scripts-phone/matchbox-session.vm
@@ -0,0 +1,15 @@
+#!/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 $@