← Back to team overview

desktop-packages team mailing list archive

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

 

Public bug reported:

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.

** Affects: software-center (Ubuntu)
     Importance: Critical
         Status: New

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

** Description changed:

  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)
+   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.

-- 
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:
  New

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


Follow ups

References