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

2007-07-23 Thread Alexandre Rostovtsev
On 7/23/07, jamie <[EMAIL PROTECTED]> wrote:
> Im pleased to announce a new version of tracker with tons of exciting
> new features
>
> http://www.gnome.org/~jamiemcc/tracker/tracker-0.6.0.tar.gz
> http://www.gnome.org/~jamiemcc/tracker/tracker-0.6.0.tar.bz2

Hey, where did the python stuff go? The tracker-handler.py script and
friends are still in SVN, is there a reason why they aren't in the
release tarball? No love for deskbar users?

-Alex Rostovtsev
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] [PATCH] updated Russian translation

2007-07-18 Thread Alexandre Rostovtsev

I've updated ru.po to match svn's strings. Attached in gzip-compressed
form because mailman doesn't like large attachments.


ru.po.gz
Description: GNU Zip compressed data
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] [PATCH] fix tracker-extract crashes on amd64

2007-07-18 Thread Alexandre Rostovtsev

Hi.
Currently tracker-extract sets RLIMIT_AS to 128M. On amd64, this is
not enough and causes tracker-extract crashes for gstreamer, mplayer,
and possibly other backends. I've experimented a bit, and it seems
that 512M virtual memory is enough for tracker-extract to correctly
process every file I've thrown at it. I've attached a patch to use
different RLIMIT_AS policies for different architectures.

-Alex Rostovtsev.


tracker-673-amd64-rlimits.patch
Description: Binary data
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] [PATCH] fix tracker-extract-pdf crash with stable poppler

2007-07-17 Thread Alexandre Rostovtsev

On 7/17/07, jamie <[EMAIL PROTECTED]> wrote:

applied but I still get the above warning


Good point, here's a patch to get rid of the warning.


tracker-673-poppler-warning.patch
Description: Binary data
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] [PATCH] fix tracker-extract-pdf crash with stable poppler

2007-07-17 Thread Alexandre Rostovtsev

Hi.
The stable version of poppler does not support the metadata property,
so if metadata_xml is uninitialized, then g_object_get( document,
"metadata", &metadata_xml, NULL) followed by use of metadata_xml leads
to crashes:

(process:20721): GLib-GObject-WARNING **: IA__g_object_get_valist:
object class `PopplerDocument' has no property named `metadata'
XML parsing failure
*** glibc detected *** ./tracker-extract: free(): invalid pointer:
0x7fffdbe7fbb0 ***
Aborted

Solution is to initialize metadata_xml (and for good programming
practice, any gchar*) before passing to g_object_get.

Patch attached.

-Alex Rostovtsev.


tracker-670-poppler-crash.patch
Description: Binary data
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list