From b38adfbbb991af92f5cbda79998d0a59e17c3c0c Mon Sep 17 00:00:00 2001 From: Eike Hein Date: Tue, 5 Dec 2017 01:40:31 +0900 Subject: [PATCH] Move KGamma's KCMInit work to phase 1 of login. Summary: Phase 0 is already after the splash screen is up, so the visual change will occur during startup either way. It doesn't make sense to wait around for it during phase 0. Reviewers: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D9179 --- kcmkgamma/kgamma.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkgamma/kgamma.desktop b/kcmkgamma/kgamma.desktop index 3667b34..3f4ba10 100644 --- a/kcmkgamma/kgamma.desktop +++ b/kcmkgamma/kgamma.desktop @@ -205,7 +205,7 @@ X-KDE-Test-Module=true X-KDE-Library=kcm_kgamma X-KDE-Init-Symbol=kgamma X-KDE-ParentApp=kcontrol -X-KDE-Init-Phase=0 +X-KDE-Init-Phase=1 X-KDE-System-Settings-Parent-Category=display -- GitLab