Merge lp://qastaging/~mhr3/unity/fix-947301 into lp://qastaging/unity

Proposed by Michal Hruby
Status: Merged
Approved by: Gord Allott
Approved revision: no longer in the source branch.
Merged at revision: 2080
Proposed branch: lp://qastaging/~mhr3/unity/fix-947301
Merge into: lp://qastaging/unity
Diff against target: 69 lines (+20/-5)
4 files modified
UnityCore/HomeLens.cpp (+2/-2)
UnityCore/Lens.cpp (+2/-2)
manual-tests/Lenses.txt (+15/-0)
plugins/unityshell/src/LensView.cpp (+1/-1)
To merge this branch: bzr merge lp://qastaging/~mhr3/unity/fix-947301
Reviewer Review Type Date Requested Status
Mirco Müller (community) Approve
Gord Allott (community) Approve
Review via email: mp+95957@code.qastaging.launchpad.net

Description of the change

== The Problem ==
Crashed lens doesn't restart unless searching in home view.

== The Solution ==
Make sure a Search call can restart a lens just as GlobalSearch can.

== Testing ==
Added a manual test for the issue.

To post a comment you must log in.
Revision history for this message
Gord Allott (gordallott) wrote :

works but killall unity-applications-daemon won't work for precice unity, killall can't find it. requires
killall /usr/lib/unity-lens-applications/unity-applications-daemon

so the manual test needs to be fixed up

review: Needs Fixing
Revision history for this message
Gord Allott (gordallott) wrote :

+1

review: Approve
Revision history for this message
Mirco Müller (macslow) wrote :

I've been able to reproduce your manual-test, but on my system I've to use:

  killall unity-applicati

The reason for this truncated process-name currently escapes me. If I do the stated:

  killall unity-applications-daemon

... I get the response that a process with that name could not be found. Any idea?

Revision history for this message
Mirco Müller (macslow) wrote :

Since this seems to be a current (but odd) feature of Precise and not only happening on my system I'm good with approving your branch.

review: Approve
Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

I always use pkill instead of killall. Just 'pkill -f
unity-applications-daemon'. That definitely works. This reminds me
that we should really add a --replace switch to all dameons. Oh, have
I missed that a gajillion times or more!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.