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
This commit is contained in:
parent
afbaa911f9
commit
71bf898d46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue