After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724473 - Switch to Tracker 1.0
Switch to Tracker 1.0
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
3.11.x
Other Linux
: High critical
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-02-16 11:27 UTC by Yosef Or Boczko
Modified: 2014-02-16 15:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Switch to Tracker 1.0 (821 bytes, patch)
2014-02-16 11:27 UTC, Yosef Or Boczko
committed Details | Review

Description Yosef Or Boczko 2014-02-16 11:27:26 UTC
See the patch.
Comment 1 Yosef Or Boczko 2014-02-16 11:27:47 UTC
Created attachment 269292 [details] [review]
build: Switch to Tracker 1.0
Comment 2 Debarshi Ray 2014-02-16 15:13:34 UTC
Review of attachment 269292 [details] [review]:

Are you sure you do not have a stale Git checkout:
https://git.gnome.org/browse/gnome-documents/commit/?id=63d75dddce9a22f68a07bfd570bb5ada3148bbba ? :)
Comment 3 Yosef Or Boczko 2014-02-16 15:14:46 UTC
diff --git a/src/application.js b/src/application.js
index 6db3704..6c69eff 100644
--- a/src/application.js
+++ b/src/application.js
@@ -29,7 +29,7 @@ const _ = imports.gettext.gettext;
 imports.gi.versions.GdPrivate = '1.0';
 imports.gi.versions.Gd = '1.0';
 imports.gi.versions.Tracker = '0.18';
-imports.gi.versions.TrackerMiner = '0.18';
+imports.gi.versions.TrackerMiner = '1.0';
 imports.gi.versions.EvinceDocument = '3.0';
 imports.gi.versions.Goa = '1.0';
 imports.gi.versions.WebKit = '3.0';

I  still see here '0.18':
imports.gi.versions.Tracker = '0.18';
Comment 4 Debarshi Ray 2014-02-16 15:22:49 UTC
Review of attachment 269292 [details] [review]:

Yes, you are right. The earlier patch was incomplete. I modified the commit message to refer to the earlier patch.