kdeconnect-kde/daemon
Albert Vaca Cintora bbcbec7709 Refactor macOS startup code
Moves all the stuff that is needed to start DBus on macOS (which for some reason it needs several steps, involving the use of `launchctl`) into a single `startDBusDaemon()` function. Before, it was spread into `kdeconnectconfig.cpp`, `indicatorhelper_mac.cpp` and `dbushelper.cpp`.

It also removes checking for an existing DBus daemon and always starts our own, since in most cases we couldn't connect to it anyway. This, together with removing the sleep in the retries when polling for the DBus daemon from 3s to 100ms, makes the startup much faster, so I removed the loading splash screen.
2024-09-21 09:27:24 +00:00
..
CMakeLists.txt Split DesktopDaemon into its own files 2024-09-13 00:44:38 +02:00
desktop_daemon.cpp Split DesktopDaemon into its own files 2024-09-13 00:44:38 +02:00
desktop_daemon.h Fix clang-format 2024-09-13 17:10:59 +02:00
kdeconnectd.cpp Refactor macOS startup code 2024-09-21 09:27:24 +00:00
Messages.sh Do not extract messages from the non-existent .ui and .rc files 2019-12-21 10:04:31 +02:00
org.kde.kdeconnect.daemon.desktop.cmake SVN_SILENT made messages (.desktop file) - always resolve ours 2024-06-09 01:17:55 +00:00
org.kde.kdeconnect.service.in Revert "Revert "Use absolute path in D-Bus service file"" 2024-09-12 08:03:07 +00:00