https://bugs.kde.org/show_bug.cgi?id=500926
Bug ID: 500926 Summary: The KDE Connect indicator appears in the macOS menu bar when launched, but clicking "Configure" causes the icon to disappear. Running `kdeconnectd` manually in the terminal reveals `QDBusError("org.freedesktop.DBus.Error.ServiceUnknown ", "The name org.kde Classification: Applications Product: kdeconnect Version: 24.12.2 Platform: Other OS: Other Status: REPORTED Severity: normal Priority: NOR Component: macos-application Assignee: turx2...@gmail.com Reporter: theploug...@proton.me Target Milestone: --- *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY STEPS TO REPRODUCE 1. Install KDE Connect on macOS Sequoia (via KDE website). 2. Start KDE Connect Indicator (`kdeconnect-indicator`). 3. The KDE Connect icon appears in the macOS menu bar. 4. Click on "Configure" from the menu. 5. The icon disappears, and KDE Connect stops running. OBSERVED RESULT - The KDE Connect menu bar icon disappears immediately. - Running `kdeconnectd` from the terminal results in: ... error activating kdeconnectd: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name org.kde.kdeconnect was not provided by any .service files") kdeconnect.interfaces: dbus interface not valid QSystemTrayIcon::setVisible: No Icon set ``` - UDP packet errors appear in the logs: ``` QAbstractSocket::DatagramTooLargeError Identity packet to QHostAddress("255.255.255.255") got rejected because it was too large. Retrying without including the capabilities ``` EXPECTED RESULT Clicking "Configure" should open the KDE Connect settings without crashing or removing the menu bar icon. SOFTWARE/OS VERSIONS Windows: macOS: Sequoia 15.3 (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION - Restarting `dbus` does not resolve the issue. - Running KDE Connect with `--debug` results in `Unknown option 'debug'`. - KDE Connect worked inconsistently but never maintained persistent functionality. -- You are receiving this mail because: You are watching all bug changes.