Re: [Tracker] tracker doesn't index .aMule

2007-12-15 Thread Marcus Fritzsch
On Dec 15, 2007 1:07 PM, jamie <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-12-15 at 06:52 -0500, Anita Lewis wrote: > > jamie wrote: > > > > > > > > we ignore paths which begin with "." - this is hardcoded as hidden > > > directories should never be searched > > > > > > > Could one make a soft link

Re: [Tracker] how to handle this case (nfs share home directory among two PC)

2007-12-03 Thread Marcus Fritzsch
Hi, On Dec 3, 2007 12:28 PM, jamie <[EMAIL PROTECTED]> wrote: > [...] > > > > a. Is get_files()(tracker-utils.c) appropriate place to check remote > > dir? If user explicitly add a remote mounted directoy in watch/crawl > > list, and the SkipRemoteMount == True, the directory should still be > >

Re: [Tracker] 0.6.4 delayed again - outstanding issues

2007-11-18 Thread Marcus Fritzsch
Hi, again, On Nov 19, 2007 12:10 AM, jamie <[EMAIL PROTECTED]> wrote: > [...] > 3) Stop indexing when disk space is low I can take care of this as well. Cheers, Marcus ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/l

Re: [Tracker] 0.6.4 delayed again - outstanding issues

2007-11-18 Thread Marcus Fritzsch
Hi, On Nov 19, 2007 12:10 AM, jamie <[EMAIL PROTECTED]> wrote: > [...] > 4) reset log if it grows more than 10MB Fixed this one - output_log internal with a static size_t counter (no struct stat and no stat(2) and no stat.st_size check ;). OK to commit? Cheers, Marcus ___

Re: [Tracker] Extracting metadata from ps.gz - not complete

2007-10-20 Thread Marcus Fritzsch
On 10/20/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > Hi, > > I started this patch for extraction of gzipped ps-files - it uses zlib > example code wich does the job but than only w/o an inflate > dictionary. I haven't figured taht out, maybe someone here is faste

[Tracker] Extracting metadata from ps.gz - not complete

2007-10-20 Thread Marcus Fritzsch
Hi, I started this patch for extraction of gzipped ps-files - it uses zlib example code wich does the job but than only w/o an inflate dictionary. I haven't figured taht out, maybe someone here is faster than me? ;) It's just a start anyway. Cheers, Marcus diff --git a/src/tracker-extract/tracke

[Tracker] 0.6.3 tracker_parse_text

2007-09-23 Thread Marcus Fritzsch
Hi, here's a backtrace from trackerd being stuck on one file. I did the backtrace several times (i.e. interrupting trackerd, bt, continue, ...) and they were all the same (apart from the pango call frames were at different base addresses so these were really different calls, but still the parse_te

Re: [Tracker] Testing of battery pause on index

2007-09-14 Thread Marcus Fritzsch
On 9/14/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > > * When indexing of normal files started unplugging used the indexer > > and continued when power was plugged in again. > > > > you mean indexing stopped when unplugged? (i hope) Ouch, sorry - messed up that phrase pretty badly. Yes, Indexing

[Tracker] [BUG] Segfault when indexing with current SVN (revision 846)

2007-09-13 Thread Marcus Fritzsch
Hi, when (re)indexing I keep getting a segfault, every time the same file and on multiple machines (however it's a different file for each machine). I could not pin point the bug and one of my machines gives me no valuable back trace (maybe libc trouble). The back trace from one machine is attach

Re: [Tracker] Testing of battery pause on index

2007-09-13 Thread Marcus Fritzsch
On 9/14/07, jamie <[EMAIL PROTECTED]> wrote: > Hi, > > just committed automatic pausing of index on battery > > its not tested yet so would appreciate testing of trackerd going to > sleep when on battery and coming alive when off (linux only!) * When indexing applications I pulled out the power se

Re: [Tracker] [PATCH] sanitizing tracker-handler behavior when t-s-t is missing

2007-09-12 Thread Marcus Fritzsch
On 9/12/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > [...] > 1] http://bugzilla.gnome.org/show_bug.cgi?id=474131 > 2] http://bugzilla.gnome.org/show_bug.cgi?id=474660 > 3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441889 > > For one I proposed a patch which

Re: [Tracker] [PATCH] sanitizing tracker-handler behavior when t-s-t is missing

2007-09-12 Thread Marcus Fritzsch
nd updated by Eugenio Cutolo (eulin) +# +#The static search Handler was splitted to a separate file by Marcus Fritzsch +# +#This program can be distributed under the terms of the GNU GPL version 2 or later. +#See the file COPYING. +# + +import sys +import os.path +import gnome +i

Re: [Tracker] [PATCH] sanitizing tracker-handler behavior when t-s-t is missing

2007-09-12 Thread Marcus Fritzsch
On 9/12/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > 2007/9/11, Marcus Fritzsch <[EMAIL PROTECTED]>: > > > Hey, > > > > here is the patch for the bug reported in the debian BTS[1] regarding > > tracker-handler and t-s-t being missing. With t

[Tracker] [PATCH] sanitizing tracker-handler behavior when t-s-t is missing

2007-09-11 Thread Marcus Fritzsch
Hey, here is the patch for the bug reported in the debian BTS[1] regarding tracker-handler and t-s-t being missing. With this patch, tracker-handler shows a gtk dialog on the first entered search when t-s-t is missing and no action will be taken. This report affects only the deskbar <2.19 handle

Re: [Tracker] [PATCH] deskbar handler support for KMail and Thunderbird - untested!

2007-09-08 Thread Marcus Fritzsch
On 9/8/07, Michal Pryc <[EMAIL PROTECTED]> wrote: > Marcus Fritzsch wrote: > > On 9/7/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > >> 2007/9/7, jamie <[EMAIL PROTECTED]>: > >> > >>> On Thu, 2007-09-06 at 14:27

Re: [Tracker] [PATCH] deskbar handler support for KMail and Thunderbird - untested!

2007-09-07 Thread Marcus Fritzsch
On 9/7/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > 2007/9/7, jamie <[EMAIL PROTECTED]>: > > > On Thu, 2007-09-06 at 14:27 +0200, Marcus Fritzsch wrote: > > > Hey there, hey Migi ;) > > > > > > Heres a test-wise patch for thunderbird

[Tracker] [PATCH] deskbar handler support for KMail and Thunderbird - untested!

2007-09-06 Thread Marcus Fritzsch
Hey there, hey Migi ;) Heres a test-wise patch for thunderbird and kmail support. This thing is untested as I have no emails in evo/tb/kmail ;). Cheers, Marcus tracker_r810_deskbar_handlers_kmail_and_thunderbird_support.patch Description: application/mbox ___

Re: [Tracker] single quotes for arguments to convert, svn r778

2007-09-03 Thread Marcus Fritzsch
On 8/19/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > Hi, > > i noted that he single quotes introduces with svn r778 are causing an > oddness when parsing the output of the extractor, i.e. single quotes > in the width field value. > > As g_spawn_async does not runs

[Tracker] single quotes for arguments to convert, svn r778

2007-08-19 Thread Marcus Fritzsch
Hi, i noted that he single quotes introduces with svn r778 are causing an oddness when parsing the output of the extractor, i.e. single quotes in the width field value. As g_spawn_async does not runs it's commands with /bin/sh (as system(3)) these quotes aren't necessary and therefore are part of

[Tracker] tracker-search-tool segfaults

2007-08-19 Thread Marcus Fritzsch
Hi. I am currently playing with the gnome-main-menu applet, using it's search with t-s-t. However that applet got an invalid dbus session id (dbus restart?) and t-s-t segfaults as tracker_client is not checked for validity. The connect to tracker is in tracker-search-tool.c:2239 and an error need

[Tracker] [PATCH] some fixes for hidden application indexing and tracker-extract

2007-08-16 Thread Marcus Fritzsch
Hi, As there are a number of bug reports, here are two fixes that _might_ fix the tracker-extract-html.c[1] and tracker-extract-imagemagick.c[2] segfaults. The applications fix is mostly cosmetic code change and the fix ;). Cheers, Marcus [1] https://bugs.launchpad.net/ubuntu/+source/tracker/+b

Re: [Tracker] questions

2007-08-15 Thread Marcus Fritzsch
On 8/15/07, Haim Roitgrund <[EMAIL PROTECTED]> wrote: > Two questions about Tracker, if you would. I'm still with 0.5.4 (Ubuntu's > repository, as I can't get 0.6.1 to compile): > > Quotes in the search term: > :~$ tracker-search mexico | wc -l > 178 > :~$ tracker-search "mexico exports" | wc -l >

Re: [Tracker] preference refresh?

2007-08-14 Thread Marcus Fritzsch
On 8/14/07, yelo_3 <[EMAIL PROTECTED]> wrote: > I'd like to know if, when changing preferences from the GUI, trackerd is > automatically refreshed with the new preferences or it needs to be restarted. > If the second, the user should be informed of this trackerd needs to be restarted manually :/

Re: [Tracker] conversation (pidgin) results

2007-08-14 Thread Marcus Fritzsch
On 8/14/07, jamie <[EMAIL PROTECTED]> wrote: > On Tue, 2007-08-14 at 16:30 +0200, Marcus Fritzsch wrote: > > On 8/14/07, yelo_3 <[EMAIL PROTECTED]> wrote: > > > Don't you think that conversation results can be more user friendly? > > > Instead of displa

Re: [Tracker] conversation (pidgin) results

2007-08-14 Thread Marcus Fritzsch
On 8/14/07, yelo_3 <[EMAIL PROTECTED]> wrote: > > I did this in the new deskbar patches (try searching for deskbar on > > the recent ML posts ;)). > > > Sorry, I've deleted them... Will this fix be added to the tracker-search-tool > gui too? > I'm asking for this because I don't like the new appea

Re: [Tracker] conversation (pidgin) results

2007-08-14 Thread Marcus Fritzsch
On 8/14/07, yelo_3 <[EMAIL PROTECTED]> wrote: > Don't you think that conversation results can be more user friendly? > Instead of displaying the filename which is not exhaustive, a brief summary > of the buddy name and the date is really better. > What do you think? I did this in the new deskbar

Re: [Tracker] deskbar handlers and a fix

2007-08-13 Thread Marcus Fritzsch
On 8/13/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > So again, fixes. > > I fixed one bug[1] regarding escaping and quoting in the handlers. As > quoting and escaping is pretty central to the whole matter of opening > something - can someone test emails (and what

[Tracker] deskbar handlers and a fix

2007-08-13 Thread Marcus Fritzsch
: # * Fields displayed in the deskbar applet should be escaped # * There _MUST_ be an unescaped 'uri' field in order to open it #(see also 'escqped_uri' - this URI however should urllib quoted # - Marcus Fritzsch, [EMAIL PROTECTED], 2007-08-13 import re i

[Tracker] 2 deskbar handler versions in one file

2007-08-12 Thread Marcus Fritzsch
Hey there. It's already late - I succeeded at getting 2 deskbar version handlers into one .py - the problem is, the code is rather ugly, just by multiple inheritance the problem is not solved, one needs Implementation classes that wrap the actual work. I don't know if this one is better suited, i

[Tracker] deskbar-handler for deskbar 2.18 and below.

2007-08-12 Thread Marcus Fritzsch
Hi, as my deskbar handler fixes are still not committed ;) here is once again an updated patch. I still found lots of things that had to be fixed, such as development files being categorized as 'normal' files. Application launching is now independent of any user apps like xdg-open and co. I am ju

Re: [Tracker] New deskbar applet for deskbar 2.19

2007-08-10 Thread Marcus Fritzsch
On 8/10/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/8/10, Marcus Fritzsch <[EMAIL PROTECTED]>: > > Hi there. > > > > I'm sending this mail to let you have a look at the new deskbar > > applet. I could reuse a lot of code but still had to c

[Tracker] New deskbar applet for deskbar 2.19

2007-08-10 Thread Marcus Fritzsch
Hi there. I'm sending this mail to let you have a look at the new deskbar applet. I could reuse a lot of code but still had to change on every corner. Icons are handled differently, there are predefined actions, notable an action to run .desktop files ;) (it's the only one I'm using right now). I

Re: [Tracker] [Fwd: [Bug 131247] Re: libdeskbar-tracker crashes at session start]

2007-08-10 Thread Marcus Fritzsch
On 8/10/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 8/10/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > > On 8/10/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > > > 2007/8/10, jamie <[EMAIL PROTECTED]>: > > > > On Fri, 2007-08-10 at

Re: [Tracker] [Fwd: [Bug 131247] Re: libdeskbar-tracker crashes at session start]

2007-08-09 Thread Marcus Fritzsch
On 8/10/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 8/10/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > > 2007/8/10, jamie <[EMAIL PROTECTED]>: > > > On Fri, 2007-08-10 at 00:34 +0200, Marcus Fritzsch wrote: > > > > On 8/10/07, jamie <[

Re: [Tracker] [Fwd: [Bug 131247] Re: libdeskbar-tracker crashes at session start]

2007-08-09 Thread Marcus Fritzsch
On 8/10/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/8/10, jamie <[EMAIL PROTECTED]>: > > On Fri, 2007-08-10 at 00:34 +0200, Marcus Fritzsch wrote: > > > On 8/10/07, jamie <[EMAIL PROTECTED]> wrote: > > > > > > > > marcus, > >

Re: [Tracker] [Fwd: [Bug 131247] Re: libdeskbar-tracker crashes at session start]

2007-08-09 Thread Marcus Fritzsch
On 8/10/07, jamie <[EMAIL PROTECTED]> wrote: > > marcus, > > Ubuntu likes your deskbar patch! Nice! I installed gnome (it made _huge_ leaps!!!) and it's the coolest way using tracker! > mikkel ok to apply this? (if I dont hear from you soon I will apply > anyway) One thing though. I talked with

[Tracker] deskbar-handler, apps, conversations, fixes

2007-08-09 Thread Marcus Fritzsch
Hi Jamie This patch incorporates all I've done in the deskbar-handler so far. The problem[1] reported a race condition with the handler dbus connection and trackerd, this should now be fixed. I've put the connection to dbus into the query method, i.e. the dbus connection will be setup on the firs

Re: [Tracker] [Announce] Tracker 0.6.1

2007-08-08 Thread Marcus Fritzsch
On 8/8/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Il giorno mer, 08/08/2007 alle 14.07 +0100, jamie ha scritto: > > Im pleased to announce a new version of tracker which contains some > > important bugfixes and updated translations > > > > > > http://www.gnome.org/~jamiemcc/tracker/tracker-0

Re: [Tracker] [PATCH] fix the move to an existing file

2007-08-06 Thread Marcus Fritzsch
On 8/7/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > This one fixes (so I hope) the move to an existing file for the > tracker database by deleting the moved-to file first. > > I tested it and w/o that fix an error is printed* and the overwritten > file is not removed fr

[Tracker] [PATCH] fix the move to an existing file

2007-08-06 Thread Marcus Fritzsch
This one fixes (so I hope) the move to an existing file for the tracker database by deleting the moved-to file first. I tested it and w/o that fix an error is printed* and the overwritten file is not removed from the database. With this fix it works as expected. * ERROR: execution of prepared que

Re: [Tracker] [PATCH] Make tracker skip mountpoints

2007-08-06 Thread Marcus Fritzsch
On 8/6/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-08-06 at 13:36 +0200, Marcus Fritzsch wrote: > > > On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2007-08-06 at 04:03 +0

Re: [Tracker] [PATCH] Make tracker skip mountpoints

2007-08-06 Thread Marcus Fritzsch
This is a tracker-prefernces patch for SkipMountOption. However, my glade has done a good job in exploding the patch ;). Cheers, Marcus tracker_r745_skip_mount_points_tracker-preferences.patch.gz Description: GNU Zip compressed data ___ tracker-list ma

Re: [Tracker] [PATCH] Make tracker skip mountpoints

2007-08-06 Thread Marcus Fritzsch
On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-06 at 13:36 +0200, Marcus Fritzsch wrote: > > On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-08-06 at 04:03 +0200, Marcus Fritzsch wrote: > > > > This patch prevents tracker

Re: [Tracker] [PATCH] Make tracker skip mountpoints

2007-08-06 Thread Marcus Fritzsch
On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-06 at 13:36 +0200, Marcus Fritzsch wrote: > > On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-08-06 at 04:03 +0200, Marcus Fritzsch wrote: > > > > This patch prevents tracker

Re: [Tracker] [PATCH] Make tracker skip mountpoints

2007-08-06 Thread Marcus Fritzsch
On 8/6/07, jamie <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-06 at 04:03 +0200, Marcus Fritzsch wrote: > > This patch prevents tracker from descending into mountpoints which is > > a directory other than a watch- or crawl-root. I often have some fs > > (sshfs, nfs)

[Tracker] [PATCH] Make tracker skip mountpoints

2007-08-05 Thread Marcus Fritzsch
This patch prevents tracker from descending into mountpoints which is a directory other than a watch- or crawl-root. I often have some fs (sshfs, nfs) mounted under my $HOME and found tracker going down all these trees. Also, there was a bug report on launchpad about this[1]. I am however not sure

Re: [Tracker] [PATCH] fixing a _bad_ bug in tracker-handler.py

2007-08-05 Thread Marcus Fritzsch
On 8/5/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 8/5/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > > [...] > > > > Cheers , > > > > A few comments. > > > > * I would probably use _("Launch blahblah") for t

Re: [Tracker] [PATCH] fixing a _bad_ bug in tracker-handler.py

2007-08-05 Thread Marcus Fritzsch
On 8/5/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > [...] > > Cheers , > > A few comments. > > * I would probably use _("Launch blahblah") for the description. As is done > in the native application handler in deskbar. Look in > /usr/lib/deskbar-applet/handlers/programs.py the class

Re: [Tracker] [PATCH] fixing a _bad_ bug in tracker-handler.py

2007-08-05 Thread Marcus Fritzsch
On 8/5/07, jamie <[EMAIL PROTECTED]> wrote: > On Sun, 2007-08-05 at 02:53 +0200, Marcus Fritzsch wrote: > > On 8/5/07, jamie <[EMAIL PROTECTED]> wrote: > > > On Thu, 2007-08-02 at 20:49 +0200, Mikkel Kamstrup Erlandsen wrote: > > > > 2

Re: [Tracker] [PATCH] fixing a _bad_ bug in tracker-handler.py

2007-08-04 Thread Marcus Fritzsch
On 8/5/07, jamie <[EMAIL PROTECTED]> wrote: > On Thu, 2007-08-02 at 20:49 +0200, Mikkel Kamstrup Erlandsen wrote: > > 2007/8/2, Marcus Fritzsch <[EMAIL PROTECTED]>: > > Hey there... > > > > There was a pretty bad bug in tracker-handl

Re: [Tracker] [PATCH] tracker applet, fixes and extension

2007-08-04 Thread Marcus Fritzsch
On 8/5/07, jamie <[EMAIL PROTECTED]> wrote: > On Thu, 2007-08-02 at 05:21 +0200, Marcus Fritzsch wrote: > > It was impossible to launch tracker-search-tool because of a > > zero-length argv in the exec call ;). Also, if one tried to exec that > > python thing directl

[Tracker] [PATCH] tracker-status did not checked the returned error value

2007-08-03 Thread Marcus Fritzsch
tracker-status did not checked the error returned by the GetStatus call. This patch fixes it and shows the error if any. Cheers, Marcus diff --git a/src/libtracker/tracker-status.c b/src/libtracker/tracker-status.c index 5ba6051..db24334 100644 --- a/src/libtracker/tracker-status.c +++ b/src/libtr

Re: [Tracker] [PATCH] tracker applet, fixes and extension

2007-08-02 Thread Marcus Fritzsch
Please ignore the extended thing ;) Marcus ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] Why Tracker & Tracker preferences two different tools?

2007-08-02 Thread Marcus Fritzsch
On 8/3/07, shirish <[EMAIL PROTECTED]> wrote: > Hi all, > First of all congratulations on Tracker 0.6.0 & it looks great. > One thing though on Ubuntu/Xubuntu gutsy we have 2 different tools on > the GUI mode, namely :- > > tracker-search-tool and tracker-preferences , While on Ubuntu the too

Re: [Tracker] [PATCH] fixing a _bad_ bug in tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
Hi Mikkel, On 8/2/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > 2007/8/2, Marcus Fritzsch <[EMAIL PROTECTED]>: > > > Hey there... > > > > There was a pretty bad bug in tracker-handler.py which only pops up if > > one has so strange usage

Re: [Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
On 8/2/07, jamie <[EMAIL PROTECTED]> wrote: > On Thu, 2007-08-02 at 18:41 +0200, Marcus Fritzsch wrote: > > Already the first fix. > > > > Escape '%' which happen to be in URIs from jabber private chats. > > > > Cheers, Marcus > > __

Re: [Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
Already the first fix. Escape '%' which happen to be in URIs from jabber private chats. Cheers, Marcus diff --git a/python/deskbar-handler/tracker-handler.py b/python/deskbar-handler/tracker-handler.py index 32b9b12..2a5a8b9 100644 --- a/python/deskbar-handler/tracker-handler.py +++ b/python/desk

[Tracker] [PATCH] Added Services Applications and Conversations to tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
Hi, finally figured how to handle additional services with the tracker deskbar handler. I did some bad mangling of gaim/purple log uris to retrieve misc information, this needs some testing and maybe refinement... Ah, btw, this patch pretends my previous but tentative fix is applied, I'll send a

[Tracker] [PATCH] fixing a _bad_ bug in tracker-handler.py

2007-08-02 Thread Marcus Fritzsch
Hey there... There was a pretty bad bug in tracker-handler.py which only pops up if one has so strange usage patterns as I do ;). A related problem was reported[1]. If traker is running in a different session tracker-handler.py will be happy with its requirements but will actually fail to connect

[Tracker] [PATCH] tracker applet, fixes and extension

2007-08-01 Thread Marcus Fritzsch
It was impossible to launch tracker-search-tool because of a zero-length argv in the exec call ;). Also, if one tried to exec that python thing directly it would stop, do nothing, maybe show an X-cursor because of the missing shebang. This is the fixes.patch The other one, well, does anybody ever

Re: [Tracker] [PATCH] fixing a t-s-t crasher when trackerd is not running

2007-08-01 Thread Marcus Fritzsch
On 8/2/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 8/2/07, jamie <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-08-01 at 14:07 +0200, Marcus Fritzsch wrote: > > > Hi. > > > > > > there are currently 2 (automatic) bug reports[1,2] for t-s-t, I tr

Re: [Tracker] [PATCH] fixing a t-s-t crasher when trackerd is not running

2007-08-01 Thread Marcus Fritzsch
On 8/2/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-08-01 at 14:07 +0200, Marcus Fritzsch wrote: > > Hi. > > > > there are currently 2 (automatic) bug reports[1,2] for t-s-t, I tried > > hard to get it crashing but it did not ;). > > > > Today

Re: [Tracker] website trouble!

2007-08-01 Thread Marcus Fritzsch
On 8/1/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > [...] > It seems really strange. > I can reproduce this type of behavior with epiphany, not with firefox. > Anyway fixing the navbar width to 11em seems to fix it. Yepp. It's fixed (until some even stranger brwoser ...) ;) > The navbar shou

Re: [Tracker] website trouble!

2007-08-01 Thread Marcus Fritzsch
On 8/1/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Il giorno mer, 01/08/2007 alle 16.42 +0200, Marcus Fritzsch ha scritto: > [cut] > > first) > > center the logo > > We use two columns and I think it's okay to put the logo slightly > between the navba

Re: [Tracker] website trouble!

2007-08-01 Thread Marcus Fritzsch
On 8/1/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Il giorno mar, 31/07/2007 alle 18.05 +0200, Tshepang Lekhonkhobe ha > scritto: > > Hi, > > > > Please look at the web screenshot and help find the solution. Problem > > occurs when I enlarge browser text. Thanks... > > 1) Use a video with col

Re: [Tracker] website trouble!

2007-08-01 Thread Marcus Fritzsch
On 7/31/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > Hi, > > Please look at the web screenshot and help find the solution. Problem > occurs when I enlarge browser text. Thanks... That's just different scaling of width. The nav thing is some ... px wide wich is not enough when the font get

[Tracker] [PATCH] fixing a t-s-t crasher when trackerd is not running

2007-08-01 Thread Marcus Fritzsch
Hi. there are currently 2 (automatic) bug reports[1,2] for t-s-t, I tried hard to get it crashing but it did not ;). Today however, I missed starting trackerd and t-s-t crashed, end the backtrace at least seems like the ones from those reports. As there is no more information on those reports I

Re: [Tracker] tracker dependencies notified on website

2007-07-30 Thread Marcus Fritzsch
On 7/31/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/7/31, Marcus Fritzsch <[EMAIL PROTECTED]>: > > On 7/31/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > > > 2007/7/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > It would be fri

Re: [Tracker] tracker dependencies notified on website

2007-07-30 Thread Marcus Fritzsch
On 7/31/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/7/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > It would be friendly to add to the website some pointers, at least to > > assist sourcing the more-obscure dependencies like libunac and libexempi. > > What specific information do you miss

[Tracker] [PATCH] fix to prevent tracker from indexing "" as a word

2007-07-27 Thread Marcus Fritzsch
I noticed tracker indexing the word "" for every file --- or at least the logs showed them. It disturbed me and I went hunting for this one, took pretty long, maybe it's just my code blind eyes :). The problem is that tracker_parse_text_to_string has to insert spaces - but tracker_parse_text_fast

Re: [Tracker] [BUG] crasher with crawled dirs

2007-07-27 Thread Marcus Fritzsch
On 7/27/07, jamie <[EMAIL PROTECTED]> wrote: > On Fri, 2007-07-27 at 17:24 +0200, Marcus Fritzsch wrote: > > On 7/27/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > > > On 7/27/07, jamie <[EMAIL PROTECTED]> wrote: > > > > [...] > > > &g

Re: [Tracker] [BUG] crasher with crawled dirs

2007-07-27 Thread Marcus Fritzsch
On 7/27/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 7/27/07, jamie <[EMAIL PROTECTED]> wrote: > > [...] > > I have committed my fix for this but have not had time to test so pls do > > me the honour! > > Sure! > > At first glance, i.e. one sh

Re: [Tracker] [BUG] crasher with crawled dirs

2007-07-26 Thread Marcus Fritzsch
On 7/27/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > I have committed my fix for this but have not had time to test so pls do > me the honour! Sure! At first glance, i.e. one short run the previous corruption is fixed. A more thorough test will follow, after the mandatory sleep period ;) Thank

Re: [Tracker] [BUG] crasher with crawled dirs

2007-07-26 Thread Marcus Fritzsch
On 7/26/07, jamie <[EMAIL PROTECTED]> wrote: > On Thu, 2007-07-26 at 16:37 +0200, Marcus Fritzsch wrote: > > On 7/26/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > > > PS: is tracker indexing it's own core file? ;) > > > > No, He's not :o).

Re: [Tracker] [BUG] crasher with crawled dirs

2007-07-26 Thread Marcus Fritzsch
On 7/26/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > PS: is tracker indexing it's own core file? ;) No, He's not :o). I had another look over the code and I don't really understand what process_files_thread does for crawled files, i.e. the code block from line 1140.

[Tracker] [BUG] crasher with crawled dirs

2007-07-26 Thread Marcus Fritzsch
Hey, apparently my test were not enough. Last night I let trackerd index my files from within gdb and it segfaulted. So here is what I did to debug the case with gdb: --snip-- (gdb) b trackerd.c:341 Breakpoint 1 at 0x804ee73: file trackerd.c, line 341. (gd

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-25 Thread Marcus Fritzsch
On 7/26/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > > it was not right - it was much more work to do it right which I have > done! Yep, pretty big and complex patch. > I have corrected and applied so pls test it works ok for you Here is what I tested: 1. Watch: Desktop Crawl: Desktop/fil

Re: [Tracker] how to add chinese locale support?

2007-07-25 Thread Marcus Fritzsch
On 7/26/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/7/26, jamie <[EMAIL PROTECTED]>: > > On Wed, 2007-07-25 at 14:43 +0800, jerry tan wrote: > > > except add one zh.po under po directory, > > > any other part of work need to be done? > > > > > > > > > > I dont know im afraid > > > > hopeful

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Marcus Fritzsch
On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Thanks to you all for givin' me a good resean to make a big badge :) > > For a big release a big badge :) Ma, sei italliano... non l'avevo visto ;) Grande! ;) ___ tracker-list mailing list tracke

Re: [Tracker] [PATCH] web updates for 0.6

2007-07-25 Thread Marcus Fritzsch
On 7/25/07, Michele Mattioni <[EMAIL PROTECTED]> wrote: > Thanks for the patch > > Website updated. > > New logo (the preferences ... yep, now official.) > Big badge :) > other stuff ... This is GREAT! :) Marcus ___ tracker-list mailing list tracker

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread Marcus Fritzsch
On 7/25/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-07-25 at 00:52 +0200, Marcus Fritzsch wrote: > > On 7/25/07, jamie <[EMAIL PROTECTED]> wrote: > > > [...] > > > ok mod it so that it uses Home if no watch dirs are set > > > > But that&#

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread Marcus Fritzsch
On 7/25/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > ok mod it so that it uses Home if no watch dirs are set But that's as it is now ;) [src/trackerd/trackerd.c near line 1933] ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread Marcus Fritzsch
On 7/25/07, jamie <[EMAIL PROTECTED]> wrote: > On Wed, 2007-07-25 at 00:21 +0200, Marcus Fritzsch wrote: > > Hi, > > > > On 7/24/07, jamie <[EMAIL PROTECTED]> wrote: > > > On Tue, 2007-07-24 at 16:17 +0200, Marcus Fritzsch wrote: > > > > Hi

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread Marcus Fritzsch
On more email ;) On 7/24/07, jamie <[EMAIL PROTECTED]> wrote: > [...] > > > > The other part: when removing $HOME from WatchDirectoryRoots (also, > > this 'disables' the t-p preferences checkbox), $HOME is added to the > > watched directories if this list is empty (and so is indexed later > > on).

Re: [Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread Marcus Fritzsch
Hi, On 7/24/07, jamie <[EMAIL PROTECTED]> wrote: On Tue, 2007-07-24 at 16:17 +0200, Marcus Fritzsch wrote: > Hi there, > > as the new crawling is there I wanted to try it for my NFS exports > over the net, the problem: it did not worked, the crawled directories > were on th

[Tracker] [PATCH] fixing some bad misbehavior

2007-07-24 Thread Marcus Fritzsch
Hi there, as the new crawling is there I wanted to try it for my NFS exports over the net, the problem: it did not worked, the crawled directories were on the crawled directories list, but were never checked on start - this is one part. The other part: when removing $HOME from WatchDirectoryRoot

Re: [Tracker] [Announce] Tracker 0.6.0 - better late than never!

2007-07-23 Thread Marcus Fritzsch
On 7/24/07, jamie <[EMAIL PROTECTED]> wrote: > Im pleased to announce a new version of tracker with tons of exciting > new features Nicely done! Thankfully we have Michael, so he can package that _hot_ thing for all the waiting Debian users :D. Best regards, Marcus __

Re: [Tracker] [PATCH] man pages and cli tool's basic help

2007-07-23 Thread Marcus Fritzsch
On 7/23/07, jamie <[EMAIL PROTECTED]> wrote: > On Mon, 2007-07-23 at 02:52 +0200, Marcus Fritzsch wrote: > > Hi, again. > > > > The command line utilities that printed information about services > > available were partly wrong or nor up to date. > > > >

Re: [Tracker] patch for pidgin(known as gaim before)

2007-07-23 Thread Marcus Fritzsch
On 7/23/07, Rick Ju <[EMAIL PROTECTED]> wrote: > Pidgin/Gaim has changed its log directory from ~/.gaim/logs to > ~/.purple/logs. This patch adds the new path for chat log search. Hehe, this is fixed since last evening. Jamie fixed it with svn r702. Best regards, Marcus __

[Tracker] [PATCH] man pages and cli tool's basic help

2007-07-22 Thread Marcus Fritzsch
Hi, again. The command line utilities that printed information about services available were partly wrong or nor up to date. Regarding the man pages. Not sure if this is to be included, or even OK! I added a new one, tracker-services (7) which does only describe trackers services, in order to re

Re: [Tracker] tracker command line tools; pretty messy...

2007-07-22 Thread Marcus Fritzsch
On 7/23/07, jamie <[EMAIL PROTECTED]> wrote: On Mon, 2007-07-23 at 01:41 +0200, Marcus Fritzsch wrote: > As I now can search my ~/.purple chatlogs i tried it with > tracker-search from my loved zsh and found it being buggy. The same > holds for tracker-files and tracker-query. I

[Tracker] tracker command line tools; pretty messy...

2007-07-22 Thread Marcus Fritzsch
As I now can search my ~/.purple chatlogs i tried it with tracker-search from my loved zsh and found it being buggy. The same holds for tracker-files and tracker-query. I am preparing a patch but I am not sure if we want to commit this before release. Another issue, the command line tools tracker-

Re: [Tracker] [PATCH] Potential crasher in set_language()

2007-07-22 Thread Marcus Fritzsch
On 7/23/07, jamie <[EMAIL PROTECTED]> wrote: > On Mon, 2007-07-23 at 00:16 +0200, Laurent Aguerreche wrote: > > Le lundi 23 juillet 2007 à 00:13 +0200, Laurent Aguerreche a écrit : > > > Le dimanche 22 juillet 2007 à 22:33 +0100, jamie a écrit : > > > > On Sun, 2007-07-22 at 23:21 +0200, Laurent Ag

Re: [Tracker] Many fixes

2007-07-22 Thread Marcus Fritzsch
On 7/22/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: > On 7/22/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > > 2007/7/22, Laurent Aguerreche <[EMAIL PROTECTED]>: > > > Hello, > > > > > > I propose a patch to fix a bunch of things: > >

Re: [Tracker] Many fixes

2007-07-22 Thread Marcus Fritzsch
On 7/22/07, Michael Biebl <[EMAIL PROTECTED]> wrote: > 2007/7/22, Laurent Aguerreche <[EMAIL PROTECTED]>: > > Hello, > > > > I propose a patch to fix a bunch of things: > > > Hi Laurent, > > after your latest commit (r693), trackerd immediately segfaults on > start for me :-/ > > Backtrace is attac

[Tracker] [PATCH] tracker-preferences.glade, initial sleep

2007-07-22 Thread Marcus Fritzsch
Hi, t-p.glade had a oretty low maxval for the initial sleep spinbutton. I fixed the .glade manually (glade 3.2.2 messed quite a lot with the glade file...) Kind regards, Marcus diff --git a/src/tracker-preferences/tracker-preferences.glade b/src/tracker-preferences/tracker-preferences.glade ind

[Tracker] [PATCH] fix tracker preferences, to use InitialSleep as initially intended

2007-07-21 Thread Marcus Fritzsch
Hi, when sending the patch for initial sleep support to tracker.cfg I intended to put InitialSleep inside the General section - well, sorry, i missed it by some lines - Tshepang Lekhonkhobe found this and fixed it with one of his latest patches. This patch fixes tracker-preferences to use the Ge

Re: [Tracker] manpages

2007-07-21 Thread Marcus Fritzsch
On 7/20/07, Marcus Fritzsch <[EMAIL PROTECTED]> wrote: Hi again, ok, lots of an pages, including tracker-status(1) and tracker.cfg(5). I hope they are usable/not too bad. I also added the new ones to the install target in docs/Makefile.am. Made mistakes and missed them when re-reading.

[Tracker] manpages

2007-07-20 Thread Marcus Fritzsch
Hi again, ok, lots of an pages, including tracker-status(1) and tracker.cfg(5). I hope they are usable/not too bad. I also added the new ones to the install target in docs/Makefile.am. Kind regards, Marcus diff --git a/docs/Makefile.am b/docs/Makefile.am index d865af0..c730e23 100644 --- a/docs/

Re: [Tracker] Delaying 0.6 to this weekend

2007-07-20 Thread Marcus Fritzsch
On 7/20/07, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]> wrote: > 2007/7/20, Mikkel Kamstrup Erlandsen <[EMAIL PROTECTED]>: > > 2007/7/19, jamie <[EMAIL PROTECTED]>: > > > > > its 99% done but needs more testing > > > > > > only things left are to clean up the prefs screen, fix key date formats >

  1   2   >