Bug 480660

Summary: No devices detected
Product: [Applications] kdeconnect Reporter: skw <s.weber0688>
Component: macos-applicationAssignee: Ruixuan Tu <turx2003>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 23.04.3   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description skw 2024-02-01 08:14:00 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Install kde-connect via homebrew as described here https://invent.kde.org/packaging/homebrew-kde
2. Start kde-connect and see that no devices are detected.

OBSERVED RESULT
No devices are detected

EXPECTED RESULT
Devices are detected.

SOFTWARE/OS VERSIONS
macOS: 14.2.1
kdeconnect-cli 23.04.3 (on mac)

ADDITIONAL INFORMATION
Installation via homebrew as described here: https://invent.kde.org/packaging/homebrew-kde

```sh
# setup tab
brew untap kde-mac/kde 2> /dev/null
brew tap kde-mac/kde https://invent.kde.org/packaging/homebrew-kde.git --force-auto-update
"$(brew --repo kde-mac/kde)/tools/do-caveats.sh"

# install kde-connect
brew install --cask kde-mac/kde/kdeconnect
```

Installation goes just fine but I cannot detect any devices, e.g. my android phone.
The android phone is detected on a fedora kde connect install so I guess the problem is with the mac install.
Comment 1 skw 2024-02-21 07:44:17 UTC
When trying to list I get the following

```sh
$ kdeconnect -l
error activating kdeconnectd: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kdeconnect was not provided by any .service files")
error: The name org.kde.kdeconnect was not provided by any .service files
```