Hello, please excuse my question but is there an established environemet in which all of you devellop, I mean toolchain,GUI editor, also I am havin trouble compilinig the latest tracker sources. Thanks!
On Fri, Feb 4, 2011 at 2:00 PM, <[email protected]> wrote: > Send tracker-list mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.gnome.org/mailman/listinfo/tracker-list > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of tracker-list digest..." > > > Today's Topics: > > 1. Tracker FTS support (Lucian Torje) > 2. ANNOUNCE: tracker 0.9.37 released (unstable) (Martyn Russell) > 3. Re: Tracker FTS support (Adrien Bustany) > 4. Branched for 0.10 (Martyn Russell) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 3 Feb 2011 17:26:16 +0200 > From: Lucian Torje <[email protected]> > To: [email protected] > Subject: [Tracker] Tracker FTS support > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hello all, > I'm trying to find some ways to export and use the tracker database plus > indexes and even if the Tracker FTS seems to be enabled, > I get an error for a simple select query (the library libtracker-fts.so does > not exists). > > user@ubuntu:~/Downloads/*tracker-0.9.35*$ sqlite3 > /home/user/.cache/tracker/meta.db > SQLite version 3.7.2 > Enter ".help" for instructions > Enter SQL statements terminated with a ";" > *sqlite> select * from fts; > Error: no such module: trackerfts* > sqlite> select * from fts_segdir; > 2|0|3|7|7| desktops > 2|1|10|13|13| > do > 1|0|0|0|0| > 1|1|0|0|0| > 1|2|0|0|0| > 0|0|14|28|28| basics > 0|1|0|0|0| > 0|2|29|49|49| appro > 0|3|0|0|0| > 0|4|0|0|0| > 0|5|0|0|0| > sqlite> > > Any help is much appreciated, > Thank you, > Lucian Torje > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <http://mail.gnome.org/archives/tracker-list/attachments/20110203/4607c265/attachment.html> > > ------------------------------ > > Message: 2 > Date: Thu, 03 Feb 2011 17:43:30 +0000 > From: Martyn Russell <[email protected]> > To: [email protected] > Cc: [email protected] > Subject: [Tracker] ANNOUNCE: tracker 0.9.37 released (unstable) > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8; format=flowed > > What is it? > =========== > All-in-one indexer, search tool and metadata database. > > Where can I find out more? > ========================== > You can visit the project web site: > > http://www.tracker-project.org/ > > Where can I get it? > =================== > > http://download.gnome.org/sources/tracker/0.9/ > > What's New? > =========== > > The changes are: > > * New feature: Don't do mtime checks on start up (dramatically > reduces start time for miner-fs) > * Fixes: NB#198003, Don't crash in 'tracker_miner_init', support > GInitable and handle errors gracefully > * Fixes: NB#224342, tracker-control should have options to pause and > resume the miners > * Fixes: NB#218525, tracker-miner is too heavy to start > * Fixes: NB#224763, GLIB CRITICAL ** GLib-GIO - g_dbus_proxy_call: > assertion `parameters == NULL || g_variant_is_of_type (parameters, > G_VARIANT_TYPE_TUPLE)' failed > * Fixes: NB#197067, tracker-miner-fs crawls open files > * Fixes: NB#223938, Don't crash in tracker-extract when using QImage > for SVG files > * Fixes: NB#185309, Extract track numbers from MP3 ID3v2.2 frames > * Fixes: NB#223622, Tracker should update mtime of the > "db-version.txt" stamp file after a backup restoration > * Fixes: NB#223282, --enable-guarantee-metadata and PNG: no > nie:contentCreated > * Fixes: NB#223133, GLIB CRITICAL ** Tracker - file tracker-bus.c: > line 2700: uncaught error: > GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._tracker_5fdate_5ferror_2dquark.Code1 > * Fixes: NB#223148, Don't crash in tracker-extract when passing NULL > artist/album to g_variant_new() > * Fixes: NB#223161, tracker-miner-fs crashes trying to g_object_unref > a GError > * Fixes: NB#222645, Inserting a resource using an non-existing class, > doesn't rollback completely > * Fixes: NB#222494, Tracker writeback uses CPU while recording video > with camera > * Fixes: GB#636074, libunistring and glib collations break fn:starts-with > * Fixes: GB#631955, drop status icon use > * Fixes: GB#623666, Change the 3 days time for removable media > information deletion to a configuration value > * Fixes: GB#600081, Get rid of Bonobo > * functional-tests: Added tests for interaction with applications > creating content > * functional-tests: Added parameter to start the tracker processes > manually > * libtrakcer-data: We now restore tracker:modified values after > journal replay and backup restore > * libtracker-data: Don't journal non-embedded data (e.g. > nie:plainTextContent) > > Translations: > > * Updated cs: Marek ?ernock? > * Updated es: Daniel Mustieles > * Updated et: Ivar Smolin > * Updated fr: Bruno Brouard > * Updated sl: Andrej ?nidar?i? > > Notes: > > The command 'tracker-status' no longer exists, its command line > features have been merged into 'tracker-control'. > > -- > 03 February 2010 > Tracker team > > > ------------------------------ > > Message: 3 > Date: Thu, 3 Feb 2011 19:09:10 +0100 > From: "Adrien Bustany" <[email protected]> > To: "Lucian Torje" <[email protected]> > Cc: [email protected] > Subject: Re: [Tracker] Tracker FTS support > Message-ID: > <[email protected]> > Content-Type: text/plain;charset=utf-8 > >> Hello all, >> I'm trying to find some ways to export and use the tracker database plus >> indexes and even if the Tracker FTS seems to be enabled, >> I get an error for a simple select query (the library libtracker-fts.so >> does >> not exists). >> >> user@ubuntu:~/Downloads/*tracker-0.9.35*$ sqlite3 >> /home/user/.cache/tracker/meta.db >> SQLite version 3.7.2 >> Enter ".help" for instructions >> Enter SQL statements terminated with a ";" >> *sqlite> select * from fts; >> Error: no such module: trackerfts* >> sqlite> select * from fts_segdir; >> 2|0|3|7|7| desktops >> 2|1|10|13|13| >> do >> 1|0|0|0|0| >> 1|1|0|0|0| >> 1|2|0|0|0| >> 0|0|14|28|28| basics >> 0|1|0|0|0| >> 0|2|29|49|49| appro >> 0|3|0|0|0| >> 0|4|0|0|0| >> 0|5|0|0|0| >> sqlite> >> >> Any help is much appreciated, >> Thank you, >> Lucian Torje >> _______________________________________________ >> tracker-list mailing list >> [email protected] >> http://mail.gnome.org/mailman/listinfo/tracker-list >> > > Hi Lucian > > we strongly discourage opening the sqlite db directly. If you want to use > fts, have a look at > http://live.gnome.org/Tracker/Documentation/Examples/SPARQL/FTS > > Cheers > > Adrien > > > > ------------------------------ > > Message: 4 > Date: Fri, 04 Feb 2011 10:42:13 +0000 > From: Martyn Russell <[email protected]> > To: tracker-list <[email protected]> > Subject: [Tracker] Branched for 0.10 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi all, > > We have no branched for 0.10. Only fixes will be applied to this branch, > no new feature development. > > http://git.gnome.org/browse/tracker/log/?h=tracker-0.10 > > In a week or two we will re-evaluate if we're in good shape for the > official release. > > -- > Regards, > Martyn > > > ------------------------------ > > _______________________________________________ > tracker-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/tracker-list > > > End of tracker-list Digest, Vol 60, Issue 3 > ******************************************* > _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
