[Bug 1151621] Re: 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

2013-04-05 Thread Ubuntu One Auto Pilot
** Changed in: software-center/trunk
   Status: In Progress = Fix Committed

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-04-04 Thread Rodney Dawes
** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1151621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-04-04 Thread Rodney Dawes
I've added GTK+ 3.0 as being affected, as this is actually a bug in GTK+
itself, it seems. Or at least, if it's not in GTK+, then it's either
pygobject or libgirepository not correctly binding the methods.

It seems that software-center is making a valid call to
get_selection_bounds() on a GtkSearchEntry widget, which implements the
GtkEditable interface, and provides a get_selection-bounds() method.
However, for some reason, this is being seen as an unbound method when
called here, and the gtk_text_buffer_get_selection_bounds() method is
being called instead, incorrectly, causing the TypeError.

I will implement a workaround in software-center so that the TypeError
gets ignored (as the code in software-center is correct here), which may
cause the Cut and Copy menu items to no longer work for the search
entry. However, the standard key bindings, and the right-click context
menu on the entry, will still work to copy/cut the selected text. Also,
the Cut menu item will be removed as it's not used elsewhere, while Copy
is used for copying text from other parts of the UI.

** Also affects: software-center
   Importance: Undecided
   Status: New

** Also affects: software-center/stable-5-6
   Importance: Undecided
   Status: New

** Also affects: software-center/trunk
   Importance: Undecided
   Status: New

** Changed in: software-center/trunk
   Status: New = In Progress

** Changed in: software-center/trunk
 Assignee: (unassigned) = Rodney Dawes (dobey)

** Changed in: software-center/stable-5-6
   Status: New = Triaged

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

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~dobey/software-center/fix-typeerror

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-04-03 Thread checoimg
I was opening Software sources.

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-03-31 Thread Harald Glatt
For me this happened when I installed a program, then immediately
decided that I don't want it and hit the Remove button that shows up
(while it was still installing) it then removed the Remove button or
grayed it out, not sure anymore - and after the progress bar on the item
was gone the installer crashed and brought me here! Hope it helps
tracking it down!

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-03-29 Thread Frogs Hair
Confirmed - Already reported

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-03-27 Thread Sebastien Bacher
Thank you for your bug report

Rodney, could you look at it? It got 239 reports this month

** Changed in: software-center (Ubuntu)
   Importance: Medium = High

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Rodney Dawes (dobey)

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-03-27 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu Package testing tracker.

A list of all reports related to this bug can be found here:
http://packages.qa.ubuntu.com/qatracker/reports/bugs/1151621

** Tags added: package-qa-testing

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-03-27 Thread Robert Avant
I too have this bug.  I also have a problem with this:

Correcting dependencies... Done
The following extra packages will be installed:
  language-pack-en language-pack-en-base
The following packages will be upgraded:
  language-pack-en language-pack-en-base
2 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
1 not fully installed or removed.
Need to get 0 B/868 kB of archives.
After this operation, 289 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
  language-pack-en-base:amd64 conflicts with language-pack-en:amd64
(Reading database ... 623880 files and directories currently installed.)
Preparing to replace language-pack-en 1:12.10+20121009 (using 
.../language-pack-en_1%3a13.04+20130326_all.deb) ...
Unpacking replacement language-pack-en ...
Replacing files in old package language-pack-en-base ...
Preparing to replace language-pack-en-base 1:12.10+20121009 (using 
.../language-pack-en-base_1%3a13.04+20130321_all.deb) ...
Unpacking replacement language-pack-en-base ...
Replaced by files in installed package language-pack-en ...
Processing triggers for software-center ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
WARNING:softwarecenter.db.update:The file: 
'/usr/share/app-install/desktop/sonic-visualiser:x-sonicvisualiser-layer.desktop'
 could not be read correctly. The application associated with this file will 
not be included in the software catalog. Please consider raising a bug report 
for this issue with the maintainer of that application
WARNING:softwarecenter.db.update:The file: 
'/usr/share/app-install/desktop/gmpc:gmpc.desktop' could not be read correctly. 
The application associated with this file will not be included in the software 
catalog. Please consider raising a bug report for this issue with the 
maintainer of that application
WARNING:softwarecenter.db.update:The file: 
'/usr/share/app-install/desktop/workrave:workrave.desktop' could not be read 
correctly. The application associated with this file will not be included in 
the software catalog. Please consider raising a bug report for this issue with 
the maintainer of that application
WARNING:softwarecenter.db.update:The file: 
'/usr/share/app-install/desktop/sonic-visualiser:x-sonicvisualiser.desktop' 
could not be read correctly. The application associated with this file will not 
be included in the software catalog. Please consider raising a bug report for 
this issue with the maintainer of that application
Software catalog update was successful.
Setting up language-pack-en (1:13.04+20130326) ...
Setting up language-pack-en-base (1:13.04+20130321) ...
Generating locales...
  en_AG.UTF-8... up-to-date
  en_AU.UTF-8... up-to-date
  en_BW.UTF-8... up-to-date
  en_CA.UTF-8... up-to-date
  en_DK.UTF-8... up-to-date
  en_GB.UTF-8... up-to-date
  en_HK.UTF-8... up-to-date
  en_IE.UTF-8... up-to-date
  en_IN.UTF-8... up-to-date
  en_NG.UTF-8... up-to-date
  en_NZ.UTF-8... up-to-date
  en_PH.UTF-8... up-to-date
  en_SG.UTF-8... up-to-date 
  en_US.UTF-8... up-to-date
  en_ZA.UTF-8... up-to-date
  en_ZM.UTF-8... up-to-date
  en_ZW.UTF-8... up-to-date
Generation complete.
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...

I assume the problems might be connected as I have just installed 13.4
as an upgrade from 12.10 64 bit.

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

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

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

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1151621] Re: 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

2013-03-07 Thread Sundaravenkataraman
** Information type changed from Private to Public

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

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)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs