[Bug 788259] Re: Bluetooth Can't Connect to Devices After Suspend

Cerin 788259 at bugs.launchpad.net
Wed Jun 1 18:07:34 UTC 2011


Note, this appears to similar to the problem reported in
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/591298

Based on the comments in that ticket, there appears to be a bug in
bluetooth-applet that causes it to break after suspend.

The workaround is to add the following script to /etc/pm/sleep.d

#!/bin/bash
case "$1" in
    resume|thaw)
        killall bluetooth-applet
        nohup bluetooth-applet &
        ;;
esac

which kills and re-runs bluetooth-applet.

-- 
You received this bug notification because you are a member of
Bluetooth, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/788259

Title:
  Bluetooth Can't Connect to Devices After Suspend



More information about the Ubuntu-bluetooth mailing list