diff options
Diffstat (limited to 'recipes/gpephone/gpe-session-scripts-phone/matchbox-session')
-rw-r--r-- | recipes/gpephone/gpe-session-scripts-phone/matchbox-session | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/gpephone/gpe-session-scripts-phone/matchbox-session b/recipes/gpephone/gpe-session-scripts-phone/matchbox-session new file mode 100644 index 0000000000..bc8166e70e --- /dev/null +++ b/recipes/gpephone/gpe-session-scripts-phone/matchbox-session @@ -0,0 +1,7 @@ +#!/bin/sh + +# host session applications +#. /etc/X11/Xsession +if [ -x /etc/X11/phonesession ]; then + . /etc/X11/phonesession +fi |