Public bug reported:

When notification stack is full following exception occurs and all
further file transfers are skipped:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/blueman/main/applet/Transfer.py", line 
179, in on_transfer_started
    pixbuf=icon, status_icon=self.status_icon)
  File "/usr/lib/python2.7/dist-packages/blueman/gui/Notification.py", line 
189, in __new__
    return NotificationBubble(summary, message, timeout, actions, actions_cb, 
pixbuf, status_icon)
  File "/usr/lib/python2.7/dist-packages/blueman/gui/Notification.py", line 
173, in __init__
    self.show() 
gio.Error: GDBus.Error:org.freedesktop.DBus.GLib.UnmappedError.NotifyOsd.Code1: 
Reached stack-limit of 50

Easy workaround would be to replace line 173 by:
try:
  self.show()
except:
  pass

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: blueman 1.23-0ubuntu2 [modified: 
usr/share/pyshared/blueman/gui/Notification.py]
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Sat Jul 28 12:00:15 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=de_AT:de
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: blueman
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: blueman (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug precise running-unity

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

Title:
  blueman applet crashes when notification stack is full

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueman/+bug/1030258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to