Bug 159018

Summary: krunner does not show special actions incremetally
Product: [Plasma] krunner Reporter: Mike <mike>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: aseigo, dimsuz, wilderkde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mike 2008-03-09 15:20:47 UTC
Version:            (using Devel)
Installed from:    Compiled sources
OS:                Linux

There are a few new commands for krunner, logout, lock etc but these do not show in the search results when you start typing.

eg. typing 'log' should show results for logout but it does not, you have to type the entire command.

It shows the option to switch to another VT but actually starts a new session when that is clicked (think that might be another bug).
Comment 1 Dmitry Suzdalev 2008-10-22 18:06:03 UTC
Confirmed. Can reproduce in trunk (4.2)
Comment 2 Dmitry Suzdalev 2008-10-22 22:09:29 UTC
This bug might be related to bug 162497
Comment 3 Aaron J. Seigo 2008-10-23 10:06:15 UTC
why would it be related? they are completely different runner plugins.

if you look in the sessions runner you'll see that it matches the full word "logout". it doesn't do a partial match against it. whether it should or not ... well, i'm not sure.

the worst thing we could do is show "logout" 95% of the time the user doesn't want it.
Comment 4 Dmitry Suzdalev 2008-10-23 10:14:00 UTC
Ah, sorry. I thought that there's a general matching algorithm in krunner. Now I see that each runner provides its own set of matches, so these are really unrelated.
Comment 5 Jacopo De Simoi 2009-03-22 10:39:54 UTC
So, can we close this?