[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-07-29 Thread Gary Lasker
I tested this myself and there have been no new reports of this problem
from testing in lucid-proposed. The fix has been released in lucid in
the package software-center 2.0.7:



software-center (2.0.7) lucid-proposed; urgency=low

  * softwarecenter/view/viewswitcher.py:
- fix crash if partner channel cannot be detected
  (LP: #606452)

 -- Gary Lasker gary.las...@canonical.com  Sat, 17 Jul 2010 01:35:07
-0400

software-center (2.0.6) lucid-proposed; urgency=low

  [ Gary Lasker ]
  * softwarecenter/view/viewswitcher.py:
- only reselect a channel node when a model is available
  (LP: #578497)
  
  [ Michael Vogt ]
  * softwarecenter/view/viewswitcher.py:
- remove specal cases for partner now that soyuz 
  LP: #552560 is fixed (LP: #604693)

 -- Michael Vogt michael.v...@ubuntu.com  Wed, 14 Jul 2010 18:01:38
+0200


** Changed in: software-center (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

** Tags added: verification-done
** Tags removed: verification-needed

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-07-16 Thread Martin Pitt
Checked the diff and it looks rather obvious. However, test case still
appreciated for verification.

** Tags added: verification-needed

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-07-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/software-center

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-07-16 Thread Gary Lasker
Hi Martin, unfortunately this bug is quite intermittent and I was not
able to find a way to reliably reproduce it.  In order to set up the
conditions for the bug, you need to install and/or remove packages
(maybe something like Alarm Clock) and browse Software Center while the
installation/removal is in-process.  If this bug were to recur, it would
happen at the end of the install/remove.

I'm not sure if it's helpful to note also that this fix was released in
maverick over a month ago with no new reports of the crash since.

Thanks!

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-07-14 Thread John Dong
ubuntu-sru should probably be subscribed?

Waiting for a SRU writeup...

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-06-28 Thread Gary Lasker
** Changed in: software-center (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-06-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/software-center/lucid

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-06-10 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 2.1.2

---
software-center (2.1.2) maverick; urgency=low

  [ Gary Lasker ]
  * softwarecenter/view/viewswitcher.py:
- only reselect a channel node when a model is available
  (LP: #578497)
  * fix List view forgets selected row regression (LP: #584969)
  * softwarecenter/view/availablepane.py:
- fix broken searches
  * data/ui/SoftwareCenter.ui,
softwarecenter/app.py,
softwarecenter/view/availablepane.py,
softwarecenter/view/navhistory.py:
- bit of navhistory code housekeeping
- add navhistory back/forward actions and corresponding
  menu items
- integrate navhistory actions with custom back/forward
  buttons
- add accelerator keys for navhistory actions
  * merged lp:~osomon/software-center/memory_leak, fixes
memory leak regression (LP: #577540), thanks Olivier Tilloy!
  * softwarecenter/backend/aptd.py:
- fix error when updating software sources (LP: #586623)
  * merged lp:~osomon/software-center/memory_leak, disconnect
signals to allow appstore to be deleted, thanks Olivier Tilloy!
  * merged lp:~osomon/software-center/fix_appstore_update, remake
pkgname_index_map correctly, many thanks Olivier!
  * softwarecenter/view/historypane.py:
- fix UnboundLocalError if history.log is empty
  * merged lp:~hellium/software-center/installed-date, history
pane log parsing merged to AptHistory, implement Installed since
feature in the details view, many thanks Geliy Sokolov!
  * softwarecenter/apt/apthistory.py,
softwarecenter/view/historypane.py:
- fix launch error in the case where there is no
  history.log file (LP: #591590)

  [ Michael Vogt ]
  * merged  lp:~glatzor/software-center/glatzor to get improved
aptdaemon API
  * test/test_aptd.py:
- update tests to work with new defered magic API
  * debian/control:
- update dependencies on aptdaemon
  * merged lp:~mmcg069/software-center/improve-appview-persistence
(many thanks!)
  * softwarecenter/view/installedpane.py:
- do not crash if model is None (LP: #586306)
  * merged lp:~gary-lasker/software-center/hide_nonapps_pkgs_xapian
many thanks to Jacob Johan Edwards and Gary
  * softwarecenter/apt/apthistory.py:
- add test (and test data) for AptHistory class
- be more async friendly and add test for async
  * merge lp:~mvo/software-center/launchpad-login branch that
provides the infrastructure for LP login/API calls and supports
displaying private PPAs
  * softwarecenter/apt/apthistory.py:
- be more robust against invalid entries (LP: #590281), this
  also need a python-debian fix to be fully working
 -- Michael Vogt michael.v...@ubuntu.com   Thu, 10 Jun 2010 12:04:34 +0200

** Changed in: software-center (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-06-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/software-center

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-06-01 Thread Michael Vogt
** Also affects: software-center (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: software-center (Ubuntu Maverick)
   Importance: Low
 Assignee: Gary Lasker (gary-lasker)
   Status: Fix Committed

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-06-01 Thread Gary Lasker
** Changed in: software-center (Ubuntu Lucid)
   Status: New = In Progress

** Changed in: software-center (Ubuntu Lucid)
   Importance: Undecided = Low

** Changed in: software-center (Ubuntu Lucid)
 Assignee: (unassigned) = Gary Lasker (gary-lasker)

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-05-24 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: New = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Gary Lasker (gary-lasker)

** Changed in: software-center (Ubuntu)
   Importance: Undecided = Low

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-05-24 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-05-24 Thread Gary Lasker
Hi Matthew, thanks for your bug report.  The fix for this one has been
committed and will be available in the next development release of
software-center.

Please continue to report any bugs or problems that you encounter.
Thanks again!

** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-05-10 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578497] Re: software-center crashed with AttributeError in _on_channels_refreshed()

2010-05-10 Thread Matthew Gall

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48236722/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/48236723/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/48236724/ProcStatus.txt

** Visibility changed to: Public

-- 
software-center crashed with AttributeError in _on_channels_refreshed()
https://bugs.launchpad.net/bugs/578497
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs