From 0581961c37723dc706c781d1030c868736e4887a Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 27 Feb 2013 14:32:22 +0100 Subject: [PATCH] sleep a bit longer before exiting when acting as proxy to the unity dash --- src/qtgui/rclmain_w.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 9749c112..92501d46 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -451,7 +451,7 @@ void RclMain::viewUrl() // prevent the temp file deletion completely, leaving it // around forever. Better to let the user save a copy if he // wants I think. - sleep(10); + sleep(30); fileExit(); } }