https://bugs.kde.org/show_bug.cgi?id=503431
--- Comment #7 from otiskujawa <otis.kuj...@gmail.com> --- Host is desktop without any bluetooth adapter. Bluetooth is disabled but issue used to persist if it's enabled. But now i tried again on KDE Connect 25.04.1and issue is gone. I cannot reproduce issue anymore Current versions: KDE Frameworks 6.14.0 Qt 6.9.0 Kernel 6.14.6-arch1-1 X11 Only hardware change i made was power supply upgrade (upgrade from 500W to 1000W, old power supply is fully functional and is currently used in different computer) I will enable bluetooth backend for now and report back if issue comes back after reboot or in specific conditions. (In reply to Rob Emery from comment #5) > What do you get for the output for: > ``` > sudo bluetoothctl list > sudo systemctl status bluetooth > find /sys/class/bluetooth/*/ > ``` ``` $ bluetoothctl Waiting to connect to bluetoothd... $ sudo systemctl status bluetooth ○ bluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled) Active: inactive (dead) Docs: man:bluetoothd(8) Jun 05 16:26:46 raphael systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth) $ find /sys/class/bluetooth/*/ find: ‘/sys/class/bluetooth/*/’: No such file or directory ``` -- You are receiving this mail because: You are watching all bug changes.