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: > > > > 2007/8/2, Marcus Fritzsch <[EMAIL PROTECTED]>: > > > > He

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

2007-08-05 Thread Mikkel Kamstrup Erlandsen
2007/8/5, Marcus Fritzsch <[EMAIL PROTECTED]>: > > 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: > > > > > 2007/8

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

[Tracker] [PATCH] GetHitCount

2007-08-05 Thread Marko Anastasov
The actual implementation code was missing in tracker_dbus_method_search_get_hit_count. Marko Index: ChangeLog === --- ChangeLog (revision 743) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2007-08-05 Marko Anastasov <[EMAIL PROTECT

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 the description. As is done > > in the native application handler in de

[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