From cb7ac8c92b68b2229e8d1759bbce3d0e2b597c17 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 5 Nov 2014 13:16:58 -0500 Subject: Add a new utility: lumina-search This utility provides quick searching for applications (the default), or for searching the entire user's home directory. The file search also supports the "*" wildcard for the search terms. --- lumina-desktop/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/main.cpp') diff --git a/lumina-desktop/main.cpp b/lumina-desktop/main.cpp index 8c99a902..884e9441 100644 --- a/lumina-desktop/main.cpp +++ b/lumina-desktop/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char ** argv) if(DEBUG){ qDebug() << "Load Locale:" << timer->elapsed(); } a.LoadLocale(QLocale().name()); //Start launching external applications - QTimer::singleShot(2000, &a, SLOT(launchStartupApps()) ); //wait a second first + QTimer::singleShot(2000, &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"; -- cgit