! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
GUI freezes when using the Multi-Extraxt Dialog
Status:
RESOLVED: FIXED
Product:
Xarchiver
Component:
general

Comments

Description Giuseppe Torelli 2008-08-18 12:24:43 CEST
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.
Comment 1 Tanner Jotblad 2008-08-20 21:36:30 CEST
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.
Comment 2 Giuseppe Torelli 2008-08-21 05:43:16 CEST
Fixed in revision 27527.

Bug #4292

Reported by:
Giuseppe Torelli
Reported on: 2008-08-18
Last modified on: 2008-08-21

People

Assignee:
Giuseppe Torelli
CC List:
0 users

Version

Version:
0.4.9svn

Attachments

Patch for bug 4292 (1.15 KB, patch)
2008-08-20 21:36 CEST , Tanner Jotblad
no flags

Additional information