Linux Lite 7.6 Final Released - Click here for more


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Better Bluetooth in Linux Lite 4.x 18.04 Bionic
#1
If like me, you are experiencing flaky connections, bad file transfers, the following solution made everything work perfect!

Only use this if bad things are happening, most people should be fine, if it ain't broke...

Source - https://medium.com/@overcode/fixing-blue...b8dbf7ddd6

Code:
sudo add-apt-repository ppa:bluetooth/bluez

Code:
sudo apt-get dist-upgrade

Viola!

Now, if you are also not seeing where files are coming into in Linux Lite, they were going into, /home/jerry/.cache/obexd rather than /home/jerry/Downloads.

Fix:

Code:
sudo leafpad /usr/share/dbus-1/services/org.bluez.obex.service

replace:

Code:
Exec=/usr/lib/bluetooth/obexd

with:

Code:
Exec=/usr/lib/bluetooth/obexd -r /home/yourusernamehere/Downloads

in my case:

Code:
Exec=/usr/lib/bluetooth/obexd -r /home/jerry/Downloads

Reboot, enjoy Smile
Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#2
Is someone going to be able to fix the bluetooth connection problems in an update? My headset will pair, then immediately disconnect. Problem didn't exist in previous version
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)