** Changed in: software-center (Ubuntu)
Assignee: (unassigned) => Michael Vogt (mvo)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/846204
Title:
software-center crashed with ValueError in get_i
I looked at this problem again and fixed it in a different way that
should avoid the need to try/except and ignore the error. Instead the
error should not happen anymore.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.lau
The problem here is actually that when the tree is rebuild expand_path
is called while the tree is in flux and the rowref is simply not found
yet.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/846204
This bug was fixed in the package software-center - 4.1.23.4
---
software-center (4.1.23.4) oneiric; urgency=low
[ Matthew McGowan ]
* utils/submit_review_gtk3.py:
- fix crash when submitting a review (LP: #852016)
* fix the overlay icon position in the (lobby|subcat) featur
** Branch linked: lp:software-center
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/846204
Title:
software-center crashed with ValueError in get_iter(): invalid tree
path '0:0'
To manage notificat
i have personally never seen this crash. it could be the model is
altered without the AppTreeView.clear_model being called which would
reset the 'expanded_path' ...
My lazy solution is to catch any exceptions from the offending code with
a 'try:' (see linked branch)
Not ideal. There is a gtk_tr
Did someone has a idea how to reproduce this bug? Help with reproducing
would be most appreciated!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/846204
Title:
software-center crashed with ValueError
** Visibility changed to: Public
** Changed in: software-center (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/846204
Title:
software-center crashed with