Re: [Tracker] t-s-t crashes on empty search

2007-07-18 Thread jamie
On Tue, 2007-07-17 at 23:17 -0400, asubedi wrote:
 Tracker svn seems to crash on empty search. I'm running rev 673.

I am unable to replicate this 

can you get me a backtrace with gdb?

make sure you compiled it with --enable-debug-code



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


Re: [Tracker] t-s-t crashes on empty search

2007-07-18 Thread jamie
On Tue, 2007-07-17 at 23:17 -0400, asubedi wrote:
 Tracker svn seems to crash on empty search. I'm running rev 673.

I fixed a gtk warning assertion - this might have caused the crash if
you had --g-fatal-warnings or are running an svn versionof gnome where
all warnings are made fatal during the testing cycle

anyway pls try again with latest svn and confirm if crash is still there

jamie





___
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


[Tracker] tracker-prefs read the wrong key for IndexEvolutionmail

2007-07-18 Thread Jerry Tan

Here is the patch.

also, I make invisible for IndexThunderbirdmail and IndexKmail,
since they are not ready.
if I am wrong, please correct me.



Index: src/trackerd/tracker-utils.c
===
--- src/trackerd/tracker-utils.c	(revision 673)
+++ src/trackerd/tracker-utils.c	(working copy)
@@ -2256,9 +2256,13 @@
 
 	key_file = g_key_file_new ();
 
-	filename = g_build_filename (tracker-config_dir, tracker.cfg, NULL);
+	filename = g_build_filename (tracker-config_dir, /tracker/tracker.cfg, NULL);
 
 	if (!g_file_test (filename, G_FILE_TEST_EXISTS)) {
+   char *tracker_dir = g_build_filename(tracker-config_dir,/tracker,NULL);
+   if (!g_file_test(tracker_dir,G_FILE_TEST_EXISTS)) {
+  g_mkdir_with_parents(tracker_dir,0700);
+   }
 		char *contents, *language;
 
 		language = get_default_language_code ();
@@ -2299,7 +2303,7 @@
 	 # Enables use of language-specific stemmer\n,
 	 EnableStemmer=true\n,
 	 [Emails]\n,
-	 IndexEvolutionEmails=true\n,
+	 IndexEvolutionEmails=false\n,
 	 [Performance]\n,
 	 # Maximum size of text in bytes to index from a file's text contents\n,
 	 MaxTextToIndex=1048576\n,
Index: src/tracker-preferences/tracker-configuration.c
===
--- src/tracker-preferences/tracker-configuration.c	(revision 673)
+++ src/tracker-preferences/tracker-configuration.c	(working copy)
@@ -261,7 +261,7 @@
 	GError *error = NULL;
 
 	priv-dirty = FALSE;
-	priv-filename = g_build_filename (g_strdup (g_get_user_config_dir ()), tracker.cfg, NULL);
+	priv-filename = g_build_filename (g_strdup (g_get_user_config_dir ()), /tracker/tracker.cfg, NULL);
 	priv-keyfile = g_key_file_new ();
 
 	if (!g_file_test (priv-filename, G_FILE_TEST_EXISTS))
Index: src/tracker-preferences/tracker-preferences.glade
===
--- src/tracker-preferences/tracker-preferences.glade	(revision 673)
+++ src/tracker-preferences/tracker-preferences.glade	(working copy)
@@ -305,7 +305,7 @@
 /child
 child
   widget class=GtkCheckButton id=chkEnableThunderbirdIndexing
-property name=visibleTrue/property
+property name=visibleFalse/property
 property name=label translatable=yesEnable Thunderbird email indexing/property
 property name=draw_indicatorTrue/property
   /widget
@@ -316,7 +316,7 @@
 /child
 child
   widget class=GtkCheckButton id=chkEnableKMailIndexing
-property name=visibleTrue/property
+property name=visibleFalse/property
 property name=label translatable=yesEnable KMail email indexing/property
 property name=draw_indicatorTrue/property
   /widget
Index: src/tracker-preferences/tracker-preferences.c
===
--- src/tracker-preferences/tracker-preferences.c	(revision 673)
+++ src/tracker-preferences/tracker-preferences.c	(working copy)
@@ -218,7 +218,7 @@
    chkEnableEvolutionIndexing);
 	if (evolution_available ()) {
 		value = tracker_configuration_get_bool (configuration,
-			/Services/IndexEvolutionEmails,
+			/Emails/IndexEvolutionEmails,
 			NULL);
 		gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget),
 	  value);
@@ -423,7 +423,7 @@
    chkEnableEvolutionIndexing);
 	value = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget));
 	tracker_configuration_set_bool (configuration,
-	/Services/IndexEvolutionEmails,
+	/Emails/IndexEvolutionEmails,
 	value);
 
 	widget = glade_xml_get_widget (priv-gxml,
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] manual pages

2007-07-18 Thread Marcus Fritzsch

As Jamie wants to release, I took a look at the man pages. Is there
any policy on how they should be handled?!

I now 'fixed' up the trackerd.1 manual, following the suggestions and
guidelines of man-pages(7) - as this is the first time I write/fix a
manual, please comment!

Kind regards, Marcus
diff --git a/docs/trackerd.1 b/docs/trackerd.1
index 816a86d..deae40d 100644
--- a/docs/trackerd.1
+++ b/docs/trackerd.1
@@ -1,47 +1,101 @@
-.TH trackerd 1 September 2006 Version 0.5
+.TH trackerd 1 July 2007 GNU User Commands
+
 .SH NAME
 trackerd \- indexer daemon for tracker search tool
+
 .SH SYNOPSIS
 .B trackerd [OPTIONS]
+
 .SH DESCRIPTION
-.B trackerd
-porvides both a powerful indexer and an extensible metadata database. It indexes files including the text contents and any available metadata to provide 
-fast search services. By default, trackerd will index all files in a users home directory (with 
-the exception of hidden files). This can be overriden by specifying one or 
-more directories to be indexed instead in the config file 
-($HOME/.Tracker/tracker.cfg) and/or by using the --include-dir param to specify
-other directories to be indexed.
+.B Trackerd
+provides both a powerful indexer and an extensible metadata database. It
+indexes files including the text contents and any available metadata to
+provide fast search services.
+.PP
+By default, trackerd will index all files in a user's home directory (with
+the exception of hidden files). This can be overridden by specifying
+one or more directories to be indexed instead in the configuration file
+($HOME/.config/tracker.cfg) and/or by using the --include-dir option to
+specify other directories to be indexed.
+
 .SH OPTIONS
+
+.TP
+\-?, --help
+A brief help message including some examples.
+
 .TP
 \-e, --exclude-dir=/PATH/DIR
-Specifies directories to be excluded from indexing
+Specifies a directory to be excluded from indexing (including all
+subdirectories). Can be repeated to exclude more than one directory.
+
 .TP
 \-i, --include-dir=/PATH/DIR
-Specifies directories to be included for indexing. All non-hidden sub directories of the specified directory will also be indexed. If this param is set then the user's home directory is no longer indexed by default (you can still add the home directory to this param)
+Specifies a directory to be included for indexing. All non-hidden
+subdirectories of the specified directory will also be indexed. If this
+param is set then the user's home directory is no longer indexed by
+default (you can still add the home directory with this option).
+
 .TP
-\--no-indexing
-Disables indexing of any files
+\-n, --no-indexing
+Prevent .B trackerd from indexing and watching. Searching is still
+possible.
+
 .TP
-\--verbosity=value
-Value that controls the level of logging to both the log file and to stdout. Valid values are 0 (default minimal), 1 (detailed) and 2 (debug)
+\-v, --verbosity=value
+Makes trackerd log/print more information. Value can be one of 0 - show
+only errors, 1 - show only minimal output, 2 - show detailed output and
+3 - show debug output (don't do this, unless you know what you are doing).
 
 .TP
-\--throttle=value
-Value to use for throttling indexing. Value must be in range 0-20 (default 0) with lower values increasing indexing speed
+\-t, --throttle=value
+Value to throttle indexing. Value must be in range 0-20 (default 0)
+with lower values increasing indexing speed.
 
 .TP
 \-m, --low-memory
- Minimises the use of memory but may slow indexing down
+Minimise memory usage. Note that this may slow down indexing.
+
+.TP
+\-s, --initial-sleep=value
+Set the initial sleep time in seconds. This is the time .B trackerd
+waits at startup before indexing.
+
 .TP
 \-l, --language=value
- Language to use for stemmer and stop words list (ISO 639-1 2 characters code)
+Language to use for stemmer and stop words list (ISO 639-1 2 characters
+code).
+
+.TP
+\-R, --reindex
+This forces trackerd to reindex all watched files and directories.
+Since every watched directory and any previously indexed file has to be
+read and processed again, this may degrade the whole system performance,
+see also --throttle.
 
 .SH FILES
-.I $HOME/.Tracker/tracker.cfg
+.I $HOME/.config/tracker.cfg
 .RS
 Trackerd user configuration file. See
-.BR tracker.cfg(5)
+.BR tracker.cfg (5)
+and
+.BR tracker-preferences (1)
 for further details.
-.SH AUTHOR
-Baptiste Mille-Mathias [EMAIL PROTECTED]
-Jamie McCracken jamiemcc at gnome org
+
+.SH NOTES
+.B Trackerd
+needs a
+.BR dbus-daemon(1)
+to be running within your current session.
+
+.SH SEE ALSO
+.BR tracker-search (1),
+.BR tracker-tag (1),
+.BR tracker-stats (1),
+.BR tracer-query (1),
+.BR tracker-meta-folder (1),
+.BR tracker-files (1),
+.BR tracker-preferences (1),
+.BR beagle (1),
+.BR dbus-daemon (1),
+.BR dbus-launch (1)
___
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-18 Thread jamie
On Tue, 2007-07-17 at 22:21 -0400, Alexandre Rostovtsev wrote:
 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.

thx applied


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


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

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 06:58 -0400, Alexandre Rostovtsev wrote:
 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.
 

thx applied

we may also need this in trackerd - see tracker_spawn in tracker-utils.c

though if you are not having any problems with that then you might be ok


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


Re: [Tracker] t-s-t crashes on empty search

2007-07-18 Thread Marcus Fritzsch

On 7/18/07, jamie [EMAIL PROTECTED] wrote:

On Tue, 2007-07-17 at 23:17 -0400, asubedi wrote:
 Tracker svn seems to crash on empty search. I'm running rev 673.

I fixed a gtk warning assertion - this might have caused the crash if
you had --g-fatal-warnings or are running an svn versionof gnome where
all warnings are made fatal during the testing cycle

anyway pls try again with latest svn and confirm if crash is still there


I can confirm this one, with r673 and also r676

Heres a backtrace

Marcus


bt-f
Description: Binary data
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] t-s-t crashes on empty search

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 14:27 +0200, Marcus Fritzsch wrote:
 On 7/18/07, jamie [EMAIL PROTECTED] wrote:
  On Tue, 2007-07-17 at 23:17 -0400, asubedi wrote:
   Tracker svn seems to crash on empty search. I'm running rev 673.
 
  I fixed a gtk warning assertion - this might have caused the crash if
  you had --g-fatal-warnings or are running an svn versionof gnome where
  all warnings are made fatal during the testing cycle
 
  anyway pls try again with latest svn and confirm if crash is still there
 
 I can confirm this one, with r673 and also r676
 
 Heres a backtrace


I only get this If i search with no search term entered (I will disable
the find button in these cases)

can you confirm if you get this if you enter a string thats not found ?

jamie



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


Re: [Tracker] manual pages

2007-07-18 Thread Michael Biebl
2007/7/18, Marcus Fritzsch [EMAIL PROTECTED]:
 As Jamie wants to release, I took a look at the man pages. Is there
 any policy on how they should be handled?!

 I now 'fixed' up the trackerd.1 manual, following the suggestions and
 guidelines of man-pages(7) - as this is the first time I write/fix a
 manual, please comment!

Most users that have tracker installed, won't have beagle on their
system, so I wouldn't include beagle in the SEE ALSO list. Just seems
a bit odd to include beagle there...

I also wouldn't include dbus-daemon/dbus-launch in the SEE ALSO list
(you already reference dbus-daemon in NOTES). dbus-launch is also not
necessarily installed (e.g. if your dbus-daemon is autostarted by
gnome-session)

As a last point, tracker.cfg (5) is not (yet) written.
So we should either write a tracker.cfg manpage or remove the
tracker.cfg (5) reference from FILES. I of course would welcome the
former ;-)

Michael



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] manual pages

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 14:39 +0200, Michael Biebl wrote:
 2007/7/18, Marcus Fritzsch [EMAIL PROTECTED]:
  As Jamie wants to release, I took a look at the man pages. Is there
  any policy on how they should be handled?!
 
  I now 'fixed' up the trackerd.1 manual, following the suggestions and
  guidelines of man-pages(7) - as this is the first time I write/fix a
  manual, please comment!
 
 Most users that have tracker installed, won't have beagle on their
 system, so I wouldn't include beagle in the SEE ALSO list. Just seems
 a bit odd to include beagle there...
 
 I also wouldn't include dbus-daemon/dbus-launch in the SEE ALSO list
 (you already reference dbus-daemon in NOTES). dbus-launch is also not
 necessarily installed (e.g. if your dbus-daemon is autostarted by
 gnome-session)
 
 As a last point, tracker.cfg (5) is not (yet) written.
 So we should either write a tracker.cfg manpage or remove the
 tracker.cfg (5) reference from FILES. I of course would welcome the
 former ;-)

yeah I have to agree


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


Re: [Tracker] t-s-t crashes on empty search

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 14:27 +0200, Marcus Fritzsch wrote:
 On 7/18/07, jamie [EMAIL PROTECTED] wrote:
  On Tue, 2007-07-17 at 23:17 -0400, asubedi wrote:
   Tracker svn seems to crash on empty search. I'm running rev 673.
 
  I fixed a gtk warning assertion - this might have caused the crash if
  you had --g-fatal-warnings or are running an svn versionof gnome where
  all warnings are made fatal during the testing cycle
 
  anyway pls try again with latest svn and confirm if crash is still there
 
 I can confirm this one, with r673 and also r676
 
 Heres a backtrace
 

fixed this crasher when search term is empty


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


[Tracker] TST: dates + sorted results

2007-07-18 Thread laurent . aguerreche
Hi,

TST still has problems with dates: they are not displayed.

Other thing: the fact that TST displays results in an unsorted way makes any
navigation in results difficult. For instance, where would I find my result if I
know what the beginning of my result is? Currently a user have to go throw each
result page...


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


Re: [Tracker] manual pages

2007-07-18 Thread Marcus Fritzsch
HI,

On 7/18/07, Michael Biebl [EMAIL PROTECTED] wrote:
 2007/7/18, Marcus Fritzsch [EMAIL PROTECTED]:
  As Jamie wants to release, I took a look at the man pages. Is there
  any policy on how they should be handled?!
 
  I now 'fixed' up the trackerd.1 manual, following the suggestions and
  guidelines of man-pages(7) - as this is the first time I write/fix a
  manual, please comment!

 Most users that have tracker installed, won't have beagle on their
 system, so I wouldn't include beagle in the SEE ALSO list. Just seems
 a bit odd to include beagle there...

Yep ;)

I thought of SEE ALSO being a selection of relating material, i.e.
also those referenced in the text... Am I worng here?

 I also wouldn't include dbus-daemon/dbus-launch in the SEE ALSO list
 (you already reference dbus-daemon in NOTES). dbus-launch is also not
 necessarily installed (e.g. if your dbus-daemon is autostarted by
 gnome-session)

Usually yes - ok.

 As a last point, tracker.cfg (5) is not (yet) written.
 So we should either write a tracker.cfg manpage or remove the
 tracker.cfg (5) reference from FILES. I of course would welcome the
 former ;-)

Hehe, I know it's not there ;), but I thought that might change until release ;)

Thanks, Marcus
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] t-s-t crashes on empty search

2007-07-18 Thread Marcus Fritzsch
On 7/18/07, jamie [EMAIL PROTECTED] wrote:
 On Wed, 2007-07-18 at 14:27 +0200, Marcus Fritzsch wrote:
  On 7/18/07, jamie [EMAIL PROTECTED] wrote:
   On Tue, 2007-07-17 at 23:17 -0400, asubedi wrote:
Tracker svn seems to crash on empty search. I'm running rev 673.
  
   I fixed a gtk warning assertion - this might have caused the crash if
   you had --g-fatal-warnings or are running an svn versionof gnome where
   all warnings are made fatal during the testing cycle
  
   anyway pls try again with latest svn and confirm if crash is still there
 
  I can confirm this one, with r673 and also r676
 
  Heres a backtrace


 I only get this If i search with no search term entered (I will disable
 the find button in these cases)

It crashed only when no search string was entered.

 can you confirm if you get this if you enter a string thats not found ?

No problems if nothing is found.

Kind regards, Marcus
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] TST: dates + sorted results

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 16:01 +0200, [EMAIL PROTECTED] wrote:
 Hi,
 
 TST still has problems with dates: they are not displayed.

this is a problem with dates in trackerd not tst - will fix soon

 
 Other thing: the fact that TST displays results in an unsorted way makes any
 navigation in results difficult. For instance, where would I find my result 
 if I
 know what the beginning of my result is? Currently a user have to go throw 
 each
 result page...

results are sorted by relevancy (IDF * TF where TF is weigthed by
metadata type)

in the future we will have alternate views like icon view and grid view
which will allow sorting by other criteria



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


Re: [Tracker] TST finished for next version

2007-07-18 Thread Michael Biebl
2007/7/18, jamie [EMAIL PROTECTED]:
 Pls test - I will release Wednesday 23:00 GMT so pls let me know of any
 bugs issues in mean time

 I will try and add empathy log viewer tomorrow + investigate a few
 issues with trackerd and prefs

It seems as if tracker-tag --search does not work for me.
I manually added a tag $foo (via tracker-tag --add $foo), but
tracker-tag --search=$foo finds nothing. tracker-search $foo works
though.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] TST finished for next version

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 10:07 -0400, Jeff wrote:
 Le mercredi 18 juillet 2007 à 02:04 +0100, jamie a écrit : 
  Pls test - I will release Wednesday 23:00 GMT so pls let me know of any
  bugs issues in mean time
 Shoot, I'm a bit late!
 
 My only usability gripe with TST right now is the fact that the
 sidebar has the ability to shrink. Either make it unshrinkable, or
 save its width, because certain locales make the categories text too
 wide and it scrolls, preventing from seeing the number of results
 (screenshot attached)

this was fixed last night - position of separator is saved and restored
in gconf

 
 Also, the metadata pane at the bottom of TST should remember if it was
 left closed or opened last time. Since it does not display any useful
 metadata currently (being a technical limitation I assume), I (would)
 prefer to be able to keep it hidden (without having to click it at
 every startup).
 
 Eventually, we will have to remember what was the last few categories
 that the user selected (I think), because I more often than not want
 to search for files, but whenever there are email results, they are
 the only ones that show up by default and I have to change category
 (but maybe I should file an enhancement request for that one).

yes pls file enhancements - they can wait for 0.6.1



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


Re: [Tracker] TST finished for next version

2007-07-18 Thread Jeff
Le mercredi 18 juillet 2007 à 02:04 +0100, jamie a écrit :
 Pls test - I will release Wednesday 23:00 GMT so pls let me know of any
 bugs issues in mean time
Shoot, I'm a bit late!

My only usability gripe with TST right now is the fact that the sidebar
has the ability to shrink. Either make it unshrinkable, or save its
width, because certain locales make the categories text too wide and it
scrolls, preventing from seeing the number of results (screenshot
attached)

Also, the metadata pane at the bottom of TST should remember if it was
left closed or opened last time. Since it does not display any useful
metadata currently (being a technical limitation I assume), I (would)
prefer to be able to keep it hidden (without having to click it at every
startup).

Eventually, we will have to remember what was the last few categories
that the user selected (I think), because I more often than not want to
search for files, but whenever there are email results, they are the
only ones that show up by default and I have to change category (but
maybe I should file an enhancement request for that one).

Other than that, I really like this new UI. It is sleek.
attachment: Capture-Outil de recherche Tracker.png___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


Re: [Tracker] [PATCH] updated french translation for SVN 660

2007-07-18 Thread Jeff
 pls send patch with diff for this
 
 If I apply as is it might overwrite changes 

here is the patch (updated to today's svn)!
Index: po/fr.po
===
--- po/fr.po	(révision 677)
+++ po/fr.po	(copie de travail)
@@ -11,191 +11,220 @@
 Project-Id-Version: tracker.HEAD\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2007-05-26 21:33+0200\n
-PO-Revision-Date: 2007-04-15 17:05+0200\n
-Last-Translator: Robert-André Mauchin\n
+PO-Revision-Date: 2007-07-18 10:18-0500\n
+Last-Translator: Jeff Fortin nekohayo ~at~ gmail.com\n
 Language-Team: GNOME French Team [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural= ( n != 1 );\n
 
+#: ../trackerd.desktop.in.in.h:1
+msgid Tracker
+msgstr Tracker
+
+#: ../trackerd.desktop.in.in.h:2
+msgid Tracker search and indexing service
+msgstr Service de recherche et d'indexation « Tracker »
+
 #. then set the remaining properties
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:245
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:466
 #, c-format
 msgid Path : b%s/b
 msgstr Chemin : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:246
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:467
 #, c-format
 msgid Modified : b%s/b
 msgstr Modifié le : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:247
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:327
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:468
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:655
 #, c-format
 msgid Size : b%s/b
 msgstr Taille : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:248
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:469
 #, c-format
 msgid Accessed : b%s/b
 msgstr Accédé le : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:249
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:470
 #, c-format
 msgid Mime : b%s/b
 msgstr Mime : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:323
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:423
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:522
 #, c-format
+msgid Sender : b%s/b
+msgstr Expéditeur : b%s/b
+
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:523
+#, c-format
+msgid Date : b%s/b
+msgstr Date : b%s/b
+
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:564
+#, c-format
+msgid Comment : b%s/b
+msgstr Commentaires : b%s/b
+
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:565
+#, c-format
+msgid Categories : b%s/b
+msgstr Catégories : b%s/b
+
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:651
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:756
+#, c-format
 msgid Duration : b%s/b
 msgstr Durée : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:324
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:652
 #, c-format
 msgid Genre : b%s/b
 msgstr Genre : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:325
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:653
 #, c-format
 msgid Bitrate : b%s Kbs/b
 msgstr Débit : b%s Kbs/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:326
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:654
 #, c-format
 msgid Year : b%s/b
 msgstr Année : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:328
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:656
 #, c-format
 msgid Codec : b%s/b
 msgstr Codec : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:367
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:697
 #, c-format
 msgid  taken with a span size='large'i%s/i/span
 msgstr  prise avec un span size='large'i%s/i/span
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:372
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:702
 #, c-format
 msgid  span size='large'i%s/i/span
 msgstr  span size='large'i%s/i/span
 
 #. then set the remaining properties
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:392
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:421
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:722
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:754
 #, c-format
 msgid Dimensions : b%d x %d/b
 msgstr Dimensions : b%d x %d/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:393
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:723
 #, c-format
 msgid Date Taken : b%s/b
 msgstr Prise le : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:394
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:724
 #, c-format
 msgid Orientation : b%s/b
 msgstr Orientation : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:395
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:725
 #, c-format
 msgid Flash : b%s/b
 msgstr Flash : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:396
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:726
 #, c-format
 msgid Focal Length : b%s/b
 msgstr Focale : b%s/b
 
-#: ../src/libtracker-gtk/tracker-metadata-tile.c:397
+#: ../src/libtracker-gtk/tracker-metadata-tile.c:727
 #, c-format
 msgid Exposure Time : b%s/b
 

Re: [Tracker] manual pages

2007-07-18 Thread Marcus Fritzsch
On 7/18/07, Michael Biebl [EMAIL PROTECTED] wrote:
 2007/7/18, Marcus Fritzsch [EMAIL PROTECTED]:
  HI,
 
  On 7/18/07, Michael Biebl [EMAIL PROTECTED] wrote:
   2007/7/18, Marcus Fritzsch [EMAIL PROTECTED]:
As Jamie wants to release, I took a look at the man pages. Is there
any policy on how they should be handled?!
   
I now 'fixed' up the trackerd.1 manual, following the suggestions and
guidelines of man-pages(7) - as this is the first time I write/fix a
manual, please comment!
  
   Most users that have tracker installed, won't have beagle on their
   system, so I wouldn't include beagle in the SEE ALSO list. Just seems
   a bit odd to include beagle there...
 
  Yep ;)
 
  I thought of SEE ALSO being a selection of relating material, i.e.
  also those referenced in the text... Am I worng here?

 Well, if you start adding beagle, you'd also have to add recoll,
 strigi, nepomuk,  etc.
 I usually use SEE ALSO only for very closely related material. Tools
 from the same package or direct dependencies, i.e. I can count on the
 referenced man pages being installed.

Well, good point, I'm with you then.

   As a last point, tracker.cfg (5) is not (yet) written.
   So we should either write a tracker.cfg manpage or remove the
   tracker.cfg (5) reference from FILES. I of course would welcome the
   former ;-)
 
  Hehe, I know it's not there ;), but I thought that might change until 
  release ;)

 Does that mean, you'd write the man page? That would be great. Or did
 I misinterpret you ;-)

I thought so - just did not wanted to let you know ;).

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


Re: [Tracker] [PATCH] updated french translation for SVN 660

2007-07-18 Thread jamie
On Wed, 2007-07-18 at 10:29 -0400, Jeff wrote:
  pls send patch with diff for this
  
  If I apply as is it might overwrite changes 
 here is the patch (updated to today's svn)!

can someone who understands po files pls review this?

jamie


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


Re: [Tracker] [PATCH] updated french translation for SVN 660

2007-07-18 Thread Michael Biebl
2007/7/18, jamie [EMAIL PROTECTED]:
 On Wed, 2007-07-18 at 10:29 -0400, Jeff wrote:
   pls send patch with diff for this
  
   If I apply as is it might overwrite changes
  here is the patch (updated to today's svn)!

 can someone who understands po files pls review this?


I don't speak French, so I can't judge the actual translation, but
from a technical POV, the patch is ok.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
___
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list


[Tracker] Delaying 0.6 to this weekend

2007-07-18 Thread jamie
its 99% done but needs more testing

only things left are to clean up the prefs screen, fix key date formats
and add empathy log viewer





___
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