[Bug 133139] Re: update-manager bug when loading Changes is slow

2011-09-13 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.152.18 --- update-manager (1:0.152.18) oneiric; urgency=low [ Michael Vogt ] * debian/pycompat: - removed, no longer needed * debian/rules: - fix incorrect invocation of --with=python2 [ Robert Roth ] * lp:~evfo

[Bug 133139] Re: update-manager bug when loading Changes is slow

2011-09-12 Thread Launchpad Bug Tracker
** Branch linked: lp:update-manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133139 Title: update-manager bug when loading Changes is slow To manage notifications about this bug go to: https:/

[Bug 133139] Re: update-manager bug when loading Changes is slow

2011-09-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~evfool/update-manager/handlewarning -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/133139 Title: update-manager bug when loading Changes is slow To manage notifications about t

[Bug 133139] Re: update-manager bug when loading Changes is slow

2011-09-05 Thread Robert Roth
** Changed in: update-manager (Ubuntu) Assignee: (unassigned) => Robert Roth (evfool) ** Changed in: update-manager (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 133139] Re: update-manager bug when loading Changes is slow

2011-09-05 Thread Robert Roth
I have managed to reproduce this on Oneiric, setting to Triaged. ** Changed in: update-manager (Ubuntu) Status: Incomplete => Triaged ** Changed in: update-manager (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 133139] Re: update-manager bug when loading Changes is slow

2011-09-05 Thread Robert Roth
Thank you for reporting this bug to Ubuntu. Feisty reached EOL in October, 2008. Please see this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases I've tried recreating this bug with Natty and was unable to, given the information you've provided. Please either a)

[Bug 133139] Re: update-manager bug when loading Changes is slow

2010-06-04 Thread lavinog
I cannot recreate the issue in lucid. -- update-manager bug when loading Changes is slow https://bugs.launchpad.net/bugs/133139 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com htt

[Bug 133139] Re: update-manager bug when loading Changes is slow

2009-05-08 Thread lavinog
This seems to be still an issue in jaunty. I scrolled down the update list using the down key, and when it got to the bottom, the update panel was displaying change logs for every package. Also it gets stuck on kernel packages for a second, but causes 100% cpu on one core. (most likely because of

[Bug 133139] Re: update-manager bug when loading Changes is slow

2007-10-08 Thread Michael Nelson
I've been looking at this bug a little bit, and need a bit of feedback... if any mentors have time :) The problem is pretty straight forward, but the solution isn't (to me anyway!). As noted above, the problem is that the two calls to on_treeview_update_cursor_changed get stacked (rather than usin

[Bug 133139] Re: update-manager bug when loading Changes is slow

2007-10-01 Thread Michael Nelson
Keen to give this a go (and learn a bit about contributing to Ubuntu while I'm at it) :) ** Changed in: update-manager (Ubuntu) Assignee: (unassigned) => Michael Nelson (absoludity) -- update-manager bug when loading Changes is slow https://bugs.launchpad.net/bugs/133139 You received this b

[Bug 133139] Re: update-manager bug when loading Changes is slow

2007-08-29 Thread Michael Vogt
The problem is in: UpdateManager/UpdateManager.py: def on_treeview_update_cursor_changed(self, widget): ... id = button.connect("clicked", lambda w,lock: lock.release(), lock) # wait for the dl-thread while lock.locked(): time.sleep(0.05)