bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.09k stars 168 forks source link

Question about localisation and icons of file-finder #307

Open gbdematos opened 7 years ago

gbdematos commented 7 years ago

Sorry for opening issues. I didn't find anywhere else to ask.

I see that the app has a folder "locale" with a lot of country codes. Is there any way to change the language?

Also, while searching the results don't have the appropriate icons of the files, just some placeholders: Imgur

Using Windows 10, 64 bits, build 1709.

Is this intended behavior?

Thanks!

bayleedev commented 7 years ago

There is not currently a way to change the language in Zazu, but it is possible for plugins to change their language if they supported that.

scmanjarrez commented 6 years ago

I would like to know if it is possible to show the actual icon of the application instead of a default one.

afaur commented 6 years ago

@scmanjarrez

Here is how the file-finder mac adapter uses app2png (https://github.com/tinytacoteam/app2png) to find an icon for an application: https://github.com/tinytacoteam/zazu-file-finder/blob/master/adapters/osx-mdfind/macfile.js

As for other operating systems I believe we use the fallback adapter which may not have an implementation to determine app icon.