![]() |
KDE Bluetooth dies
Any of you have experience with KDE Bluetooth? I have installed the
Slackbuild on Slack 12.2, but it keeps crashing. This is what I get: Code:
~ $ kbluetooth I have tried writing to the maintainer, but have not received a response - and this is unlikely to be relevant anyway, since I got the same result with a package from Slacky. |
Try changing your /etc/dbus-1/system.conf file, so that the rules for accepting replies (they are somewhere in the second part of the file) would be:
-------- <!-- allow sending valid replies --> <allow send_requested_reply="true"/> <!-- allow receiving valid replies --> <allow receive_requested_reply="true"/> ----------- and without rules with 'receive_type' in them. after this, restart messagebus (maybe hal also) and bluetooth, and then start kbluetooth again, it should work. i. |
Thank you very much - this solved the problem.
Are there any security or other functionality implications of changing this setting? |
I am not aware of any security problems with this, but there is always a probability. Also, I think that the problem with the bluetooth was caused by using the configuration for the latest dbus with the older version of the dbus shipped with slackware.
|
Quote:
Worked for me too. :) |
Quote:
http://lists.freedesktop.org/archive...er/010769.html You need to edit your /etc/dbus-1/system.d/bluetooth.conf to look like this and revert your /etc/dbus-1/system.conf back to stock: Code:
<!-- This configuration file specifies the required security policies |
This is now also in slackware-current, but it still doesn't work for me :(
Quote:
|
As an addendum, I would like to add that making the changes in /etc/dbus-1/system.conf did not work on my 12.2 installation. Adding the rules posted by XGizzmo to /etc/dbus-1/system.d/bluetooth inside the <policy context=default> container did the trick for me.
|
Quote:
rfcomm release all rm -r /var/lib/bluetooth/* |
It seems as if bluez-3 uses org.bluez.{PasskeyAgent,AuthorizationAgent} whereas bluez-4 uses org.bluez.Agent.
The following bluetoth.conf file is working under 12.2: Code:
<!-- This configuration file specifies the required security policiesjustusjonas EDIT: I have already filed a bug report. |
Hello everyone,
I tried all the suggestions in the thread for my 12.2 installation but no luck. Any more advice out there? |
I also tried everything here with no luck.
But i use kde4.2 on 12.2 if that matters. (the latest kde that worked ok with 12.2 from current) |
Quote:
|
For those who are having problems still, I can get kdebluetooth working on 12.2 by using the 12.1 config file /etc/dbus-1/system.d/bluetooth.conf.
|
| All times are GMT -5. The time now is 08:40 PM. |