Comment 33 for bug 1025908

Revision history for this message
Damon Lynch (dlynch3) wrote : Re: Application freezes under Ubuntu 12.10

I have identified the line of code that is causing the bug. It is in the file subfolder.py and is this line:

temp_file.move(download_file, self.progress_callback_no_update, cancellable=None)

That's a call to Gnome's libraries to rename / move a file. For some reason each time it runs under Ubuntu 12.10 it is taking an extremely long time to complete.

Next: figure out what to do about it!