Activity log for bug #1151621

Date Who What changed Old value New value Message
2013-03-07 08:00:44 Sundaravenkataraman bug added bug
2013-03-07 08:10:05 Apport retracing service tags apport-crash i386 need-duplicate-check raring apport-crash i386 raring
2013-03-07 08:10:06 Apport retracing service software-center (Ubuntu): importance Undecided Medium
2013-03-07 08:10:07 Apport retracing service bug added subscriber Crash bug triagers for Ubuntu packages
2013-03-07 08:12:32 Sundaravenkataraman information type Private Public
2013-03-08 10:23:48 Launchpad Janitor software-center (Ubuntu): status New Confirmed
2013-03-26 20:32:11 Logan Rosen bug added subscriber Logan Rosen
2013-03-27 12:59:52 Sebastien Bacher software-center (Ubuntu): importance Medium High
2013-03-27 12:59:52 Sebastien Bacher software-center (Ubuntu): assignee Rodney Dawes (dobey)
2013-03-27 15:35:59 Ubuntu QA Website tags apport-crash i386 raring apport-crash i386 package-qa-testing raring
2013-03-27 15:36:00 Nicholas Skaggs bug added subscriber Nicholas Skaggs
2013-04-04 21:04:30 dobey bug task added gtk+3.0 (Ubuntu)
2013-04-04 21:19:06 dobey bug task added software-center
2013-04-04 21:20:54 dobey nominated for series software-center/stable-5-6
2013-04-04 21:20:54 dobey bug task added software-center/stable-5-6
2013-04-04 21:20:54 dobey nominated for series software-center/trunk
2013-04-04 21:20:54 dobey bug task added software-center/trunk
2013-04-04 21:21:01 dobey software-center/trunk: status New In Progress
2013-04-04 21:21:04 dobey software-center/trunk: assignee Rodney Dawes (dobey)
2013-04-04 21:21:06 dobey software-center/stable-5-6: status New Triaged
2013-04-04 21:21:10 dobey software-center/stable-5-6: assignee Rodney Dawes (dobey)
2013-04-04 21:22:19 Launchpad Janitor branch linked lp:~dobey/software-center/fix-typeerror
2013-04-05 13:53:19 Ubuntu One Auto Pilot software-center/trunk: status In Progress Fix Committed
2013-04-05 14:27:49 dobey summary software-center crashed with TypeError in wrapped(): unbound method get_selection_bounds() must be called with TextBuffer instance as first argument (got SearchEntry instance instead) [UIFe] TypeError when opening edit menu
2013-04-05 14:39:35 dobey description I got this error while I tried to open software sources from ubuntu software center... but software sources was got opened... ProblemType: Crash DistroRelease: Ubuntu 13.04 Package: software-center 5.5.5-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1 Uname: Linux 3.8.0-9-generic i686 ApportVersion: 2.9-0ubuntu2 Architecture: i386 Date: Thu Mar 7 13:26:33 2013 EcryptfsInUse: Yes ExecutablePath: /usr/share/software-center/software-center InstallationDate: Installed on 2012-03-30 (341 days ago) InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) InterpreterPath: /usr/bin/python2.7 MarkForUpload: True PackageArchitecture: all ProcCmdline: /usr/bin/python /usr/bin/software-center PythonArgs: ['/usr/bin/software-center'] SourcePackage: software-center Title: software-center crashed with TypeError in wrapped(): unbound method get_selection_bounds() must be called with TextBuffer instance as first argument (got SearchEntry instance instead) UpgradeStatus: Upgraded to raring on 2013-01-16 (49 days ago) UserGroups: adm admin cdrom dialout libvirtd lp lpadmin plugdev sambashare vboxusers The following trace occurs when opening the "Edit" menu in software-center, as a result of an incompatible change in one of GTK+, pygobject, or libgirepository. The code in software-center is correct, but the bindings are causing the wrong method to be called, resulting in the trace. Traceback (most recent call last): File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 967, in on_menu_edit_activate bounds = self.active_pane.searchentry.get_selection_bounds() File "/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py", line 99, in wrapped ret = method(*args, **kwargs) TypeError: unbound method get_selection_bounds() must be called with TextBuffer instance as first argument (got SearchEntry instance instead) As a work around for this, I have removed the code in software-center, which makes the Cut/Copy items in the Edit menu no longer apply to the search entry. As a result, this also removes the Cut item completely, as it was only used for the search entry. However, it is still possible to use the context-menu when right clicking on the entry, or the standard C-x/C-c key bindings, to cut or copy the selected text in the entry. Mailing list request messages: Docs: https://lists.ubuntu.com/archives/ubuntu-doc/2013-April/017165.html I18n: [pending moderator approval]
2013-04-05 14:39:48 dobey bug added subscriber Ubuntu Release Team
2013-04-06 07:03:48 Launchpad Janitor gtk+3.0 (Ubuntu): status New Confirmed
2013-04-08 15:06:03 dobey description The following trace occurs when opening the "Edit" menu in software-center, as a result of an incompatible change in one of GTK+, pygobject, or libgirepository. The code in software-center is correct, but the bindings are causing the wrong method to be called, resulting in the trace. Traceback (most recent call last): File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 967, in on_menu_edit_activate bounds = self.active_pane.searchentry.get_selection_bounds() File "/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py", line 99, in wrapped ret = method(*args, **kwargs) TypeError: unbound method get_selection_bounds() must be called with TextBuffer instance as first argument (got SearchEntry instance instead) As a work around for this, I have removed the code in software-center, which makes the Cut/Copy items in the Edit menu no longer apply to the search entry. As a result, this also removes the Cut item completely, as it was only used for the search entry. However, it is still possible to use the context-menu when right clicking on the entry, or the standard C-x/C-c key bindings, to cut or copy the selected text in the entry. Mailing list request messages: Docs: https://lists.ubuntu.com/archives/ubuntu-doc/2013-April/017165.html I18n: [pending moderator approval] The following trace occurs when opening the "Edit" menu in software-center, as a result of an incompatible change in one of GTK+, pygobject, or libgirepository. The code in software-center is correct, but the bindings are causing the wrong method to be called, resulting in the trace. Traceback (most recent call last):   File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 967, in on_menu_edit_activate     bounds = self.active_pane.searchentry.get_selection_bounds()   File "/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py", line 99, in wrapped     ret = method(*args, **kwargs) TypeError: unbound method get_selection_bounds() must be called with TextBuffer instance as first argument (got SearchEntry instance instead) As a work around for this, I have removed the code in software-center, which makes the Cut/Copy items in the Edit menu no longer apply to the search entry. As a result, this also removes the Cut item completely, as it was only used for the search entry. However, it is still possible to use the context-menu when right clicking on the entry, or the standard C-x/C-c key bindings, to cut or copy the selected text in the entry. Mailing list request messages: Docs: https://lists.ubuntu.com/archives/ubuntu-doc/2013-April/017165.html I18n: https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html
2013-04-08 19:07:17 dobey attachment added debdiff of changes https://bugs.launchpad.net/software-center/+bug/1151621/+attachment/3632077/+files/sc-1151621.patch
2013-04-09 18:34:07 Steve Langasek software-center (Ubuntu): status Confirmed Triaged
2013-04-10 01:52:50 Julien Funk tags apport-crash i386 package-qa-testing raring apport-crash i386 package-qa-testing raring u1-by-user u1-on-production
2013-04-10 16:40:25 Launchpad Janitor software-center (Ubuntu): status Triaged Fix Released
2013-04-17 12:12:16 Dave Morley gtk+3.0 (Ubuntu): importance Undecided High
2013-04-17 12:12:20 Dave Morley software-center/trunk: importance Undecided High
2013-04-17 12:12:21 Dave Morley software-center/stable-5-6: importance Undecided High
2013-04-17 12:12:59 Dave Morley gtk+3.0 (Ubuntu): importance High Undecided
2013-04-17 13:16:36 dobey software-center/stable-5-6: importance High Medium
2013-05-29 17:46:34 dobey software-center/trunk: status Fix Committed Fix Released
2013-06-06 09:04:27 Launchpad Janitor branch linked lp:ubuntu/software-center
2013-10-15 22:27:56 Stéphane Graber removed subscriber Ubuntu Release Team
2014-01-29 17:42:53 dobey software-center/stable-5-6: assignee Rodney Dawes (dobey)
2014-01-29 20:20:20 Ubuntu Foundations Team Bug Bot tags apport-crash i386 package-qa-testing raring u1-by-user u1-on-production apport-crash i386 package-qa-testing patch raring u1-by-user u1-on-production