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

[Tracker] File.Keywords misuse

2006-11-19 Thread tobutaz
Hello, I've got a problem with new tags appearing on files; « tracker-tag -l » lists many tags I didn't set explicitly. It turns out that these tags come from PDF files such as this paper: http://l4ka.org/publications/paper.php?docid=1200 . These are metadata stored in the PDF file, they can be see

[Tracker] File.Keywords misuse

2006-11-19 Thread tobutaz
Hello, I've got a problem with new tags appearing on files; « tracker-tag -l » lists many tags I didn't set explicitly. It turns out that these tags come from PDF files such as this paper: http://l4ka.org/publications/paper.php?docid=1200 . These are metadata stored in the PDF file, they can be see

Re: [Tracker] [PATCH] Quick fix to enable ioprio

2006-10-30 Thread tobutaz
On 10/30/06, Jamie McCracken <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > the attached patch fixes a problem that prevented ioprio support from > > being built on my system (an ubuntu edgy). The problem was that > > _syscall2 only works in the kernel tree, but is not part of

Re: [Tracker] New deskbar plugin

2006-10-25 Thread tobutaz
On 10/25/06, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > 2006/10/25, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Silly me; I'm attaching the correct version. > > Great! I wrote the original tracker-search.py and I like what you did. I > like italic parent dirs better though as the two-lin

Re: [Tracker] debs for 0.5

2006-10-25 Thread tobutaz
On 10/25/06, Eyal Oren <[EMAIL PROTECTED]> wrote: > I would really like to use tracker. Is there maybe somebody that can > provide a deb, for me (and others) that want to use tracker but don't want > to compile and run things from CVS? Until official debs are released, there's still a moderately e

Re: [Tracker] New deskbar plugin

2006-10-24 Thread tobutaz
On 10/25/06, John Stowers <[EMAIL PROTECTED]> wrote: This crashes deskbar for me Silly me; I'm attaching the correct version. # -*- coding: utf-8 -*- # Provides full-text search using tracker. # Returns files in the local filesystem. import gnome import gobject from gettext import gettext as

[Tracker] New deskbar plugin

2006-10-24 Thread tobutaz
Hello all, I've upgraded the deskbar tracker plugin to work with the new tracker 0.5. I've also changed the way files were displayed, making it consistent with the files and places deskbar plugin. Enjoy, Gabriel de Perthuis # -*- coding: utf-8 -*- # Provides full-text search using tracker. # Retu

Re: [Tracker] Various errors with tracker-tag

2006-10-23 Thread tobutaz
> 2°) Segfault > ((([EMAIL PROTECTED])))-> tracker-tag -R HOME /home/baptiste/ Maybe this should be made to work; Clearing tags independently would be more useful than clearing all at once. OTOH, I expect applications won't use this interface but will just do it in D-Bus. _

Re: [Tracker] Feedback for 0.5.0

2006-10-22 Thread tobutaz
[...] > tracker will still crawl through to get the directories to watch every > time you start up and until we have a better kernel system for mass > watching of files thats as good as it can get. I had researched how to do that some time ago; There is such a thing in the form of rlocate: http://

[Tracker] [PATCH] Quick fix to enable ioprio

2006-10-20 Thread tobutaz
Hello, the attached patch fixes a problem that prevented ioprio support from being built on my system (an ubuntu edgy). The problem was that _syscall2 only works in the kernel tree, but is not part of the linux headers in /usr/include. So I had a look at how it was done in the schedutils package i