Re: [Tracker] Trackerd and FUSE file systems

2007-01-11 Thread Fredrik Blom
I modified depot.c but not xdmmimecache.c, as it already only had MAP_PRIVATE and not MAP_SHARED. Anyway, I could replicate your findings which you wrote about in the GNOME bugzilla. Trackerd was able to index my files, but I cannot search them. 2007-01-11 16:45 -0600 zer0halo wrote: > Ran into th

Re: [Tracker] [PATCH] autodetect dbus service dir

2007-01-11 Thread Jamie McCracken
Saleem Abdulrasool wrote: > Hi. > > Attached is a patch to autodetect the session service dir. It can > always be overridden with the --with-session-bus-services-dir. > > The name of the patch is slightly misleading (mostly since Im too lazy > to rename it :-p). It should apply cleanly to SVN h

Re: [Tracker] Trackerd and FUSE file systems

2007-01-11 Thread Jamie McCracken
Andrea Vettorello wrote: > On 1/11/07, Fredrik Blom <[EMAIL PROTECTED]> wrote: >> Hello, > > [...] > >> Unfortunately I do not have enough knowledge nor time to fix the problem >> myself. So help any help would be appreciated. >> > > Probably a missing feature in Fuse, for example mmaped write o

Re: [Tracker] Website: update download and development

2007-01-11 Thread Jamie McCracken
Michele Mattioni wrote: > Saleem Abdulrasool ha scritto: >> On Wed, 10 Jan 2007, Michele Mattioni wrote: >> >> >>> download --> update the ubuntu repo, according to the mail sent by >>> >> I dont know if anyone particularly cares, but tracker has been in portage >> since the 0.5.2 release.

Re: [Tracker] [PATCHES] tracker-0.5.3 removal of mysql code & sqlite cleanups

2007-01-11 Thread Jamie McCracken
Michael Biebl wrote: >> 3.) 03-external_sqlite_fixes.patch >> A reworked patch with ideas from saleem, which fixes and simplifies >> the usage of the external system sqlite. > > There was as small copy&paste error in 03-external_sqlite_fixes.patch: > SQLITE3_LIBS="\$(top_srcdir)/src/sqlite3/libsql

[Tracker] [PATCH] autodetect dbus service dir

2007-01-11 Thread Saleem Abdulrasool
Hi. Attached is a patch to autodetect the session service dir. It can always be overridden with the --with-session-bus-services-dir. The name of the patch is slightly misleading (mostly since Im too lazy to rename it :-p). It should apply cleanly to SVN head. Saleem Abdulrasool compnerd (at) g

Re: [Tracker] Trackerd and FUSE file systems

2007-01-11 Thread zer0halo
Ran into the same problem. A couple of changes to the tracker source code keep it from crashing, but the indexing results are off. See bug filed here: http://bugzilla.gnome.org/show_bug.cgi?id=395277 Jamie said he would try to look into it. Fredrik, could you try the same changes, compile from s

Re: [Tracker] Trackerd and FUSE file systems

2007-01-11 Thread Andrea Vettorello
On 1/11/07, Fredrik Blom <[EMAIL PROTECTED]> wrote: > Hello, [...] > > Unfortunately I do not have enough knowledge nor time to fix the problem > myself. So help any help would be appreciated. > Probably a missing feature in Fuse, for example mmaped write or inotify changes ( http://fuse.sourcef

[Tracker] Trackerd and FUSE file systems

2007-01-11 Thread Fredrik Blom
Hello, Around two months ago I sent a mail to this mailing list, concerning a problem in trackerd when running it on top a FUSE file system. No one seemed interested in the problem so I just ignored it and hoped for someone else to fix it. Well, I just saw that 0.5.3 was available, and so I though

Re: [Tracker] trackerd patch to alert the user that the dbus connection is unavailable

2007-01-11 Thread tobutaz
On 1/11/07, Saleem Abdulrasool <[EMAIL PROTECTED]> wrote: > Hi. Hi! > Attached is a patch that displays a dialog when the dbus session bus is > not available, or if trackerd is unable to connect to it. I think that > this is useful, as otherwise, trackerd silently fails to start. An unintended co

Re: [Tracker] trackerd patch to alert the user that the dbus connection is unavailable

2007-01-11 Thread Jamie McCracken
Saleem Abdulrasool wrote: > Hi. > > Attached is a patch that displays a dialog when the dbus session bus is > not available, or if trackerd is unable to connect to it. I think that > this is useful, as otherwise, trackerd silently fails to start. > > In order to display the dialog, there is a de

[Tracker] trackerd patch to alert the user that the dbus connection is unavailable

2007-01-11 Thread Saleem Abdulrasool
Hi. Attached is a patch that displays a dialog when the dbus session bus is not available, or if trackerd is unable to connect to it. I think that this is useful, as otherwise, trackerd silently fails to start. In order to display the dialog, there is a dependency on GTK+, but it does NOT requir

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Tshepang Lekhonkhobe
On 1/11/07, Deji Akingunola <[EMAIL PROTECTED]> wrote: > Hi > > On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > > > I thought it would be a good idea to get rid of 'unnecessary code'. > > Another thing is I run Debian Etch which has xdg-utils and expected it > > to be found in other d

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Deji Akingunola
Hi On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > I thought it would be a good idea to get rid of 'unnecessary code'. > Another thing is I run Debian Etch which has xdg-utils and expected it > to be found in other distros. I suppose then that the patch should > wait for time Fedora

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Jamie McCracken
Tshepang Lekhonkhobe wrote: > On 1/11/07, Jamie McCracken <[EMAIL PROTECTED]> wrote: >> Deji Akingunola wrote: >> > Hi, >> > >> > On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> >> >> Please review and comment if this patch is a good idea or not: >> >> It removes the cod

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Tshepang Lekhonkhobe
On 1/11/07, Jamie McCracken <[EMAIL PROTECTED]> wrote: > Deji Akingunola wrote: > > Hi, > > > > On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> Please review and comment if this patch is a good idea or not: > >> It removes the code for the fallback option of opening f

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Jamie McCracken
Deji Akingunola wrote: > Hi, > > On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Please review and comment if this patch is a good idea or not: >> It removes the code for the fallback option of opening folders with >> nautilus when xdg-utils is not installed. The consequen

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Tshepang Lekhonkhobe
On 1/11/07, Deji Akingunola <[EMAIL PROTECTED]> wrote: > Hi, > > On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Please review and comment if this patch is a good idea or not: > > It removes the code for the fallback option of opening folders with > > nautilus when xdg-u

Re: [Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Deji Akingunola
Hi, On 1/11/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > Hi, > > Please review and comment if this patch is a good idea or not: > It removes the code for the fallback option of opening folders with > nautilus when xdg-utils is not installed. The consequence is that one > must have xdg-uti

Re: [Tracker] trackerd's memory consumption

2007-01-11 Thread Jamie McCracken
Tshepang Lekhonkhobe wrote: > Hi, > > top says that trackerd consumes upwards of 60 MB of RAM. This is > during heavy indexing and I wonder what's wrong, especially since this > is 10x what's advertised. I run svn version dated less than a week > ago. we have recently added a 10,000 word limit to

[Tracker] trackerd's memory consumption

2007-01-11 Thread Tshepang Lekhonkhobe
Hi, top says that trackerd consumes upwards of 60 MB of RAM. This is during heavy indexing and I wonder what's wrong, especially since this is 10x what's advertised. I run svn version dated less than a week ago. ___ tracker-list mailing list tracker-list

[Tracker] t-s-t patch to remove gnome-open in favour of xdg-open

2007-01-11 Thread Tshepang Lekhonkhobe
Hi, Please review and comment if this patch is a good idea or not: It removes the code for the fallback option of opening folders with nautilus when xdg-utils is not installed. The consequence is that one must have xdg-utils installed for this to work. I don't know nothing about config.in stuff t

Re: [Tracker] [PATCH] tracker needs imagemagick

2007-01-11 Thread Erlend Davidson
On 11 Jan 2007, at 01:54, Edward Duffy wrote: > I'm working on getting tracker to use the .desktop file format defined > by the XFCE project (suggested by Erland). It's just about done, and > I'll include the imagemagick version of the pdf thumbnailer in that. > Thanks, I wasn't aware imagemagic

Re: [Tracker] idea for an icon for tracker

2007-01-11 Thread John Stowers
I would go right ahead and ask them. Tango friday is coming up and it would be great to have some more experts eyes on this task. On 1/12/07, Björn Martensen <[EMAIL PROTECTED]> wrote: > How about using something related to Sherlock Holmes for the icon for > tracker? Maybe the hat, the pipe or com

[Tracker] idea for an icon for tracker

2007-01-11 Thread Björn Martensen
How about using something related to Sherlock Holmes for the icon for tracker? Maybe the hat, the pipe or combine them with the magnifier or sth like that. I'm not that good in drawing icons with inkscape (I'm good with drawing on paper though ;)) but I'd like to know what you think about the idea

Re: [Tracker] new to tracker - some questions and suggestions

2007-01-11 Thread Tshepang Lekhonkhobe
On 1/10/07, Jamie McCracken <[EMAIL PROTECTED]> wrote: > I recently introduced a new crawler so there bound to be a bug in there > or two. And it's extremely fast in comparison. Thanks for that... ___ tracker-list mailing list tracker-list@gnome.org http

Re: [Tracker] Website: update download and development

2007-01-11 Thread Michele Mattioni
Saleem Abdulrasool ha scritto: > On Wed, 10 Jan 2007, Michele Mattioni wrote: > > >> download --> update the ubuntu repo, according to the mail sent by >> > > I dont know if anyone particularly cares, but tracker has been in portage > since the 0.5.2 release. > > Saleem Abdulrasool > compn