mate-bluetooth-properties hangs then crashes :(

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Lolo Uila
Level 5
Level 5
Posts: 575
Joined: Thu Mar 15, 2007 3:40 am
Location: Kapolei, Hawaii

mate-bluetooth-properties hangs then crashes :(

Post 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.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 5 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Lolo Uila
Level 5
Level 5
Posts: 575
Joined: Thu Mar 15, 2007 3:40 am
Location: Kapolei, Hawaii

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

Post 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.
xChris

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

Post 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.
Trek1701
Level 1
Level 1
Posts: 1
Joined: Sat Jul 21, 2012 1:13 pm

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

Post 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.
baj
Level 2
Level 2
Posts: 92
Joined: Mon Feb 11, 2013 1:36 am

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

Post by baj »

Worked perfectly! Thanks Trek1701!!! :D
Locked

Return to “Hardware Support”