Re: [Tracker] Switch to LGPL for libtracker-common, libtracker-db, and libtracker-data

2009-08-21 Thread Philip Van Hoof
veryone who has contributed code used in any of > the aforementioned libraries to reply with a mail to allow us to go > forward with the relicensing. We'll send individual mails to > contributors that we've determined from the change log. Hereby my permission to relicense

Re: [Tracker] New module proposal: tracker

2009-08-21 Thread Philip Van Hoof
l on this branch of the thread, the people working on Beagle already knew this. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ tracker-

Re: [Tracker] About the itsme project

2009-10-06 Thread Philip Van Hoof
had problems like > those... is there an open discussion to join? Yes, search for the Xesam project, join its IRC channel and its mailing list. We discuss development on our ontology via the Xesam project. Where Xesam is devel, OSCAF is the official project. We have a ticket open at OSCAF about the

Re: [Tracker] Write-back data & default/dummy data

2009-10-26 Thread Philip Van Hoof
ff filemonitoring for the file being changed (ignoring it until the writeback is finished) and then storing the mtime storage of it, then unignoring it. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] tracker-store leaking

2009-10-27 Thread Philip Van Hoof
gt; ==32548== possibly lost: 182,731,118 bytes in 2,420,760 blocks > ==32548==still reachable: 113,384 bytes in 1,720 blocks > ==32548== suppressed: 24,748 bytes in 197 blocks > -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: p

Re: [Tracker] Write-back data & default/dummy data

2009-10-27 Thread Philip Van Hoof
use-case will yield wanted results). And I happen to lean towards "if a complex solution and a simple solution both solve the problem, then it's most likely the case that the simple solution is what you want". That simple solution is called the coalesce support that we've put in

Re: [Tracker] Write-back data & default/dummy data

2009-10-27 Thread Philip Van Hoof
On Tue, 2009-10-27 at 15:10 +0100, Philip Van Hoof wrote: > > On Tue, Oct 27, 2009 at 2:54 AM, Martyn Russell > > wrote: > > > Really I think it would be nice if the ontology standards > > could detail this. > > So note for the readers, this a

Re: [Tracker] Crashes in tracker-store

2009-10-29 Thread Philip Van Hoof
3a0353 -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] tracker-indexer segfault libsqlite3.so.0.8.6

2009-11-02 Thread Philip Van Hoof
racker-processes instead of tracker-control (I think). > To clean everything up and start again, you can use tracker-control -r. > > Make sure you built with -g for debug symbols. Yah, Alexander: use export CFLAGS="-O0 -ggdb" before running ./autogen.sh -- Philip Van Hoof, f

Re: [Tracker] tracker-store crash

2009-11-03 Thread Philip Van Hoof
re/applications/gksu.desktop", > > error=0xb29c) at tracker-data-update.c:1789 > > #12 0xb7fb6985 in tracker_sparql_query_execute_drop_graph > > (self=0x83ff120, error=0xb318) at tracker-sparql-query.c:2464 > > #13 tracker_sparql_query_execute (self=0x83ff120, error=0xb318) at > > track

Re: [Tracker] tracker-store crash

2009-11-03 Thread Philip Van Hoof
On Tue, 2009-11-03 at 12:46 +0200, Tshepang Lekhonkhobe wrote: > On Tue, Nov 3, 2009 at 12:04, Philip Van Hoof wrote: > > We can't reproduce this problem. It would be useful if you guys could > > try to reproduce it after applying this patch: > > same crash; I'll do

Re: [Tracker] tracker-store crash

2009-11-03 Thread Philip Van Hoof
On Tue, 2009-11-03 at 11:48 +0100, Philip Van Hoof wrote: > On Tue, 2009-11-03 at 12:46 +0200, Tshepang Lekhonkhobe wrote: > > On Tue, Nov 3, 2009 at 12:04, Philip Van Hoof wrote: > > > We can't reproduce this problem. It would be useful if you guys could > > > tr

Re: [Tracker] tracker-store crash

2009-11-03 Thread Philip Van Hoof
Can you give us a new backtrace? On Tue, 2009-11-03 at 14:01 +0200, Tshepang Lekhonkhobe wrote: > On Tue, Nov 3, 2009 at 13:03, Tshepang Lekhonkhobe wrote: > > On Tue, Nov 3, 2009 at 12:50, Philip Van Hoof wrote: > >> On Tue, 2009-11-03 at 11:48 +0100, Philip Van Hoof wrote: >

Re: [Tracker] tracker-store crash

2009-11-03 Thread Philip Van Hoof
"tracker_db_statement_sqlite_reset", > > expr=0xb7fdab0b "!priv->stmt_is_sunk") at > > /build/buildd-glib2.0_2.22.2-2-i386-R8GTDn/glib2.0-2.22.2/glib/gtestutils.c:1313 > > #5 0xb7fc555c in tracker_db_statement_sqlite_reset (stmt= > optimized out>) at

Re: [Tracker] tracker-store crash

2009-11-04 Thread Philip Van Hoof
quot;, line=1231, > > func=0xb7fdae40 "tracker_db_statement_sqlite_reset", > > expr=0xb7fdab0b "!priv->stmt_is_sunk") at > > /build/buildd-glib2.0_2.22.2-2-i386-R8GTDn/glib2.0-2.22.2/glib/gtestutils.c:1313 > > #5 0xb7fc555c in tracker_db_st

Re: [Tracker] tracker-store crash

2009-11-04 Thread Philip Van Hoof
On Wed, 2009-11-04 at 15:53 +0200, Tshepang Lekhonkhobe wrote: > On Wed, Nov 4, 2009 at 11:45, Philip Van Hoof wrote: > > Okay, we pushed a fix for this in master. Can you guys retest? > > > > Thanks again for all the hard work analyzing this non-trivial problem > &g

Re: [Tracker] tracker-miner-fs crash?

2009-11-10 Thread Philip Van Hoof
uild/buildd-glib2.0_2.22.2-2-i386-R8GTDn/glib2.0-2.22.2/glib/gmain.c:2591 > #8 0xb7c2caea in IA__g_main_loop_run (loop=0x8084d10) at > /build/buildd-glib2.0_2.22.2-2-i386-R8GTDn/glib2.0-2.22.2/glib/gmain.c:2799 > #9 0x08050c0c in main (argc=134684488

Re: [Tracker] tracker-miner-fs crash?

2009-11-10 Thread Philip Van Hoof
c9a66' > > Tracker-Message: Crawling recursively directory '/usr/share/applications' > > > > Tracker-CRITICAL **: Could not initialize currently active mount > > points: 1.345: syntax error, undefined variable > &g

Re: [Tracker] tracker-miner-fs crash?

2009-11-11 Thread Philip Van Hoof
g the SPARQL query in accumulator to be formatted wrongly. I don't know what we can do in case URN is NULL, so I'm just not handling mount points for devices that have no URN. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org

Re: [Tracker] tracker-miner-fs crash?

2009-11-11 Thread Philip Van Hoof
On Wed, 2009-11-11 at 10:00 +0200, Tshepang Lekhonkhobe wrote: > 2009/11/10 Philip Van Hoof : > > On Tue, 2009-11-10 at 17:14 +0200, Tshepang Lekhonkhobe wrote: > >> On Tue, Nov 10, 2009 at 17:08, Tshepang Lekhonkhobe > >> wrote: > >> >&

Re: [Tracker] tracker-miner-fs crash?

2009-11-11 Thread Philip Van Hoof
799 > #17 0x08050c0c in main (argc=134678792, argv=0x2) at > tracker-main.c:343 > > > Also try G_DEBUG=fatal-criticals when you see CRITICAL warnings > passing > > by > > will send this soon as it happens; it's currently running > will send also valgrind

Re: [Tracker] tracker-miner-fs crash?

2009-11-11 Thread Philip Van Hoof
hobe wrote: > 2009/11/10 Philip Van Hoof : > > On Tue, 2009-11-10 at 17:14 +0200, Tshepang Lekhonkhobe wrote: > >> On Tue, Nov 10, 2009 at 17:08, Tshepang Lekhonkhobe > >> wrote: > > > >> >> Auwch, this is memory corruption in the gslice magaz

Re: [Tracker] Developer documentation

2009-11-12 Thread Philip Van Hoof
rted on how the API works. SPARQL and SPARQL Update are the specifications that you need to read, and Nepomuk is the ontology. And then the Tracker 0.7 section here: http://live.gnome.org/Tracker/Documentation You can use that wiki page to add your pages to. -- Philip Van Hoof, freelance s

Re: [Tracker] strange crash in miner-fs

2009-11-12 Thread Philip Van Hoof
tracker.c:528 > #9 0xb7e49eb8 in tracker_miner_commit (miner=0x8079230, > cancellable=0x0, callback=0xb7e4b510 , user_data=0x0) at > tracker-miner.c:1025 > #10 0xb7e4c388 in item_queue_handlers_cb (user_data=0x8079230) at > tracker-miner-fs.c:1308 > #11 0xb7c260b1 in g_idle_dispatc

Re: [Tracker] strange crash in miner-fs

2009-11-12 Thread Philip Van Hoof
t; > On Thu, Nov 12, 2009 at 15:19, Philip Van Hoof wrote: > > > > Please set G_DEBUG=fatal-criticals, and reproduce in gdb > > > > On Thu, 2009-11-12 at 10:26 +0200, Tshepang Lekhonkhobe wrote: > >> Hi, > >> > >> I don't remember seeing

[Tracker] Checking out some miner code while trying to figure out a crash report..

2009-11-12 Thread Philip Van Hoof
g_object_ref (new_file), file_monitor); Otherwise will data->file become unreferenced (dangling pointer) whenever either the hashtable is destroyed or the key is replaced with a GFile that is g_file_equal. I'm just wondering because this would explain a

Re: [Tracker] strange crash in miner-fs

2009-11-12 Thread Philip Van Hoof
; or : (not sure) > > On Thu, Nov 12, 2009 at 15:41, Philip Van Hoof wrote: > > The problem is that it happened in malloc() and was caused by memory > > corruption. So your backtrace ain't useful. > > > > But not long before your memory corruption happened there'

[Tracker] General guidance about feature branches contributors. Or: I rebased the writeback branch and I feel guilty

2009-11-13 Thread Philip Van Hoof
don't have to send flowers, though. We're not your girl -and boyfriends, afaik --). Now if two feature branches need a shared feature urgently we can also discuss early cherry-picking stuff to master. Code! -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot b

Re: [Tracker] tracker-store crash

2009-11-16 Thread Philip Van Hoof
e G_TYPE_DOUBLE: > (gdb) thread apply all bt > > Thread 1 (Thread 0xb7a39750 (LWP 13079)): > #0 value_set_remove_value (value_set=0x0, value=0xb0e8) at > tracker-data-update.c:705 I pushed a fix for this, can you try to reproduce using current master? -- Philip Van Hoof

Re: [Tracker] Crashes with tracker-store and Unac

2009-11-16 Thread Philip Van Hoof
ersions... > > > Laurent. > ___ > tracker-list mailing list > tracker-list@gnome.org > http://mail.gnome.org/mailman/listinfo/tracker-list -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be

Re: [Tracker] tracker-tags-plugin for Nautilus

2009-11-16 Thread Philip Van Hoof
On Sun, 2009-11-15 at 01:25 +0200, Debarshi Ray wrote: > > afaik you need to erase your previous database (tracker-processes -r) > > It works now. Can this change be added to Tracker's ontology? Done -- Philip Van Hoof, freelance software developer home: me at pvanh

Re: [Tracker] tracker-store crash

2009-11-16 Thread Philip Van Hoof
Mon, 2009-11-16 at 17:15 +0200, Tshepang Lekhonkhobe wrote: > On Mon, Nov 16, 2009 at 12:50, Tshepang Lekhonkhobe wrote: > > On Mon, Nov 16, 2009 at 11:56, Philip Van Hoof wrote: > >> On Fri, 2009-11-13 at 13:14 +0200, Tshepang Lekhonkhobe wrote: > >> > >>&g

Re: [Tracker] tracker-store crash

2009-11-17 Thread Philip Van Hoof
2.22.2/glib/gmain.c:2513 > #15 0xb7c60623 in g_main_context_iterate (context=0x806ccd8, block=1, > dispatch=1, self=0x805a8f0) at > /build/buildd-glib2.0_2.22.2-2-i386-R8GTDn/glib2.0-2.22.2/glib/gmain.c:2591 > #16 0xb7c60aea in IA__g_main_loop_run (loop=0x8401a90) at > /build/buildd

Re: [Tracker] [PATCH 00/10] Add option to show version

2009-11-18 Thread Philip Van Hoof
ts.c | 19 +++ > src/tracker-utils/tracker-status.c | 12 > src/tracker-utils/tracker-tag.c| 12 > 10 files changed, 120 insertions(+), 2 deletions(-) > > ___

Re: [Tracker] [PATCH 00/10] Add option to show version

2009-11-19 Thread Philip Van Hoof
k of this option. > > For me, this is the kind of option that I would expect in a program, > like "-?/-h/--help". In fact, they should be standardized :) > > J.A. > > > -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnom

Re: [Tracker] [PATCH 00/10] Add option to show version

2009-11-19 Thread Philip Van Hoof
On Thu, 2009-11-19 at 10:27 +0100, Juan A. Suarez Romero wrote: > On Thu, 2009-11-19 at 10:09 +0100, Philip Van Hoof wrote: Hey Juan, > > > > I'll await the conclusions of this discussion between you and Juan > > before making any changes to Juan's patches. >

Re: [Tracker] [PATCH 00/10] Add option to show version

2009-11-19 Thread Philip Van Hoof
Pushed Thanks! On Thu, 2009-11-19 at 13:48 +0100, Juan A. Suarez Romero wrote: > On Thu, 2009-11-19 at 10:31 +0100, Philip Van Hoof wrote: > > I'd be fine with renaming -v to -V to avoid collision with verbosity. > > Perhaps look at the tracker-store and tracker-miner-fs to

Re: [Tracker] [PATCH] Running Tracker 0.7 in Fremantle

2009-11-20 Thread Philip Van Hoof
racker-files -s Music" and "tracker-query-0.7 -u", and they > return same information. The drawback is that two trackers will be > running. > > Finally, these patches (well, really the first one) should help to fix > GB#601799. > > J.A. > > __

Re: [Tracker] [PATCH] Running Tracker 0.7 in Fremantle

2009-11-20 Thread Philip Van Hoof
On Fri, 2009-11-20 at 16:08 +0100, Juan A. Suarez Romero wrote: > On Fri, 2009-11-20 at 15:20 +0100, Philip Van Hoof wrote: > > I guess the renaming of these files is a team decision that I can't > > make > > on my own, so I can't push these patches right now. >

Re: [Tracker] [PATCH] Running Tracker 0.7 in Fremantle

2009-11-20 Thread Philip Van Hoof
On Fri, 2009-11-20 at 15:47 +0100, Juan A. Suarez Romero wrote: > On Fri, 2009-11-20 at 15:20 +0100, Philip Van Hoof wrote: > > One immediate big remark with the patches is that you are silently > > trying to lower the version requirements for sqlite. > > > > Don'

[Tracker] Request for review of writeback branch

2009-11-22 Thread Philip Van Hoof
r -> tracker-miner-fs -> tracker-store ... (you get the point, don't you?) The fields must be updated because tracker-writeback can cause them to change (mtime, atime, size and mime-type). -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot

Re: [Tracker] [PATCH] Upgrade Exempi requirement from 1.99.2 to 2.1.0

2009-11-23 Thread Philip Van Hoof
cd2046 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -147,7 +147,7 @@ GDK_REQUIRED=1.0 > LIBVORBIS_REQUIRED=0.22 > LIBEXIF_REQUIRED=0.6 > LIBGSF_REQUIRED=1.13 > -EXEMPI_REQUIRED=1.99.2 > +EXEMPI_REQUIRED=2.1.0 > HILDON_THUMBNAIL_REQUIRED=3.0.10 > EVO_REQUIRED=

Re: [Tracker] [PATCH 1/1] tracker-parser: skip empty strings in parser_next

2009-11-23 Thread Philip Van Hoof
; > - for (p = parser->cursor; *p; p = g_utf8_next_char (p)) { > + for (p = parser->cursor; *p && *p != '\0'; p = g_utf8_next_char (p)) { > TrackerParserWordType type; > gunichar c; > -- Philip Van Hoof, f

Re: [Tracker] Request for review of writeback branch

2009-11-25 Thread Philip Van Hoof
On Wed, 2009-11-25 at 09:14 +, Martyn Russell wrote: > On 22/11/09 13:45, Philip Van Hoof wrote: > > Hi guys! > [cut] > It looks really good though Philip and Carlos. Thanks for getting > started on this. > > I have committed some code clean ups. Are there thin

Re: [Tracker] Request for review of writeback branch

2009-11-28 Thread Philip Van Hoof
On Fri, 2009-11-27 at 20:44 +0100, Juan A. Suarez Romero wrote: > On Sun, 2009-11-22 at 14:45 +0100, Philip Van Hoof wrote: > > Hi guys! > > > > I have rebased the writeback branch so that each commit in it is a ~ > > sensible one by either me or Carlos. > > &

Re: [Tracker] [PATCH] tracker-files-utils.c: Handle only regular files.

2009-11-30 Thread Philip Van Hoof
NULL); > + > + if (!file_info) { > + return FALSE; > + } > + > + if (g_file_info_get_file_type (file_info) != G_FILE_TYPE_REGULAR) { > + g_object_unref (file_info); > + return FALSE; > + } > + > + g_object_unref (f

[Tracker] Announcement: We plan to remove the Statistics.Updated signal

2009-12-04 Thread Philip Van Hoof
community for this decision? -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ tracker-list mailing list tracker-list@gnome.org http

Re: [Tracker] Whitespace clean up

2009-12-08 Thread Philip Van Hoof
gt;quad >subqueries > > When makes sense to make these changes? Gradually makes sense. The sudden big commit doesn't make sense to me. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Philip Van Hoof
). I think not only should code be cute to look at, it should also be fun and fast to write. All-spaces isn't fun, and certainly isn't fast to write. It's rather pedantic, and more of an ideology for the all-spaces fanbase than a pragmatic something that really works. -- Phi

Re: [Tracker] autogen trouble

2009-12-17 Thread Philip Van Hoof
the root of Tracker's sources. And Tracker's configure script is seeing that and recursing into it. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be _

Re: [Tracker] Thumbnails?

2009-12-20 Thread Philip Van Hoof
o use the > synchronous calls to lookup, and if create and save thumbnails in the > main thread, either. > > Any help or pointers would be appreaciated. > > Thanks, > Debarshi -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pva

Re: [Tracker] Writeback branch review

2009-12-22 Thread Philip Van Hoof
ocation") == 0 || I removed a trailing whitespace on that line. Was there anything else? > 17, We should probably use tracker_is_blank_string() not > tracker_is_empty_string() here. Fixed > There are other white space issues I found too, so we should really use > git diff --che

Re: [Tracker] build failure if build twice in a row

2010-01-15 Thread Philip Van Hoof
EXTRA_DIST > > > > > What is the status of this kmail plugin anyway? Should it be > > disabled/removed/fixed? > > . > > The question still stands though, if the kmail plugin is actually usable. The plugin is actually usable, yes. -- Philip Van Hoof, f

Re: [Tracker] tracker store segfaults with 0.7.16

2010-01-15 Thread Philip Van Hoof
VE_CACHE, test_schema=0x0, > first_time=0xb228) at tracker-data-manager.c:1032 > iface = 0xb7fff670 > is_first_time_index = > #4 0x080505ad in main (argc=1, argv=0xb2d4) at tracker-main.c:453 > context = > error = 0x0 >

Re: [Tracker] Performance issue in Tracker 0.7.x due to the sparql to sql translator

2010-01-15 Thread Philip Van Hoof
sub-query in the function > translate_group_graph_pattern. > > I know the common SQL "tips" on Internet that say that LEFT (and > RIGHT) JOIN are more efficient than sub-queries. But here, always > having ID as an index in all the tables could explain the difference. >

Re: [Tracker] Little patch regarding the finding configuration paths in libtracker and tracker-control.

2010-01-26 Thread Philip Van Hoof
home_conf_dir = g_get_home_dir (); > + } > + path = g_build_path (G_DIR_SEPARATOR_S, > home_conf_dir, ".config", "tracker", NULL); > } > > - path = g_build_path (G_DIR_SEPARATOR_S,

Re: [Tracker] tracker-miner-rss 0.3

2010-01-26 Thread Philip Van Hoof
gt; > > > > 1: http://github.com/chergert/rss-glib > 2: http://liferea.sourceforge.net/ > 3: http://en.wikipedia.org/wiki/PubSubHubbub > 4: http://projects.gnome.org/libchamplain/ > 5: http://library.gnome.org/devel/libedataserver/stable/ > -- Philip Van Hoof, freelanc

Re: [Tracker] tracker-miner-rss 0.3

2010-01-26 Thread Philip Van Hoof
On Wed, 2010-01-27 at 03:20 +0100, Roberto -MadBob- Guido wrote: > On Wed, 2010-01-27 at 01:38 +0100, Philip Van Hoof wrote: > > Would you guys be interested in getting this piece of software into > > Tracker's repository and project? > This may be interesting, I

Re: [Tracker] tracker-miner-rss 0.3

2010-01-26 Thread Philip Van Hoof
; > Maybe you can have a miner-rss branch of Tracker which can be merged > into master from time to time. Yep, that would work for us. -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded

Re: [Tracker] tracker-miner-rss 0.3

2010-01-27 Thread Philip Van Hoof
On Wed, 2010-01-27 at 04:46 +0100, Roberto Guido wrote: > On Wed, 2010-01-27 at 03:51 +0100, Philip Van Hoof wrote: > > You can also do this work on a gitorious clone, of course. We have the > > git wizards who can cope with distributed remote git repositories ;) > > >

Re: [Tracker] UPDATE of Little patch regarding the finding configuration paths in libtracker and tracker-control.

2010-01-27 Thread Philip Van Hoof
lorent Viard > Software Development Engineer > > fvi...@lacie.com > Phone: +33 1 58 49 57 20 > Fax: +33 1 58 49 57 20 > 33, boulevard du Général Martial Valin > 75015 Paris - FRANCE > www.lacie.com > Please print only if necessary

Re: [Tracker] Thumbnail branch review

2010-02-01 Thread Philip Van Hoof
if we want more immediate updates (i.e. before the > miner is done). > > + if ((g_slist_length (private->moves_from) + > + g_slist_length (private->removes)) > 50) { > + tracker_thumbnailer_send (); > + } > + > > > The rest looks fine to me. I sha

Re: [Tracker] Anonymous File Nodes branch review

2010-02-03 Thread Philip Van Hoof
ml(), extract_imagemagick(), etc: > > - tracker_sparql_builder_subject_iri (metadata, uri); (I'm skipping this, change by Carlos) > 14. The get_file_metadata() function in tracker-extract.c needs fixing > more I think for failure conditions. More specifically, I think

Re: [Tracker] Enhancement proposal: Automatic reindexing when adding new extractors

2010-02-10 Thread Philip Van Hoof
e Foobar extractor has > significantly improved its extractor, and he want's to enforce a > reindex. > He'd then bump the Version counter and the hashsum would change. > > Hope this makes sense. Thoughts? Makes sense to me Cheers, Philip -- Philip Van Hoof, freelance

Re: [Tracker] [Use case] Distribution Packages Management

2010-02-10 Thread Philip Van Hoof
On Wed, 2010-02-10 at 00:49 +0100, Michele Tameni wrote: [CUT] > What you think guys about this? suggestion? question? Awesome, sounds good to me -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog h

Re: [Tracker] tracker-search-tool does not print any result

2010-02-10 Thread Philip Van Hoof
sources). For tracker-search you can use -f to make it print the URL too -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] [Use case] Distribution Packages Management

2010-02-10 Thread Philip Van Hoof
e questions at FOSDEM was that app developers want a query interface to packagekit, to make queries against the metadata of the packages. That could indeed be implemented with tracker-store as RDF store and SPARQL service. But again, do it clientside in packagekit's libraries. No need to go

Re: [Tracker] Can't compile tracker 0.7.20

2010-02-12 Thread Philip Van Hoof
omment’ > > > Do I need to upgrade dbus? Configure ran without problems. > > > Ciao, Marcus > ___ > tracker-list mailing list > tracker-list@gnome.org > http://mail.gnome.org/mailman/listinfo/tracker-list -- Philip Van Hoof, fr

Re: [Tracker] Can't compile tracker 0.7.20

2010-02-12 Thread Philip Van Hoof
On Fri, 2010-02-12 at 13:25 +0100, Philip Van Hoof wrote: > On Fri, 2010-02-12 at 12:06 +0100, Marcus Klemm wrote: > > Hello dear tracker developers, > > > > > > I tried to build the latest tracker from source but receive the > > following error me

Re: [Tracker] Can't compile tracker 0.7.20

2010-02-12 Thread Philip Van Hoof
On Fri, 2010-02-12 at 18:13 +0100, Philip Van Hoof wrote: > On Fri, 2010-02-12 at 13:25 +0100, Philip Van Hoof wrote: > > On Fri, 2010-02-12 at 12:06 +0100, Marcus Klemm wrote: > > > Hello dear tracker developers, > > > > > > > > > I tried to build t

Re: [Tracker] tracker-search-tool does not print any result

2010-02-14 Thread Philip Van Hoof
gt; I use commit 0c7283b308c83b4fceac37d9c56715a5bf1882c7 > (date: Fri Feb 12 21:29:14 2010 +0100) Can you post tracker-store.log and tracker-miner-fs.log? It's of course not normal that tracker-miner-fs adds the file N times to tracker-store, there should be a WHERE part added to th

Re: [Tracker] GUADEC talk

2010-02-17 Thread Philip Van Hoof
racker core team. Not because FOSDEM wasn't great, it was, but because we'd like to make our GUADEC talk a bit more "official", and the contributors are encouraged to make independent proposals for talks. There is also a bit more focus and time for multiple presentations at GU

Re: [Tracker] Modification of nmm ontology

2010-02-18 Thread Philip Van Hoof
> hackish Can you give us a full use-case for this? -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be ___ tracker-list mailing list

[Tracker] Get your ontology proposals and changes in ASAP

2010-02-19 Thread Philip Van Hoof
ovide as a feature. You can follow development of that here: http://git.gnome.org/browse/tracker/log/?h=ontology-cope Cheers, Philip -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://cod

Re: [Tracker] Get your ontology proposals and changes in ASAP

2010-02-19 Thread Philip Van Hoof
On Fri, 2010-02-19 at 10:27 +0100, Philip Van Hoof wrote: [CUT] > This has everything to do with the limited or modest support for coping > with ontology changes that we plan to provide as a feature. You can > follow development of that here: > http://git.gnome.org/browse/tr

Re: [Tracker] ontology-cope-for-master branch review

2010-02-22 Thread Philip Van Hoof
acker_property_get_multiple_values (ALTER TABLE situation) */ This comment is removed in a later commit > 10. Don't use tracker_ namespace for internal functions, coding style: > > + static gint > + tracker_data_update_get_new_service_id (void) This change was reverted in a later

Re: [Tracker] A question regarding to tracker

2010-02-23 Thread Philip Van Hoof
ot;. > > > > Is there a better way? > > Anyone played with nfo:mediaListEntry property before? Is it possible for me > > to create a nmm:ImageList and set its nfo:mediaListEntry to a bunch of image > > files? > > Thanks! > > > > > __

[Tracker] Maemo ontology

2010-02-25 Thread Philip Van Hoof
Hi guys, Because we can't guarantee the Maemo ontology in upstream stable releases, we've made installment of this ontology optional. You can enable installing it using --enable-maemo In Maemo releases that we'll do this is enabled, of course. Cheers, Philip -- Philip Van

Re: [Tracker] Review request: miner-web-review branch

2010-03-01 Thread Philip Van Hoof
applet more than a tracker-preferences pane. Any > feedback is welcome. > > The earthquake here might have slipped in a few bugs in my code, so > review carefuly ;) :-D -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome:

Re: [Tracker] search is broken in nautilus/gtk file selector (since merge of anonymous-file-nodes branch?)

2010-03-02 Thread Philip Van Hoof
arch hits at all. > > Has this already been fixed in later versions of gtk and nautilus? If > so, any pointers to patches? Cheers, Philip -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http

Re: [Tracker] tracker-miner-rss 0.4.0 (and related stuffs)

2010-03-04 Thread Philip Van Hoof
internal architecture) is here -> > http://phidias.barberaware.org . > No stable release has been released since now, but I hope this may be > interesting for someone. > > > > Enjoy :-) > -- Philip Van Hoof, freelance s

Re: [Tracker] Large sparql query results

2010-03-05 Thread Philip Van Hoof
;streaming model" which will do this for you on a QAbstractDataModel as far as I know. http://maemo.gitorious.org/maemo-af/libqttracker Cheers, Philip -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome

Re: [Tracker] Notification and ontology questions

2010-03-09 Thread Philip Van Hoof
e best way to do that? Do I add my own > file, something like /data/ontologies/95_book.ontology? Sounds good. Don't forget to add the tracker:Ontology and tracker:Namespace sections. And keep the nao:lastModified of tracker:Ontology up to date and correct. > - Is there a way to define o

Re: [Tracker] tracker-miner-rss 0.4.0 (and related stuffs)

2010-03-09 Thread Philip Van Hoof
inerRSS)) +#define TRACKER_MINER_RSS_CLASS(c) (G_TYPE_CHECK_CLASS_CAST ((c), TRACKER_TYPE_MINER_RSS, TrackerMinerRSSClass)) +#define TRACKER_IS_MINER_RSS(o)(G_TYPE_CHECK_INSTANCE_TYPE ((o), TRACKER_TYPE_MINER_RSS)) +#define TRACKER_IS_MINER_RSS_CLASS(c) (G_TYPE_CHECK_CLASS_TYPE ((c), TRACKER_TYPE_MINER_R

Re: [Tracker] tracker-miner-rss 0.4.0 (and related stuffs)

2010-03-11 Thread Philip Van Hoof
gchar* +get_message_subject (FeedItem *item) +{ Why aren't you letting feed_item_get_id return rss:// in front? And then just avoid all the string copying for this. Just an idea. + return g_strdup_printf ("rss://%s", feed_item_get_id (item)); +} +typedef struct _TrackerMinerRSS TrackerMi

Re: [Tracker] T-S-T UI Review of .7.x versus .6.x

2010-03-19 Thread Philip Van Hoof
some thing that use the new ontology delete some things that used the new ontology ctrl+c tracker-store etc Now cd $HOME/.cache/tracker rm meta.db tracker-store Your entire database should still be correct ;-) (not saying it works, just saying I coded the theory in 'ontology-cope

Re: [Tracker] Fwd: The results of your email commands

2010-03-25 Thread Philip Van Hoof
unsubscribe > > > > > ___ > tracker-list mailing list > tracker-list@gnome.org > http://mail.gnome.org/mailman/listinfo/tracker-list -- Philip Van Hoof freelance software developer Codeminded BVBA - http://codeminded.be

Re: [Tracker] Deskbar Applet - to be or not to be?

2010-03-25 Thread Philip Van Hoof
de glued to a nice configure.ac, etc ? I'm sure you can convince the nice guys that do packaging for Tracker to package your project! ;) -- Philip Van Hoof freelance software developer Codeminded BVBA - http://codeminded.be ___ tracker-list mail

Re: [Tracker] Deskbar Applet - to be or not to be?

2010-03-25 Thread Philip Van Hoof
On Thu, 2010-03-25 at 17:38 +0100, Juan A. Suarez Romero wrote: > On Thu, 2010-03-25 at 17:28 +0100, Philip Van Hoof wrote: > > How about you starting a gitorious repository with the code glued to a > > nice configure.ac, etc ? > > > > :) > > Because I don&#x

Re: [Tracker] Proposal to improve tracker-miner-fs "up-to-date" check performance

2010-03-29 Thread Philip Van Hoof
that nie:url is wrong? > (4) Free the hash table when miner finishes. > > In most cases, there is no or few change. With this improvement, tracker will > become much much faster. > > Thanks! > -Zhenqiang > ___ > track

Re: [Tracker] [PATCH] Port tracker from libdevkit-power-gobject to libupower-glib

2010-04-14 Thread Philip Van Hoof
__ > tracker-list mailing list > tracker-list@gnome.org > http://mail.gnome.org/mailman/listinfo/tracker-list -- Philip Van Hoof freelance software developer Codeminded BVBA - http://codeminded.be ___ tracker-li

Re: [Tracker] My tracker-store.journal file is huge

2010-04-14 Thread Philip Van Hoof
ted a lot of resources? A GB is by the way not huge in our perspective. You can't safely delete it unless you are willing to loose all of your RDF data. The better way to remove it is to use tracker-control -r -- Philip Van Hoof freelance software developer Codem

Re: [Tracker] [PATCH] Port tracker from libdevkit-power-gobject to libupower-glib

2010-04-14 Thread Philip Van Hoof
On Wed, 2010-04-14 at 09:52 +0100, Martyn Russell wrote: > On 14/04/10 09:11, Philip Van Hoof wrote: > > On Wed, 2010-04-14 at 04:32 +0200, Michael Biebl wrote: [CUT] > Assuming of course you refer to the patches you posted here just > recently to fix the Makefiles? > > I

Re: [Tracker] Ontology change: Add more writeback to NMM

2010-04-15 Thread Philip Van Hoof
eback-taglib). We'll approve it during the merge of it. -- Philip Van Hoof freelance software developer Codeminded BVBA - http://codeminded.be ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] [tracker-list] network support

2010-05-11 Thread Philip Van Hoof
n't want your custom server to implement all that stuff if Apache has done it all already? Cheers Philip -- Philip Van Hoof freelance software developer Codeminded BVBA - http://codeminded.be ___ tracker-list mailing list tracker-list@gnome.org htt

Re: [Tracker] Tracker in RTOS

2010-05-11 Thread Philip Van Hoof
We have no plans to implement our own RDF-based in-memory data-store. > should i be able to define my own metadata for particular format & > from where i can retrieve metadata to process/stored it in list in > another application. I don't know what you mean. Can you give your

Re: [Tracker] Tracker in RTOS

2010-05-11 Thread Philip Van Hoof
On Tue, 2010-05-11 at 15:45 -0400, jamie wrote: > On Tue, 2010-05-11 at 21:19 +0200, Philip Van Hoof wrote: > > On Tue, 2010-05-11 at 12:06 -0700, Remo Remo wrote: > > > > I am not getting why tracker is using sqlite if it's managing its own > > > RDF-based in-

Re: [Tracker] [tracker-list] network support

2010-05-11 Thread Philip Van Hoof
Attached is a response-reply from a reply that Dmitry sent me on my private E-mail address. I think it's interesting for the list, so I'm forwarding it. On Tue, 2010-05-11 at 21:05 +0200, Philip Van Hoof wrote: > On Tue, 2010-05-11 at 22:26 +0400, Dmitry Bashkatov wrote: > > H

Re: [Tracker] [tracker-list] network support

2010-05-11 Thread Philip Van Hoof
rces aren't to be exposed over, for example, UPnp. Even for the selection "multimedia ones": let's allow the user _not_ to expose his private videos on UPnp. The partner might not always like that ... Cheers, Philip -- Philip Van Hoof freelance software developer Codeminded B

Re: [Tracker] Tracker support for Bluetooth/ipod

2010-05-13 Thread Philip Van Hoof
SPARQL and libtracker-client More info available here: http://live.gnome.org/Tracker/Documentation Any form of direct access to the SQLite database will also _always_ require talking SPARQL. We don't provide any direct access to the SQLite database at this moment by the way. Cheers, Phi

<    1   2   3   4   5   6   7   >