Review of "Tracker Search" version 1

Details Page Preview

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).

Extension Homepage
https://github.com/cewee/tracker-search

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
10 Active
9 Rejected
8 Active
7 Active
6 Rejected
5 Active
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

gcampax posted a review
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.
Jasper St. Pierre posted a review
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.
cewee posted a review
@gcampax thanks for the hints and functions names, i'am uploading a new version.