From 069ca77ea9f01c0c7adbbce10ca2767615445452 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Sat, 23 May 2015 07:51:47 -0400 Subject: Add a new "phase" into the boot splash - system applications loading. --- lumina-desktop/LSession.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lumina-desktop/LSession.cpp') diff --git a/lumina-desktop/LSession.cpp b/lumina-desktop/LSession.cpp index 59e6fe57..fd2b16b3 100644 --- a/lumina-desktop/LSession.cpp +++ b/lumina-desktop/LSession.cpp @@ -115,10 +115,11 @@ void LSession::setupSession(){ //Initialize the global menus qDebug() << " - Initialize system menus"; - splash.showScreen("menus"); + splash.showScreen("apps"); if(DEBUG){ qDebug() << " - Init AppMenu:" << timer->elapsed();} appmenu = new AppMenu(); if(DEBUG){ qDebug() << " - Init SettingsMenu:" << timer->elapsed();} + splash.showScreen("menus"); settingsmenu = new SettingsMenu(); if(DEBUG){ qDebug() << " - Init SystemWindow:" << timer->elapsed();} sysWindow = new SystemWindow(); -- cgit