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
** 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:/
** 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
** 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
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
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)
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
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
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
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
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)
11 matches
Mail list logo