desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #02229
[Bug 831526] Re: [GTK3] "Install" and "Remove" menu items unavailable ('AppView' object has no attribute 'is_action_in_progress_for_selected_app')
Fixed in branch linked. (Also fixes issues like the install buttons
installing the wrong app etc)
** Changed in: software-center (Ubuntu)
Status: New => Fix Committed
** Changed in: software-center (Ubuntu)
Assignee: (unassigned) => Kiwinote (kiwinote)
** Branch linked: lp:~kiwinote/software-center/tweaks
--
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/831526
Title:
[GTK3] "Install" and "Remove" menu items unavailable ('AppView' object
has no attribute 'is_action_in_progress_for_selected_app')
Status in “software-center” package in Ubuntu:
Fix Committed
Bug description:
software-center-gtk3 trunk r2160, Ubuntu Ocelot
1. Navigate to a software item screen.
2. Open the "File" menu.
What happens:
* Neither the "Install" nor "Remove" items are sensitive.
* A traceback:
------------
Traceback (most recent call last):
File "/home/mpt/hacking/software-center/softwarecenter/ui/gtk3/app.py", line 632, in on_menu_file_activate
if self.active_pane.app_view.is_action_in_progress_for_selected_app():
AttributeError: 'AppView' object has no attribute 'is_action_in_progress_for_selected_app'
------------
What should happen: "Install" should be sensitive if the item is not
installed, being installed, nor queued for installation. "Remove"
should be sensitive if the item is installed, and neither being
removed nor queued for removal.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/831526/+subscriptions
References