Description of problem: When new version of deluge is released, lauching deluge always hangs at starup with showing messages like "New version available. Do you want to download it?" (for most times this message does not show up, only 2 windows appear and then deluge hangs) Version-Release number of selected component (if applicable): deluge-0.5.7.1-2.fc9 How reproducible: 100%, when new version of deluge is released. Steps to Reproduce: 1. See above 2. 3. Actual results: See above Expected results: deluge should not hang Additional info: As a workarround: --- /usr/lib/python2.5/site-packages/deluge/common.py.orig 2007-12-10 05:59:33.000000000 +0900 +++ /usr/lib/python2.5/site-packages/deluge/common.py.new 2007-12-23 23:17:52.000000000 +0900 @@ -231,6 +231,7 @@ Send_Info_Thread().start() def new_release_check(): + return import threading class ReleaseThread(threading.Thread): def __init__(self):
Oops, I noticed that you're on vacation. I will fix this.
Should be fixed in 0.5.7.95-1.fc9 0.5.7.1-2.fc8 0.5.7.1-2.fc7
deluge-0.5.7.1-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
deluge-0.5.7.1-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
Thanks very much for the quick fix!
You are welcome :) I actually use deluge.