From 71bf898d466c5cb7df2d068721c5ff085983570c Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 28 Nov 2017 11:53:50 +0000 Subject: [PATCH] Delay kdeconnectd autostart phase Summary: This value maps to KAutostart::StartPhase kdeconnectd is certainly not BaseDesktop which is "essential desktop services" which is at the same level as plasmashell. This delays it into DesktopServices which is slightly later. For a user this won't change a thing, it'll still be loaded before ksplash is removed. Test Plan: None Differential Revision: https://phabricator.kde.org/D9031 --- daemon/kdeconnectd.desktop.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/kdeconnectd.desktop.cmake b/daemon/kdeconnectd.desktop.cmake index a7ec7ccb7..ab93439cb 100644 --- a/daemon/kdeconnectd.desktop.cmake +++ b/daemon/kdeconnectd.desktop.cmake @@ -2,7 +2,7 @@ Type=Application Exec=${KDE_INSTALL_FULL_LIBEXECDIR}/kdeconnectd X-KDE-StartupNotify=false -X-KDE-autostart-phase=0 +X-KDE-autostart-phase=1 X-GNOME-Autostart-enabled=true OnlyShowIn=KDE;GNOME;Unity;XFCE; NoDisplay=true