How to make a script searchable from the launcher

Asked by Anders S. Nordbø

Hi,

My preferred way to start applications is with the fast search menu. Here I find all things that have been installed by the package manager (running Ubuntu 11.10). My problem is that some applications that are not installed using the package manager are not searchable, and I find no way to add applications. In this case I wan to run a java program that has a bash shell wrapper to start it.

Is there some way (including config/code changes) to let the search function find a specific script?

Btw: I have a created a .desktop file for it and it starts the application fine. Would be nice if it was possible to specify such files somewhere (even just to put them in a specific folder) so the search recognizes the application.

Question information

Language:
English Edit question
Status:
Solved
For:
unity-2d Edit question
Assignee:
No assignee Edit question
Solved by:
Michal Hruby
Solved:
Last query:
Last reply:
Revision history for this message
Best Michal Hruby (mhr3) said :
#1

Put the desktop file in ~/.local/share/applications

Revision history for this message
Anders S. Nordbø (anders-sandberg-nordbo) said :
#2

Thanks Michal Hruby, that solved my question.