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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/788259

Title:
  Bluetooth Can't Connect to Devices After Suspend

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to