[Tracker] tracker-extract-xine + cleanups

2006-10-19 Thread Laurent Aguerreche
Hello, a patch to use Xine directly via libxine. So Tracker doesn't call Xine unlike tracker-extract-{totem,mplayer}. In future, I would like to do the same with Gstreamer but currently I have some difficulties with Gstreamer programming practices. :-D This patch also include some trivial cleanu

Re: [Tracker] Feedback for 0.5.0

2006-10-19 Thread Jamie McCracken
Erlend Davidson wrote: >>> What does tracker-search-tool actually require in terms of >>> dependencies? Would gnome-desktop do? >>> >> gnome-desktop gnome-vfs and gconf including dev packages >> > Is it possible to make any of the gnome-stuff optional, or is it better > that other desktop

Re: [Tracker] Feedback for 0.5.0

2006-10-19 Thread Erlend Davidson
Jamie McCracken wrote: > Erlend Davidson wrote: > >> Christoffer Sørensen wrote: >> >>> Hi, >>> >>> I saw that 0.5.0 was released and gave it a go on my laptop (T23). >>> >>> Tracker-search-tool: >>> >>> + looks clean and simple >>> >>> The window needs to be a bit wider because the searc

Re: [Tracker] runtime checking for tracker availability

2006-10-19 Thread Jamie McCracken
Mikkel Kamstrup Erlandsen wrote: > Is there an easy *clean* way to check if tracker is installed at > runtime? I thinking here namely on the deskbar handler which needs to do > this. > > I have been playing around with some dbus stuff. I need a call to check > whether tracker is available witho

Re: [Tracker] Feedback for 0.5.0

2006-10-19 Thread Jamie McCracken
Erlend Davidson wrote: > > Christoffer Sørensen wrote: >> Hi, >> >> I saw that 0.5.0 was released and gave it a go on my laptop (T23). >> >> Tracker-search-tool: >> >> + looks clean and simple >> >> The window needs to be a bit wider because the search field is too narrow. >> >> I gave it a test r

Re: [Tracker] Feedback for 0.5.0

2006-10-19 Thread Jamie McCracken
Christoffer Sørensen wrote: > Hi, > > I saw that 0.5.0 was released and gave it a go on my laptop (T23). > > Tracker-search-tool: > > + looks clean and simple > > The window needs to be a bit wider because the search field is too narrow. okay will fix > > I gave it a test run by searching fo

Re: [Tracker] runtime checking for tracker availability

2006-10-19 Thread Edward Duffy
Until dbus 0.9+ makes into most distros, you can check the lock file # lsof ~/.Tracker/${USER}_tracker_lock this'll return 0 if trackerd is running by ${USER}, 1 otherwise. On 10/19/06, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > Is there an easy *clean* way to check if tracker is ins

Re: [Tracker] [PATCH] prettify snippet markup

2006-10-19 Thread Jamie McCracken
Mikkel Kamstrup Erlandsen wrote: > Hi, > > The new tracker-search-tool is great. Man tracker is fast. > I felt the urge to prettify the snippet rendering a wee bit though. > Patch attached. great thanks I will apply after I have done the debs/rpms for the latest release > > Cheers, > Mikkel >

[Tracker] runtime checking for tracker availability

2006-10-19 Thread Mikkel Kamstrup Erlandsen
Is there an easy *clean* way to check if tracker is installed at runtime? I thinking here namely on the deskbar handler which needs to do this.I have been playing around with some dbus stuff. I need a call to check whether tracker is available without starting it (via dbus activation)! dbus.bus.Lis

Re: [Tracker] Feedback for 0.5.0

2006-10-19 Thread Erlend Davidson
Christoffer Sørensen wrote: > Hi, > > I saw that 0.5.0 was released and gave it a go on my laptop (T23). > > Tracker-search-tool: > > + looks clean and simple > > The window needs to be a bit wider because the search field is too narrow. > > I gave it a test run by searching for "Files". > > It r

[Tracker] Feedback for 0.5.0

2006-10-19 Thread Christoffer Sørensen
Hi, I saw that 0.5.0 was released and gave it a go on my laptop (T23). Tracker-search-tool: + looks clean and simple The window needs to be a bit wider because the search field is too narrow. I gave it a test run by searching for "Files". It returned three results. The next button should have

[Tracker] [PATCH] prettify snippet markup

2006-10-19 Thread Mikkel Kamstrup Erlandsen
Hi,The new tracker-search-tool is great. Man tracker is fast.I felt the urge to prettify the snippet rendering a wee bit though. Patch attached.Cheers,MikkelPS: Is there some offset error when highlighting the matching term in the snippet. It usually doesn't make the last letter or two bold... Sear

Re: [Tracker] Tracker Support in Yelp

2006-10-19 Thread Don Scorgie
Hi, On Thu, 2006-10-19 at 16:27 +0100, Jamie McCracken wrote: > yes we do want to support this - at the moment we do not index help > files but I will look into this. The more integrated tracker is in Gnome > the better! Great! If you have any question, or need any assistance, please let me kn

Re: [Tracker] Tracker Support in Yelp

2006-10-19 Thread Jamie McCracken
Don Scorgie wrote: > Hi, > > Since tracker has (possibly) been proposed for inclusion in GNOME 2.18, > I figured now would be a good time to ask. Are there any plans / would > it be possible to add support for searching documentation for Yelp > (GNOME help browser)? > > Currently, yelp uses eith

Re: [Tracker] invalid field causes trackerd to quit

2006-10-19 Thread Jamie McCracken
Peter Rullmann wrote: > Hi, > > when I call Files.GetMetadataForFilesInFolder with an invalid field > (like "name" instead of "File.Name"), trackerd shuts down quietly. > > Example in Ruby: > reply = files_interface.GetMetadataForFilesInFolder(-1, > "/home/peterpan/Desktop", ["name"]) > > The DB

Re: [Tracker] Man pages for tracker* binaries

2006-10-19 Thread Jamie McCracken
Baptiste Mille-Mathias wrote: > Hello, > > Just a small mail to send you some man pages I wrote by the end of > september. > I never wrote before man pages (so the formatting could be bad) and I > not really sure the docs I wrote are correct or not (I'm really they > are mistake, typo); it's just

Re: [Tracker] Release this weekend and general update

2006-10-19 Thread Jamie McCracken
Edward Duffy wrote: > Alright..installed Ubunutu Edgy this morning and checked out totem > from cvs, so here's a patch that'll make use of totem-video-indexer if > its available. > Thanks applied last night and is in the 0.5.0 release (will do debs tonight) -- Mr Jamie McCracken http://jamiemc

Re: [Tracker] pdf extractor patch

2006-10-19 Thread Jamie McCracken
Edward Duffy wrote: > libpoppler needs g_type_init() called before it'll do anything. Patch > attached. > thanks applied last night -- Mr Jamie McCracken http://jamiemcc.livejournal.com/ ___ tracker-list mailing list tracker-list@gnome.org http://m

[Tracker] Tracker Support in Yelp

2006-10-19 Thread Don Scorgie
Hi, Since tracker has (possibly) been proposed for inclusion in GNOME 2.18, I figured now would be a good time to ask. Are there any plans / would it be possible to add support for searching documentation for Yelp (GNOME help browser)? Currently, yelp uses either beagle (if its available and com