diff options
Diffstat (limited to 'lumina-desktop/main.cpp')
-rw-r--r-- | lumina-desktop/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/main.cpp b/lumina-desktop/main.cpp index 357fd14c..adf96181 100644 --- a/lumina-desktop/main.cpp +++ b/lumina-desktop/main.cpp @@ -90,7 +90,7 @@ int main(int argc, char ** argv) LUtils::LoadTranslation(&a, "lumina-desktop"); //a.LoadLocale(QLocale().name()); //Start launching external applications - QTimer::singleShot(2000, &a, SLOT(launchStartupApps()) ); //wait a couple seconds first + QTimer::singleShot(3000, &a, SLOT(launchStartupApps()) ); //wait a couple seconds first if(DEBUG){ qDebug() << "Exec Time:" << timer->elapsed(); delete timer;} int retCode = a.exec(); //qDebug() << "Stopping the window manager"; |