https://bugzilla.suse.com/show_bug.cgi?id=1214409 https://bugzilla.suse.com/show_bug.cgi?id=1214409#c2 --- Comment #2 from Giacomo Comes <comes@naic.edu> --- (In reply to Fabian Vogt from comment #1)
Duplicate of bug 1198626? Yes and no. The source of the problem is the change in the bluez package. obexd now is in a separate rpm and it needs systemctl --user to get activated. In the past all it was necessary was to install the rpm bluez. After reading boo#1198626 I came to the conclusion that now each desktop environment needs to take care to install bluez-obexd and start the obex service.
For plasma it means: In the package powerdevil5, in the file /usr/lib/systemd/user/plasma-powerdevil.service, add the line: [Unit] Description=Powerdevil PartOf=graphical-session.target After=plasma-core.target +Wants=obex.service and also add: Requires: bluez-obexd in the spec file of either powerdevil5 or bluedevil5 (which one do you think is more appropriate?). I tested such changes and with them in place, bluetooth now works in Leap 15.5 as it was working in 15.4. Please let me know your thoughts so I can submit a sr for tumbleweeed. -- You are receiving this mail because: You are on the CC list for the bug.