aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/LSession.cpp
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-08-30 07:04:44 -0400
committerKen Moore <ken@ixsystems.com>2017-08-30 07:04:44 -0400
commiteff681c9e56f6044852779b61fbe701e623f2f3a (patch)
treef4e9791695eb720abac9d49686b3659ed528bdb7 /src-qt5/core/lumina-desktop-unified/LSession.cpp
parentClean up the use of the settings files within the entire screensaver system. (diff)
downloadlumina-eff681c9e56f6044852779b61fbe701e623f2f3a.tar.gz
lumina-eff681c9e56f6044852779b61fbe701e623f2f3a.tar.bz2
lumina-eff681c9e56f6044852779b61fbe701e623f2f3a.zip
Finish up all the mouse focus handling for embedded windows. Works beautifully now.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/LSession.cpp')
-rw-r--r--src-qt5/core/lumina-desktop-unified/LSession.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/LSession.cpp b/src-qt5/core/lumina-desktop-unified/LSession.cpp
index e820e97b..e1a941f0 100644
--- a/src-qt5/core/lumina-desktop-unified/LSession.cpp
+++ b/src-qt5/core/lumina-desktop-unified/LSession.cpp
@@ -166,6 +166,7 @@ void LSession::setupSession(){
if(DEBUG){ qDebug() << " - Init Finished:" << timer->elapsed(); delete timer;}
Lumina::SHORTCUTS->start(); //Startup the shortcut handler now
+
//for(int i=0; i<4; i++){ LSession::processEvents(); } //Again, just a few event loops here so thing can settle before we close the splash screen
//launchStartupApps();
QTimer::singleShot(500, this, SLOT(launchStartupApps()) );
bgstack15