Package: blueman
Version: 1.23-1
Followup-For: Bug #658572

I got the same error with an Android device. I found a patch which solves
the problem.



diff -rupN blueman-1.23/blueman/plugins/applet/NMPANSupport.py
blueman-1.23.new/blueman/plugins/applet/NMPANSupport.py
--- blueman-1.23/blueman/plugins/applet/NMPANSupport.py 2011-05-21
18:05:31.000000000 +0300
+++ blueman-1.23.new/blueman/plugins/applet/NMPANSupport.py     2012-06-23
19:29:32.852476167 +0300
@@ -185,7 +185,11 @@ class NMPANSupport(AppletPlugin):
        def on_load(self, applet):
                self.bus = dbus.SystemBus()
                self.nma = None
+               service =
self.bus.get_object("org.freedesktop.NetworkManagerUserSettings",
"/org/freedesktop/NetworkManagerSettings")
+               self.nma = dbus.proxies.Interface(service,
"org.freedesktop.NetworkManagerSettings")
                self.nm = None
+               service = self.bus.get_object("org.freedesktop.NetworkManager",
"/org/freedesktop/NetworkManager")
+               self.nm = dbus.proxies.Interface(service,
"org.freedesktop.NetworkManager")
                self.nm_signals = SignalTracker()
                self.nma_signals = SignalTracker()




You can find it here:
https://launchpadlibrarian.net/108461147/blueman-1.23.patch



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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.6.0-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-35
ii  libcairo2                            1.12.2-2
ii  libfontconfig1                       2.9.0-7
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-2
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  obex-data-server                     0.4.5-1+b3
ii  python                               2.7.3~rc2-1
ii  python-dbus                          1.1.1-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
ii  xfce4-notifyd [notification-daemon]  0.2.2-2

Versions of packages blueman recommends:
ii  libpulse-mainloop-glib0  2.0-6
ii  policykit-1              0.105-1
ii  python-gconf             2.28.1+dfsg-1

blueman suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to