Public bug reported:

Binary package hint: gnome-bluetooth

When I am scannig for new devices In gnome-bluetooth-manager i have this
message by console:

/usr/lib/python2.4/site-packages/gnomebt/manager.py:142: DeprecationWarning: 
gnome.ui.AppBar constructor takes exactly 3 arguments, but calling old gtk.HBox 
constructor for compatibility reasons.
  self.statusbar = gnome.ui.AppBar (True, True)

I suppose that it's provoked by status bar.

While it's scanning I get these messages:

/usr/lib/python2.4/site-packages/gnomebt/manager.py:220: GtkWarning: 
gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
  self.statusbar.pop ()
/usr/lib/python2.4/site-packages/gnomebt/manager.py:222: GtkWarning: 
gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
  self.statusbar.push (_("Scanning for devices..."))

(Administrador de dispositivos Bluetooth:6689): GnomeUI-CRITICAL **:
gnome_appbar_set_progress_percentage: assertion `appbar->_priv->progress
!= NULL' failed

I edit the file manager.py and I change these lines:

        self.statusbar = gnome.ui.AppBar (True, True) -->
        self.statusbar = gnome.ui.AppBar (True, True, 
gnome.ui.PREFERENCES_NEVER)

Then it show me the status bar.

The next error when scannig bluetooth devices it's getting device's
name:

** Message: inquiry complete

** Affects: gnome-bluetooth (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Scan bluetooth devices
https://launchpad.net/bugs/65011

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

Reply via email to