From 0da2bf4c6df4a7c6cfc3186bbb4a2a562dc84697 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sat, 13 Feb 2010 22:02:55 +0000 Subject: [PATCH] pandora-skel: Update .xinitrc --- recipes/pandora-system/pandora-skel.bb | 2 +- recipes/pandora-system/pandora-skel/.xinitrc | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.5