Integrates Tracker-Search into the Gnome-Shell desktop. Depends on Tracker beeing installed and running (http://projects.gnome.org/tracker/) , as well as the GObject Introspection package for Tracker (for Ubuntu that is gir1.2-tracker).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Rejected |
5 | Active |
4 | Rejected |
3 | Rejected |
2 | Rejected |
1 | Rejected |
You can use Gio.AppInfo.get_default_for_type to get the default application for a particular mime type, and you can use Gio.content_type_get_icon to get the document icon. Also, you can use the gjs bindings of Tracker (as used by for example gnome-documents) instead of spawning a process.
I also normally don't discriminate on whitespace and code styles, but seriously now, all these newlines in here make it super hard for me to read the code. You also don't need to guard your enables/disables. No.
@gcampax thanks for the hints and functions names, i'am uploading a new version.