gpe-session-scripts-phone: Supress messages on phones, do not add mbdock apps.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 18 Apr 2007 17:01:34 +0000 (17:01 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 18 Apr 2007 17:01:34 +0000 (17:01 +0000)
packages/gpephone/gpe-session-scripts-phone/standard-apps.patch [new file with mode: 0644]
packages/gpephone/gpe-session-scripts-phone_0.67.bb

diff --git a/packages/gpephone/gpe-session-scripts-phone/standard-apps.patch b/packages/gpephone/gpe-session-scripts-phone/standard-apps.patch
new file mode 100644 (file)
index 0000000..3be47c0
--- /dev/null
@@ -0,0 +1,23 @@
+--- gpe-session-scripts/X11/Xsession.d/98standard-apps~        2007-04-18 18:54:59.000000000 +0200
++++ gpe-session-scripts/X11/Xsession.d/98standard-apps 2007-04-18 18:54:59.000000000 +0200
+@@ -7,20 +7,3 @@
+ else
+   time_set_already=no
+ fi
+-
+-# No action if .mbdock exists
+-if [ ! -f $HOME/.matchbox/mbdock.session ]; then
+-  mkdir -p $HOME/.matchbox
+-  cp /etc/gpe/gpe.mbdock $HOME/.matchbox/mbdock.session
+-
+-  if [ "$time_set_already" = "no" ]; then
+-    gpe-conf time user_only &
+-  fi
+-
+-  gpe-question --icon !gtk-dialog-info --question "<b>Welcome to GPE!</b>
+-
+-I have added some standard programs to the panel at the bottom of the screen.
+-
+-To remove these, or add more,  tap and hold on an empty area of the panel." --buttons !gtk-ok &
+-fi
+-
index 5af3ff6..1e67d2a 100644 (file)
@@ -11,9 +11,10 @@ SRC_URI = "${GPE_MIRROR}/gpe-session-scripts-${PV}.tar.gz \
            file://matchbox-session \
            file://matchbox-session.vm \
            file://phonesession \
-          file://disable-composite.xsettings"
+          file://disable-composite.xsettings \
+           file://standard-apps.patch;patch=1"
 
-PR = "r4"
+PR = "r5"
 
 S = "${WORKDIR}/gpe-session-scripts-${PV}"