[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2014-01-29 Thread Rodney Dawes
** Changed in: software-center/stable-5-6
 Assignee: Rodney Dawes (dobey) = (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Released
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2014-01-29 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Released
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Released
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-05-29 Thread Rodney Dawes
** Changed in: software-center/trunk
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Released
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Released
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-17 Thread Dave Morley
** Changed in: software-center/trunk
   Importance: Undecided = High

** Changed in: software-center/stable-5-6
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-17 Thread Rodney Dawes
** Changed in: software-center/stable-5-6
   Importance: High = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.6.0-0ubuntu2

---
software-center (5.6.0-0ubuntu2) raring; urgency=low

  * debian/patches/00_bzr-typerror-remove-menuitem.patch:
- Avoid TypeError caused by external bug, by removing the Cut
  menu item from the main menu, and making the Copy item not
  used for the search entry. (LP: #1151621)
 -- Rodney Dawes rodney.da...@ubuntu.com   Mon, 08 Apr 2013 15:04:00 -0400

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Fix Released

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-09 Thread Steve Langasek
UIFe granted.

** Changed in: software-center (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Triaged

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-09 Thread Julien Funk
** Tags added: u1-by-user u1-on-production

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Triaged

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-08 Thread Rodney Dawes
** Description changed:

  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)
+   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]
+ I18n: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Confirmed

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-08 Thread Rodney Dawes
** Patch added: debdiff of changes
   
https://bugs.launchpad.net/software-center/+bug/1151621/+attachment/3632077/+files/sc-1151621.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Confirmed

Bug 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: 
https://lists.ubuntu.com/archives/ubuntu-translators/2013-April/005867.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “software-center” package in Ubuntu:
  Confirmed

Bug 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]

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-05 Thread Rodney Dawes
** Description changed:

- I got this error while I tried to open software sources from ubuntu
- software center... but software sources was got opened...
+ 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.
  
- 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
+ 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]

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  New
Status in “software-center” package in Ubuntu:
  Confirmed

Bug 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]

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1151621] Re: [UIFe] TypeError when opening edit menu

2013-04-05 Thread Rodney Dawes
** Summary changed:

- 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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1151621

Title:
  [UIFe] TypeError when opening edit menu

Status in Ubuntu Software Center:
  Fix Committed
Status in Ubuntu Software Center stable-5-6 series:
  Triaged
Status in Ubuntu Software Center trunk series:
  Fix Committed
Status in “gtk+3.0” package in Ubuntu:
  New
Status in “software-center” package in Ubuntu:
  Confirmed

Bug 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/1151621/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp