Re: [Tracker] strange behavior serching debian word

2006-11-12 Thread Jamie McCracken
Carles Briansó wrote: > Hi > > I make a little test, and found a strange behavior > > # tracker-search debian > > trackerd> Executing search with params Files, debian > trackerd> searching for debi with smin 0 and smax 9, offset 0 and limit > 512 > > # tracker-search debie > > trackerd> Execut

[Tracker] strange behavior serching debian word

2006-11-12 Thread Carles Briansó
Hi I make a little test, and found a strange behavior # tracker-search debian trackerd> Executing search with params Files, debian trackerd> searching for debi with smin 0 and smax 9, offset 0 and limit 512 # tracker-search debie trackerd> Executing search with params Files, debie trackerd> se

Re: [Tracker] html_filter generate a extra file

2006-11-12 Thread Jamie McCracken
Laurent Aguerreche wrote: > Le dimanche 12 novembre 2006 à 21:42 +, Jamie McCracken a écrit : >> Laurent Aguerreche wrote: >>> Le dimanche 12 novembre 2006 à 18:33 +, Jamie McCracken a écrit : Carles Briansó wrote: > The html_filter generate a extra file that contains a tags of the

Re: [Tracker] html_filter generate a extra file

2006-11-12 Thread Laurent Aguerreche
Le dimanche 12 novembre 2006 à 21:42 +, Jamie McCracken a écrit : > Laurent Aguerreche wrote: > > Le dimanche 12 novembre 2006 à 18:33 +, Jamie McCracken a écrit : > >> Carles Briansó wrote: > >>> The html_filter generate a extra file that contains a tags of the > >>> original file. > >>> >

Re: [Tracker] html_filter generate a extra file

2006-11-12 Thread Jamie McCracken
Laurent Aguerreche wrote: > Le dimanche 12 novembre 2006 à 18:33 +, Jamie McCracken a écrit : >> Carles Briansó wrote: >>> The html_filter generate a extra file that contains a tags of the >>> original file. >>> >>> Example: >>> >>> I save a file named debian.html in home directory >>> Then the

Re: [Tracker] html_filter generate a extra file

2006-11-12 Thread Laurent Aguerreche
Le dimanche 12 novembre 2006 à 18:33 +, Jamie McCracken a écrit : > Carles Briansó wrote: > > The html_filter generate a extra file that contains a tags of the > > original file. > > > > Example: > > > > I save a file named debian.html in home directory > > Then the trackerd detect and added

Re: [Tracker] html_filter generate a extra file

2006-11-12 Thread Jamie McCracken
Carles Briansó wrote: > The html_filter generate a extra file that contains a tags of the > original file. > > Example: > > I save a file named debian.html in home directory > Then the trackerd detect and added correctly > Later in the directory of debian.html, have a debian_t.txt that contain >

Re: [Tracker] Tracker support to Brasero

2006-11-12 Thread Jamie McCracken
Luca Ferretti wrote: > "Brasero is yet another application to burn CD/DVD for the gnome > desktop. It is designed to be as simple as possible and has some unique > features to enable users to create their discs easily and quickly." > > from http://perso.orange.f

Re: [Tracker] bug in tracker_dbus_init in tracker_dbus.c

2006-11-12 Thread Jamie McCracken
Gergan Penkov wrote: > Hallo all, > > also it is now called always and on any kind of failure with NULL, the > simplest solution is to have something like: > if (connection != NULL) >dbus_connection_set_exit_on_disconnect (connection,FALSE); > thanks have fixed in cvs -- Mr Jamie McCracke

[Tracker] html_filter generate a extra file

2006-11-12 Thread Carles Briansó
The html_filter generate a extra file that contains a tags of the original file. Example: I save a file named debian.html in home directory Then the trackerd detect and added correctly Later in the directory of debian.html, have a debian_t.txt that contain a tags of debian.html file. I see that

[Tracker] Tracker support to Brasero

2006-11-12 Thread Luca Ferretti
"Brasero is yet another application to burn CD/DVD for the gnome desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly." from http://perso.orange.fr/bonfire/ In the long list of

[Tracker] bug in tracker_dbus_init in tracker_dbus.c

2006-11-12 Thread Gergan Penkov
Hallo all, there is a bug in tracker_dbus.c, also the function tracker_dbus_init is defined in the following way: DBusConnection * tracker_dbus_init (void) { DBusError error; DBusConnection *connection; dbus_error_init (&error); connection = dbus_bus_get (DBU

Re: [Tracker] exec parameter for tracker-search

2006-11-12 Thread Jamie McCracken
Edward Duffy wrote: > On 11/12/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: >> I would only accept this if it works with GOptionEntry properly so help >> messages are treated properly >> > I couldn't get it to play nice with GOption. It would eat --exec and > put the exec parameters into the sea

Re: [Tracker] Development version and document formats

2006-11-12 Thread Jamie McCracken
Edward Duffy wrote: > On 11/12/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: >> probably - we should use this for more general xml filtering like a >> text/xml filter? > > Here's another update to the patch. The preivous didn't nice, didn't > support spaces in the file's name, and didn't even ha

Re: [Tracker] Possible Bug in CVS Configure

2006-11-12 Thread Luca Ferretti
Il giorno dom, 12/11/2006 alle 11.43 +, Erlend Davidson ha scritto: > > Luca Ferretti wrote: > > Il giorno sab, 11/11/2006 alle 17.48 +, Erlend Davidson ha scritto: > > > >> Install from cvs fails during configure: > >> > > The l10n support for tracker was previously available in your s

Re: [Tracker] exec parameter for tracker-search

2006-11-12 Thread Edward Duffy
On 11/12/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: > I would only accept this if it works with GOptionEntry properly so help > messages are treated properly > I couldn't get it to play nice with GOption. It would eat --exec and put the exec parameters into the search terms. > if not it might

Re: [Tracker] Development version and document formats

2006-11-12 Thread Edward Duffy
On 11/12/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: probably - we should use this for more general xml filtering like a text/xml filter? Here's another update to the patch. The preivous didn't nice, didn't support spaces in the file's name, and didn't even have '_filter' after the name...i

Re: [Tracker] Install from cvs fails during configure

2006-11-12 Thread Gergan Penkov
On Sun, 12 Nov 2006 15:34:16 -0500 <[EMAIL PROTECTED]> wrote: Hallo, also people, if these errors are on gentoo and you are using the ebuilds from bugzilla, please don't bother the tracker-developers with such things, the problem is in the ebuild and not in tracker itself. I would recommend you t

Re: [Tracker] Install from cvs fails during configure

2006-11-12 Thread Jamie McCracken
> > Same symptom here, with same intltool version, latest available cvs app, > tracker-CVS checkout this morning. Problem appears to be related to the > interaction between intltool.m4 and the rest of the script. Error goes away > if ${ac_aux_dir} is replaced with the actual path of intltool-up

Re: [Tracker] Development version and document formats

2006-11-12 Thread Jamie McCracken
Edward Duffy wrote: > On 11/10/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: >> M (can someone create a filter for this please - it might be possible >> on the command line with abiword) AbiWord15 (abw) > > The command line options only allow for creating files where the > original file is loca

Re: [Tracker] exec parameter for tracker-search

2006-11-12 Thread Jamie McCracken
Edward Duffy wrote: > Here's a quick patch that's gives tracker-search the "-exec" parameter > available in GNU find. You can find more information about this > parameter from find's man page, here's a quick example: > > # tracker-search foobar -exec basename {} \; > > (--exec also works, -exec i

Re: [Tracker] missing parameter in tracker-fam.c: tracker_db_insert_pending_file()

2006-11-12 Thread Jamie McCracken
Rob Til Freedmen wrote: > Without deeper knowledge, i fixed the missing parameter [TRUE, -1] > in file src/trackerd/tracker-fam.c > in function tracker_db_insert_pending_file ( ..., [TRUE, -1] ); > in order to compile successfully - am i right? > til > not quite - parameter should only be TRUE i

Re: [Tracker] Possible Bug in CVS Configure

2006-11-12 Thread Erlend Davidson
Luca Ferretti wrote: > Il giorno sab, 11/11/2006 alle 17.48 +, Erlend Davidson ha scritto: > >> Install from cvs fails during configure: >> >> checking for intltool >= 0.22... awk: cmd. line:1: fatal: cannot open >> file `./intltool-update.in' for reading (No such file or directory) >> awk

Re: [Tracker] Possible Bug in CVS Configure

2006-11-12 Thread Luca Ferretti
Il giorno sab, 11/11/2006 alle 17.48 +, Erlend Davidson ha scritto: > Install from cvs fails during configure: > > checking for intltool >= 0.22... awk: cmd. line:1: fatal: cannot open > file `./intltool-update.in' for reading (No such file or directory) > awk: cmd. line:1: fatal: cannot open