← Back to team overview

desktop-packages team mailing list archive

[Bug 828064] Re: [GTK3] "Remove" button doesn't work in "Installed" section

 

This bug was fixed in the package software-center - 4.1.16

---------------
software-center (4.1.16) oneiric; urgency=low

  [ Michael Vogt ]
  * softwarecenter/ui/gtk3/panes/availablepane.py,
    softwarecenter/ui/gtk3/views/catview_gtk.py:
    - make clicking on top-rated app in a subcategory work
  * softwarecenter/ui/gtk3/widgets/apptreeview.py:
    - fix remove button in the tree (LP: #828064)
  * softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
    - fix crash when scrolling (LP: #828440)
  * softwarecenter/enums.py:
    - add new Icons.INSTALLED_OVERLAY
  * softwarecenter/ui/gtk3/views/appdetailsview_gtk.py:
    - show installed emblem for installed apps (LP: #828253)
  * softwarecenter/ui/{gtk,gtk3}/views/appdetailsview_gtk.py:
    - fixup for the latest GIcon API changes
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
    - use the ubuntu color for the default exhibit LP: #827315
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
    - use a longer exhibit timeout
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
    - reinit mouse pointer when exhibits toggle
  * softwarecenter/ui/gtk3/panes/viewswitcher.py:
    - fix switching back to the main page when clicking on
      "All software" (LP: #828675)
  * softwarecenter/ui/gtk3/models/appstore2.py,
    softwarecenter/ui/gtk3/views/catview_gtk.py,
    softwarecenter/ui/gtk3/widgets/buttons.py:
    - show (raw) categories info in the FeaturedTile()

  [ Matthew McGowan ]
  * lp:~mmcg069/software-center/sortable-app-tree-view:
    - add multiple sort options for the results
    - fix crash if no weblive is available LP: #824603

  [ Martin Pitt ]
  * software-center: Import the static gobject, not the GI module, as this
    uses pygtk.
  * All files: Do not import the gi.repository.GObject module with static
    bindings like gtk, and vice versa. It is brittle now, and breaking with
    newer pygobject versions like 2.90.1.
 -- Michael Vogt <michael.vogt@xxxxxxxxxx>   Thu, 18 Aug 2011 18:36:04 +0200

** Changed in: software-center (Ubuntu)
       Status: In Progress => 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/828064

Title:
  [GTK3] "Remove" button doesn't work in "Installed" section

Status in “software-center” package in Ubuntu:
  Fix Released

Bug description:
  Problem occurs with: software-center-gtk3 trunk r2114, Ubuntu Ocelot
  Does not occur with: Ubuntu Software Centre 4.1.15, Ubuntu Ocelot

  1. Choose "Installed".
  2. Select a package and choose "Remove".

  What happens:
  ------------
  Traceback (most recent call last):
    File "/home/mpt/hacking/software-center/softwarecenter/ui/gtk3/views/appview.py", line 511, in _app_activated_cb
      store.notify_action_request(app, path)
  AttributeError: 'TreeModelFilter' object has no attribute 'notify_action_request'
  ------------
  The item is not removed.

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


References