Package: blueman
Version: 1.23-1
Followup-For: Bug #656742
Hi All,
I can confirm this bug, here I'm attaching a patch to fix the pulseaudio
version check performed by blueman.
Regards,
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages blueman depends on:
ii bluez 4.99-2
ii dbus 1.5.12-1
ii gnome-icon-theme 3.4.0-2
ii libatk1.0-0 2.4.0-2
ii libbluetooth3 4.99-2
ii libc6 2.13-32
ii libcairo2 1.12.2-1
ii libfontconfig1 2.9.0-5
ii libfreetype6 2.4.9-1
ii libgdk-pixbuf2.0-0 2.26.1-1
ii libglib2.0-0 2.32.3-1
ii libgtk2.0-0 2.24.10-1
ii libpango1.0-0 1.30.0-1
ii libpython2.7 2.7.3~rc2-2.1
ii librsvg2-common 2.36.1-1
ii libstartup-notification0 0.12-1
ii notification-daemon 0.7.4-1
ii obex-data-server 0.4.5-1+b3
ii python 2.7.2-10
ii python-dbus 1.1.0-1
ii python-gi 3.2.2-1
ii python-gtk2 2.24.0-3
ii python-notify 0.1.1-3
ii python2.7 2.7.3~rc2-2.1
Versions of packages blueman recommends:
ii libpulse-mainloop-glib0 2.0-1
ii policykit-1 0.105-1
ii python-gconf 2.28.1+dfsg-1
blueman suggests no packages.
-- no debconf information
--- PulseAudio.py.orig 2012-06-08 08:16:09.656066164 -0400
+++ PulseAudio.py 2012-06-08 08:15:54.524065707 -0400
@@ -169,7 +169,7 @@
version = self.pulse_utils.GetVersion()
dprint("PulseAudio version:", version)
- if version[2] < 15:
+ if tuple(version) < (0, 9 ,15):
raise Exception("PulseAudio too old, required 0.9.15 or higher")
self.signals.Handle("dbus",