apt:package-name?minver= syntax doesn't work for installed items
Bug #678050 reported by
Greg A
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-center (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Ubuntu Software Center 3.0.6, Ubuntu 10.10
software-
1. Go to this URL: apt:epiphany?
1. Go to this URL: apt:firefox?
What happens:
1. Ubuntu Software Center opens to the screen for Epiphany, and says "Version 123 or later not available".
2. USC navigates to the screen for Firefox, and doesn't mention the version number at all.
What should happen: In both cases, it should say "Sorry, version {minver} isn’t available in your current software sources."
Changed in software-center (Ubuntu): | |
importance: | Undecided → Wishlist |
description: | updated |
description: | updated |
Changed in software-center (Ubuntu): | |
importance: | Wishlist → Low |
status: | New → Triaged |
summary: |
- support for "apt:package-name?minver=1.0" syntax + apt:package-name?minver= syntax doesn't work for installed items |
To post a comment you must log in.
Hi Greg! Thanks for the bug report. This is currently implemented in maverick as follows:
- if the pkg is not installed and the available version >= minver, then no visible message is displayed.
- if the pkg is not installed and the available version < minver, then a message is displayed in the pkgstatus bar.
- if the pkg is installed, then in all cases no message is displayed as we already have text in the pkgstatus bar (installed 21/10/2033) and we have a version tag which displays the installed version slightly further down the screen.
It would be great if you could explain in a bit more detail what you were expecting to happen in each (or one) of these cases. Thanks a lot for you help!