Skip to content
Snippets Groups Projects
Commit 982b9893 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Increase startup notification timeout to 30 seconds

(Old svn revision: 10911)
parent 45566700
No related branches found
No related tags found
No related merge requests found
...@@ -39,12 +39,7 @@ ...@@ -39,12 +39,7 @@
#include "client.h" #include "client.h"
#include "main.h" #include "main.h"
/* This should be fairly long, as it should never be required unless #define STARTUP_TIMEOUT (30 /* seconds */ * 1000)
* apps or .desktop files are buggy, and it's confusing if
* OpenOffice or whatever seems to stop launching - people
* might decide they need to launch it again.
*/
#define STARTUP_TIMEOUT 15000
SnDisplay *sn_display; SnDisplay *sn_display;
SnMonitorContext *sn_context; SnMonitorContext *sn_context;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment