From e5840eeb517e2711e3a1719a0c85fda830b6e273 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 16 Mar 2010 11:07:41 +0000 Subject: [PATCH] pandora-skel: Add simple control file to set Bluetooth state at login. --- recipes/pandora-system/pandora-skel.bb | 2 ++ recipes/pandora-system/pandora-skel/op_btenabled | 1 + 2 files changed, 3 insertions(+) create mode 100644 recipes/pandora-system/pandora-skel/op_btenabled diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index f24f54f..6aa5dc2 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -16,6 +16,7 @@ SRC_URI = " \ file://xsettings.xml \ file://pndXmodmap \ file://asoundrc \ + file://op_btenabled \ " # xsettings.xml is a hack until I can figure out why XDG configs are not setting the icon theme for Xfce/GTK+ @@ -28,6 +29,7 @@ do_install() { install -m 0644 ${WORKDIR}/pam_environment ${D}${sysconfdir}/skel/.pam_environment install -m 0644 ${WORKDIR}/pndXmodmap ${D}${sysconfdir}/skel/.pndXmodmap install -m 0644 ${WORKDIR}/asoundrc ${D}${sysconfdir}/skel/.asoundrc + install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml install -m 0644 ${WORKDIR}/xsettings.xml ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml diff --git a/recipes/pandora-system/pandora-skel/op_btenabled b/recipes/pandora-system/pandora-skel/op_btenabled new file mode 100644 index 0000000..f32a580 --- /dev/null +++ b/recipes/pandora-system/pandora-skel/op_btenabled @@ -0,0 +1 @@ +true \ No newline at end of file -- 2.39.5