Package: blueman Version: 1.99~alpha1-1 Severity: normal While debugging my bluetooth issues, I found this stacktrace:
Using the new killswitch system Traceback (most recent call last): File "/usr/bin/blueman-applet", line 110, in <module> BluemanApplet() File "/usr/bin/blueman-applet", line 53, in __init__ self.Plugins.Load() File "/usr/lib/python2.7/dist-packages/blueman/main/PluginManager.py", line 115, in Load if (cls.__autoload__ or cls.__name__ in c) and not (c and cls.__unloadable__ and "!" + cls.__name__ in c): TypeError: argument of type 'NoneType' is not iterable That line should be: if (cls.__autoload__ or (c and cls.__name__ in c)) and not (cls.__unloadable__ and c and "!" + cls.__name__ in c): -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing'), (100, 'unstable'), (50, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages blueman depends on: ii bluez 5.21-3 ii cinnamon [notification-daemon] 2.2.16-3 ii dbus 1.8.6-2 ii gir1.2-appindicator3-0.1 0.4.92-3 ii gir1.2-gconf-2.0 3.2.6-3 ii gir1.2-gdkpixbuf-2.0 2.30.8-1 ii gir1.2-glib-2.0 1.40.0-2 ii gir1.2-gtk-3.0 3.12.2-3+b1 ii gir1.2-notify-0.7 0.7.6-2 ii gir1.2-pango-1.0 1.36.7-1 ii gnome-icon-theme 3.12.0-1 ii libatk1.0-0 2.12.0-1 ii libbluetooth3 5.21-3 ii libc6 2.19-10 ii libcairo-gobject2 1.12.16-5 ii libcairo2 1.12.16-5 ii libgdk-pixbuf2.0-0 2.30.8-1 ii libglib2.0-0 2.40.0-5 ii libgtk-3-0 3.12.2-3+b1 ii libpango-1.0-0 1.36.7-1 ii libpangocairo-1.0-0 1.36.7-1 ii libpulse-mainloop-glib0 5.0-6 ii libpython2.7 2.7.8-6 ii librsvg2-common 2.40.3-2 ii libstartup-notification0 0.12-4 ii notification-daemon 0.7.6-1 ii obex-data-server 0.4.5-1+b3 ii python 2.7.8-1 ii python-dbus 1.2.0-2+b3 ii python-gi 3.12.2-1 ii python-gi-cairo 3.12.2-1 ii xfce4-notifyd [notification-daemon] 0.2.4-3 Versions of packages blueman recommends: ii policykit-1 0.105-6.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