1

I quite like the GNOME search. I would like to integrate another application that I use quite often, specifically geeknote, with the GNOME Dash search. How can I programmatically integrate this or another application, search?

For instance, when I press the Super key and I type something to search for, the Dash retrieves a list of result options, not just files or OS stuff. For example: Gnote notes.

Is there an API for this or something like that?

My Dash search example:

enter image description here

karel
  • 114,770
  • 4
    What do you mean by integrate it with search? Does it not appear when you search for it? What is geeknote and how did you install it? – Zanna Nov 17 '17 at 16:00
  • 3
    @Zanna I think OP was referring to the search result from geeknote's individual note appearing on gnome dash search. – Anwar Nov 24 '17 at 06:03
  • for implementation advice this may be helpful: https://developer.gnome.org/SearchProvider/ – sleidig Jul 13 '18 at 07:39

1 Answers1

3

This is a very general answer. I suggest you to post the question to StackOverflow for more specific solutions.

Assuming that, you're referring to this geeknote which is an evernote client, you need to change the application to integrate with gnome dash search. The application is opensource so you can fork the repository and work on it.

As a help, you can look into gnote's source code to see how things are implemented. Here is the overview page of the Gnome Development guide.

But if you aren't a developer and looking for a solution from end-user's point, the best bet would be to create an issue with geeknote to request an implementation of the search. Other than this, I don't think there would be any third party plugin to help integrate geeknote with gnome dash.

Anwar
  • 76,649