From: David-John Willis Date: Sat, 13 Feb 2010 22:02:55 +0000 (+0000) Subject: pandora-skel: Update .xinitrc X-Git-Tag: Release-2010-05/1~116 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=0da2bf4c6df4a7c6cfc3186bbb4a2a562dc84697 pandora-skel: Update .xinitrc --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 05c8b6f..b9be30c 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;) RDEPENDS = "shadow" -PR = "r5" +PR = "r6" SRC_URI = " \ file://.xinitrc \ diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index 4a8e80f..9a71928 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -39,7 +39,11 @@ if [ -d /etc/X11/Xsession.d ]; then fi # HUP pndnotifyd to make sure it picks up the users home. -kill -1 pndnotifyd +kill -1 pndnotifyd & + + +# Bring up the Bluetooth hardware. No point starting it before login. +/usr/pandora/scripts/op_bluetooth.sh & # The following variable defines the session which is started if the user # doesn't explicitely select a session in SLiM.