Page 1 of 1

mate-bluetooth-properties hangs then crashes :(

Posted: Mon Jul 02, 2012 4:36 am
by Lolo Uila
When I open the menu from the Bluetooth applet I can turn BT on/off and set visibility, but nothing else.

Click on Preferences... nothing :(
Click on Set up new device... nada :(

Try and launch mate-bluetooth-properties from a terminal and it exits with,

Code: Select all

tim@Shuttle-M13 ~/Desktop $ mate-bluetooth-properties

(mate-bluetooth-properties:2115): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Tried sudo mate-bluetooth-properties, and,

Code: Select all

tim@Shuttle-M13 ~/Desktop $ sudo mate-bluetooth-properties
[sudo] password for tim: 
** Message: adding killswitch idx 0 state KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 0 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitches state KILLSWITCH_STATE_UNBLOCKED

(mate-bluetooth-properties:2117): GLib-GObject-WARNING **: cannot register existing type `BluetoothClient'

(mate-bluetooth-properties:2117): GLib-CRITICAL **: g_once_init_leave: assertion `result != 0' failed
and the terminal is locked up at this point. Netbook and Desktop both do the same. This is the first time BT has not worked for me under Linux in a very, very long time. :(

Guess I'll continue with 10 on the desktop (yea, I know, no longer supported) & Crunchbang on the Netbook.

Edit: Hope this gets fixed soon. I'd like to upgrade to an LTS release.

Re: mate-bluetooth-properties hangs then crashes :(

Posted: Mon Jul 02, 2012 10:32 am
by Lolo Uila
Just tried the Cinnamon live DVD and Bluetooth seems to be fine there. No problem pairing my Bluetooth mouse or opening the preferences. Too bad about Mate... I'm surprised no one caught that.

Re: mate-bluetooth-properties hangs then crashes :(

Posted: Sat Jul 14, 2012 11:29 am
by xChris
I just noticed it too, as today I was trying to send a file to my mobile...
You can try to install the "blueman"

Also, as I see its already reported as 'bug' https://bugs.launchpad.net/linuxmint/+bug/1005649
I hope it will be fixed.

Re: mate-bluetooth-properties hangs then crashes :(

Posted: Sat Jul 21, 2012 1:18 pm
by Trek1701
I posted a temporary solution (but not a fix) in lauchpad: https://bugs.launchpad.net/linuxmint/+b ... omments/16

The temporary solution is to downgrade from actual version 1.2.1-2+precise to version 1.2.0-1.

Here is how to:

Download old packages:

32 bits:

Code: Select all

wget http://packages.linuxmint.com/pool/import/m/mate-bluetooth/libmatebluetooth_1.2.0-1_i386.deb
wget http://packages.linuxmint.com/pool/import/m/mate-bluetooth/mate-bluetooth_1.2.0-1_i386.deb
64 bits:

Code: Select all

wget http://packages.linuxmint.com/pool/import/m/mate-bluetooth/libmatebluetooth_1.2.0-1_amd64.deb
wget http://packages.linuxmint.com/pool/import/m/mate-bluetooth/mate-bluetooth_1.2.0-1_amd64.deb
Remove bug packages:

Code: Select all

sudo apt-get remove mate-bluetooth libmatebluetooth
Install previous version:

32 bits:

Code: Select all

sudo dpkg -i mate-bluetooth_1.2.0-1_i386.deb libmatebluetooth_1.2.0-1_i386.deb
64 bits:

Code: Select all

sudo dpkg -i mate-bluetooth_1.2.0-1_amd64.deb libmatebluetooth_1.2.0-1_amd64.deb
Hold the old version packages so that they are not updated to the current version:

Code: Select all

sudo echo mate-bluetooth hold | sudo dpkg --set-selections
sudo echo libmatebluetooth hold | sudo dpkg --set-selections
To check if they were properly hold:

Code: Select all

sudo dpkg --get-selections mate-bluetooth
sudo dpkg --get-selections libmatebluetooth
To remove the hold for a future update (real) fix:

Code: Select all

sudo echo mate-bluetooth install | sudo dpkg --set-selections
sudo echo libmatebluetooth install | sudo dpkg --set-selections
Reboot your system and it should be working again.

Re: mate-bluetooth-properties hangs then crashes :(

Posted: Mon Apr 01, 2013 2:34 pm
by baj
Worked perfectly! Thanks Trek1701!!! :D