Merge lp://staging/~bilalakhtar/unity-lens-applications/fix-750262 into lp://staging/unity-lens-applications
Proposed by
Bilal Akhtar
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 201 | ||||
Proposed branch: | lp://staging/~bilalakhtar/unity-lens-applications/fix-750262 | ||||
Merge into: | lp://staging/unity-lens-applications | ||||
Diff against target: |
29 lines (+14/-5) 1 file modified
src/daemon.vala (+14/-5) |
||||
To merge this branch: | bzr merge lp://staging/~bilalakhtar/unity-lens-applications/fix-750262 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mikkel Kamstrup Erlandsen (community) | Approve | ||
Review via email: mp+56526@code.staging.launchpad.net |
Description of the change
This branch fixes bug #750262 .
To post a comment you must log in.
There's something about this implementation I don't like too much. Right now you extract the package name and pass it to software-center. This only works by chance.
The "correct" way would be to pass the full "apt:package_ name" string to AppInfo. launch_ default_ for_uri( ) because the apt: scheme is already registered with GNOME as you can verify by running "gnome-open apt:xterm" in a terminal.