-
Notifications
You must be signed in to change notification settings - Fork 168
All plugin results are overridden by the file finder plugin #288
Comments
Can I have a copy of your zazurc.json file? Thank you for reporting the issue |
@blainesch yes sure
|
@blainesch any news about this bug? any possible solutions how to overcome this ? |
I can't reproduce the issue myself. I have zazu open and typing in "kill code" returns results from both file finder and fkill. However the "fkill" results are on top since it's a prefix block and the file finder is a root script. Is it possible you have old versions of the file finder or fkill plugins? |
@blainesch how do i know if i have an old version it's not versioned in the non of them is working all of them are overridden by the file finder plugin. |
@gimyboya are you getting file results back or just app results back when you type in "kill code" ? Another issue (bayleeadamoss/zazu-file-finder#36) it getting at the file finder returning files at the incorrect times. In theory "kill code" should only return apps that have some form of that inside of their name, and not files. |
@blainesch File finder will return files and applications by default but mostly application ( i guess that's how it works because it priorities applications) but i don't think the issue there. If needed i can give more examples and it's an unlimited number since all the plugins are not working: npm, devdocs, emoji, clipboard, ... anything you name it |
@gimyboya this is a bug, I'll look into it more. |
@Blainesh I see.. no problem then. if i find a solution i will post it here |
@gimyboya is it possible to screenshare to help me debug this? Or did you want to try and debug it? |
@Blainesh what do you want me to screen share exactly? a debugging session or the app in use ? |
Right, if we were in a shared screen I could hopefully try and figure out the issue with it. Maybe there are some more steps to reproduce this for me locally? |
I too has thise problem. But and many plagine don't work. |
HI, I just installed Zazu, no config no nothing, just fresh install and the search is overriding all other features, when in the config I turn finder off it works just "fine", runing from Windows 10 64bits |
Do you think we should reduce how many results are shown from the file finder? Or do you think they should just always be ranked last? |
I believe that ranking the searches after the plugins should be preferible, that seems to be how other launchers work. Zazu the ui I like the most is cerebro but uses electron, the fastest, lighter, 0 cpu usage seems to be keypirinha but config is anoying and not much plugins, the better skin support on launchy but no plugins, wox seems confortable except for no tab completing, just enter, and zazu I have not been able to try properly because of the search bug so no ranking yet |
@Sniperkillerut we do sort them after getting them from the plugins. There is a score based on the block type, so more specific blocks get better scores. For example a prefix script shows up before a root script. In this case we are talking about a root script. Second, we give blocks higher priority if they have an This brings us to the last sort, if a user clicks on a result with an If we want the file finder to have lower results, I'd suggest dropping the Thoughts? Edit: |
probably the
here is a quick comparison betwen some of the launchers and their approach on plugins and searches |
I ran into this with a fresh install on a new computer. Running |
Same issue. New user, Win10 1709, all plugin results were at the end of the list. @OscarBarrett suggestion solves the problem. Anyway, I have disabled file finder as it's not necessary. However, the tool itself appears to be slow. After I finish actual writing the word is yet to appear. The computer is decent/OS optimized, and therefore, should not be a reason. |
Expected Behavior
when typing a keyword to use a plugin the result should be of the plugin and not of the file finder
Actual Behavior
Zazu displays results for the file finder only as if the other plugins don't exist when i tried to run a debugging session i can see the results returned by the plugins but they don't show in Zazu and i can't use them for example if i type
kill code
to kill VSCode using thezazu-fkill
plugin i receive this responce:but when i press enter it opens an application that best matches the file finder plugin result
Steps to reproduce the behavior
i don't really know how to reproduce this as this si my first time using Zazu
Versions
App Environment: production
App Version: 0.5.2
Electron Version: 1.3.14
Node Version: 6.5.0
Chrome Version: 52.0.2743.82
}
Please, include a link to gist of most applicable
~/.zazu/log/
file.The text was updated successfully, but these errors were encountered: