0.5.3 RC1 Released

Suggestions and discussion of future versions
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: 0.5.3 RC1 Released

Post by shirish »

eternalsword wrote:please try current svn r1050 as I made a patch that will not run gui updating code when it's minimized or hidden in tray. Hopefully you can see improvements this way until/if we can sort out the other issues
eternalsword, I tried your latest svn 1051 & deluge is working but I get this output on the CLI. dunno if its a bug or what?

Code: Select all

shirish@Mugglewille:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Initialising plugin FirstLast
Initialising plugin TorrentSearch
Initialising plugin Scheduler
Initialising plugin TorrentNotification
Initialising plugin BlocklistImport
Initialising plugin RSS
Initialising plugin NetworkGraph
Initialising plugin NetworkHealth
Applying preferences
Showing window
Loading blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/shirish/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 810, in update
    self.manager.handle_events()
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 615, in handle_events
    tracker_status = '%s: %s' % (N_("Warning", event["message"]))
TypeError: N_() takes exactly 1 argument (2 given)
I did the make clean, make & sudo make install, the only thing I didn't do is rm -rf .config/deluge.

Please look into it & give some feedback , Cheers!
Last edited by shirish on Fri Jul 20, 2007 11:50 am, edited 1 time in total.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: 0.5.3 RC1 Released

Post by shirish »

plisk wrote:Well, after some research the main issue here is in not so good performance of gtk's tree view widget that is used to display list of torrents. On each update of speeds, progress, status etc of torrents we update the content's of tree view widget and here is where the bottleneck is. As soon as updates of torrents info removed CPU utilization is down to 0%. What to do with all this i haven't decided yet, there is some hacks of custom widgets for grid like display of data that supposed to overcome performance issues of tree view widget but they are hacks and to actually use them you have to play with them to fit it to deluge..

Well, in the end it's a priority issue now for me and we'll see that this all results in.
Plisk, good enough for me, wait to see what you come up with :)
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
nargh
Member
Member
Posts: 16
Joined: Thu Jul 19, 2007 12:28 pm

Re: 0.5.3 RC1 Released

Post by nargh »

Uhm... what about UPnP?
eternalsword
Member
Member
Posts: 44
Joined: Fri Jun 22, 2007 8:08 pm

Re: 0.5.3 RC1 Released

Post by eternalsword »

shirish wrote:
eternalsword wrote:please try current svn r1050 as I made a patch that will not run gui updating code when it's minimized or hidden in tray. Hopefully you can see improvements this way until/if we can sort out the other issues
eternalsword, I tried your latest svn 1051 & deluge is working but I get this output on the CLI. dunno if its a bug or what?

Code: Select all

shirish@Mugglewille:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin DesiredRatio
Initialising plugin TorrentCreator
Initialising plugin FirstLast
Initialising plugin TorrentSearch
Initialising plugin Scheduler
Initialising plugin TorrentNotification
Initialising plugin BlocklistImport
Initialising plugin RSS
Initialising plugin NetworkGraph
Initialising plugin NetworkHealth
Applying preferences
Showing window
Loading blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/shirish/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 810, in update
    self.manager.handle_events()
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 615, in handle_events
    tracker_status = '%s: %s' % (N_("Warning", event["message"]))
TypeError: N_() takes exactly 1 argument (2 given)
I did the make clean, make & sudo make install, the only thing I didn't do is rm -rf .config/deluge.

Please look into it & give some feedback , Cheers!
Thanks for that, should be fixed soon. There was a typo in the code :p

Edit: fixed now in r1053
Post Reply