User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1 Build Identifier: The percentage progress bar window doesn't appear because the main GUI is freezed. Reproducible: Always Steps to Reproduce: 1.Open up the Multi Extract Dialog 2.Choose archives with a considerable sizes 3.Extract them Actual Results: The percentage progress bar window doesn't appear because the gtk main loop is freezed. Expected Results: The progress bar should increase as the archives are extracted. I used the pair GDK_THREADS_ENTER / GDK_THREADS_LEAVE in interface.c:1522 but the problem still lies.
Created attachment 1781 Patch for bug 4292 This is a small patch. Basically it just turns off batch mode. It also fixes some GtkProgressBar fraction math.
Fixed in revision 27527.