[Tracker] [PATCH] Debian packaging and some general remarks

2006-11-28 Thread Michael Biebl
. That's just my 2¢ though. Cheers, Michael [1] http://sources.redhat.com/automake/automake.html , 8.7 Variables used when building a program [2] http://sourceware.org/autobook/autobook/autobook_91.html From 0e4cf2e0dfeaefd6926fc2d883ef6c7ec2b82bf6 Mon Sep 17 00:00:00 2001 From: Michael Biebl

Re: [Tracker] [PATCH] Debian packaging and some general remarks

2006-11-28 Thread Michael Biebl
issues. The most important one is, that the debian/ directory should not be shipped in the Debian tarball. I prepared a couple of patches, s/Debian tarball/upstream tarball/ Cheers, Michael ___ tracker-list mailing list tracker-list@gnome.org

Re: [Tracker] Debian repository for tracker 0.5.3

2007-01-08 Thread Michael Biebl
2007/1/8, Jamie McCracken [EMAIL PROTECTED]: zer0halo wrote: These debs don't work for me on edgy. Trackerd hangs shortly after starting with the following error, and then remains live, eating about 50% of CPU but not doing anything: the debs might be dodgy - I have had complaints

Re: [Tracker] Debian repository for tracker 0.5.3

2007-01-09 Thread Michael Biebl
2007/1/9, B Berteh [EMAIL PROTECTED]: Could you please build tracker packages for dapper... or eventually provide me with the debian/ directory (controls, rules...) you used so that I can try building it by myself? I don't intend to provide dapper packages, simply because there are several

Re: [Tracker] [PATCH] tracker needs imagemagick

2007-01-09 Thread Michael Biebl
2007/1/10, Saleem Abdulrasool [EMAIL PROTECTED]: Hi. While trying to come up with a patch for the thumbnailer, I noticed that the image thumbnailing makes use of 'convert'. This utility is actually provided by imagemagick. The attached patch adds in a check for imagemagick (=5.2.1) so that

Re: [Tracker] new to tracker - some questions and suggestions

2007-01-10 Thread Michael Biebl
2007/1/10, Björn Martensen [EMAIL PROTECTED]: Hi, Hi Björn! I installed tracker 0.5.3 some days ago and it took quite some time until it said that the indexing was complete. However, only very few of my files were found with it, so I switched to the current svn version which works a lot

Re: [Tracker] [PATCH] autodetect dbus service dir

2007-01-12 Thread Michael Biebl
2007/1/12, Jamie McCracken [EMAIL PROTECTED]: Saleem Abdulrasool wrote: Hi. Attached is a patch to autodetect the session service dir. It can always be overridden with the --with-session-bus-services-dir. The name of the patch is slightly misleading (mostly since Im too lazy to

Re: [Tracker] bz2 tarballs

2007-01-12 Thread Michael Biebl
The attached patch fixes that and also enables the creation of bz2 And this time with proper quoting... Michael diff --git a/configure.in b/configure.in index ac352e4..0febcff 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.57) AC_INIT([tracker],[0.5.3],[EMAIL

Re: [Tracker] bz2 tarballs

2007-01-12 Thread Michael Biebl
2007/1/12, Luca Ferretti [EMAIL PROTECTED]: Il giorno ven, 12/01/2007 alle 13.13 +0100, Michael Biebl ha scritto: Hi, according to [1] the current use of AM_INIT_AUTOMAKE is deprecated. Maybe we could also `mv configure.in configure.ac` +1 But make it a svn mv configure.in configure.ac

Re: [Tracker] Date placeholders (translation)

2007-01-12 Thread Michael Biebl
2007/1/12, Matic Žgur [EMAIL PROTECTED]: Hi, I am translating Tracker to Slovenian and I would like to ask you a question. There is a string, that is a bit confusing for me. It goes like this: %A, %B %-d %Y at %-I:%M:%S %p. The first part must be a date and the other must be an hour.

[Tracker] [PATCH] configure.ac

2007-01-12 Thread Michael Biebl
Spotted two places, that have to be updated for the configure.in - configure.ac move: autogen.sh and Makefile.am. While inspecting Makefile.am I also removed standard stuff from EXTRA_DIST which is automatically included in make dist. There is no need to explicitly list files like README or NEWS

Re: [Tracker] Fwd: Tracker companions...

2007-01-14 Thread Michael Biebl
tracker and tracker-search-tool are already available from my private repository, and soon will be from the official Debian (and also Ubuntu) archive for feisty and unstable. I think I have to clarify this point a bit. As I'm a Debian Developer but not an Ubuntu Developer I can't really make

Re: [Tracker] Icon

2007-01-20 Thread Michael Biebl
2007/1/20, Christian [EMAIL PROTECTED]: Le Fri, 19 Jan 2007 15:00:04 + (GMT), Michael Corbett [EMAIL PROTECTED] a écrit : I've seen there is some discussion on an icon for Tracker. My comment is: It's bad UI design to use the same or similar icons for different things. A

Re: [Tracker] WebSite update

2007-01-22 Thread Michael Biebl
2007/1/22, Michele Mattioni [EMAIL PROTECTED]: Just add the new information for install it under feisty. Minor correction: The Gnome GUI is in the tracker-search-tool package. tracker-utils contains the commandline tools. Michael ___ tracker-list

Re: [Tracker] Build failure on latest sources

2007-01-22 Thread Michael Biebl
Have you been running make (check|distcheck)? If so, I already sent Jamie a patch for that. src/trackerd/Makefile.am:test_tracker_indexer_SOURCES is myconf.(c|h) Michael ___ tracker-list mailing list tracker-list@gnome.org

Re: [Tracker] Build failure on latest sources

2007-01-22 Thread Michael Biebl
2007/1/22, Michael Biebl [EMAIL PROTECTED]: Have you been running make (check|distcheck)? If so, I already sent Jamie a patch for that. src/trackerd/Makefile.am:test_tracker_indexer_SOURCES is myconf.(c|h) ^^ is missing

Re: [Tracker] Icon

2007-01-22 Thread Michael Biebl
2007/1/23, B Berteh [EMAIL PROTECTED]: now, that's arguing! I add 1 vote for http://websvn.kde.org/trunk/playground/artwork/Oxygen/theme/svg/actions/find.svg?rev=598903 (even over the telescope idea, and the proposal of Michael: http://www.mant1core.de/tracker.svg) Just to make that clear:

[Tracker] [PATCH] po ignore files

2007-01-24 Thread Michael Biebl
Some files were accidentally added to po/POTFILES.in which don't contain translatable strings (they are falsely detected by intltool-update). The attached patch adds these files to po/POTFILES.skip, so they get ignored by intltool-update. Please review and apply. Michael Index: po/POTFILES.skip

Re: [Tracker] [PATCH] po ignore files

2007-01-24 Thread Michael Biebl
2007/1/24, Luca Ferretti [EMAIL PROTECTED]: Il giorno mer, 24/01/2007 alle 16.44 +0100, Michael Biebl ha scritto: tracker-search-tool.desktop.in this provides translation for label and comment of t-s-t launcher on main menu. It have to be in POTFILES.in The files in po/POTFILES.in

Re: [Tracker] [PATCH] po ignore files

2007-01-24 Thread Michael Biebl
2007/1/24, Michael Biebl [EMAIL PROTECTED]: 2007/1/24, Luca Ferretti [EMAIL PROTECTED]: Il giorno mer, 24/01/2007 alle 16.44 +0100, Michael Biebl ha scritto: tracker-search-tool.desktop.in this provides translation for label and comment of t-s-t launcher on main menu. It have

Re: [Tracker] [PATCH] po ignore files

2007-01-24 Thread Michael Biebl
this provides translation for label and comment of t-s-t launcher on main menu. It have to be in POTFILES.in Updated patch attached. Michael Index: po/POTFILES.in === --- po/POTFILES.in (Revision 427) +++ po/POTFILES.in

Re: [Tracker] Small problem with Dapper packages

2007-01-29 Thread Michael Biebl
2007/1/29, Hezekiah M. Carty [EMAIL PROTECTED]: I am using the packages listed on the Tracker website (http://debs.michaelbiebl.de/) and have found a small problem. Since Ubuntu Dapper's SQLite packages aren't thread safe, building against them causes problems with Tracker's indexing. The

Re: [Tracker] Packages explanation

2007-01-29 Thread Michael Biebl
2007/1/29, Michele Mattioni [EMAIL PROTECTED]: Deji Akingunola ha scritto: On 1/29/07, Michele Mattioni [EMAIL PROTECTED] wrote: Deji Akingunola ha scritto: On 1/29/07, Michele Mattioni [EMAIL PROTECTED] wrote: I hope the same type of packaging is used also on Fedora, No,

Re: [Tracker] Suggestions for tracker-search-tool

2007-01-30 Thread Michael Biebl
2007/1/29, zer0halo [EMAIL PROTECTED]: 7. Allow the result list to be sorted by number of hits, or alphabetically by filename, or by full path (so all files in same folder are together; that seems to be current default). And we need a better ranking algorithm, so the most relevant files are

Re: [Tracker] [Fwd: [Bug 404749] New: trackerfs.py doesn't mount the FS]

2007-02-05 Thread Michael Biebl
2007/2/6, Eugenio [EMAIL PROTECTED]: Hi thanks for report but it's not a trackerfs problem but fuse permission problem.. read here http://fuse.sourceforge.net/wiki/index.php/FAQ This results in the following message, when trying to mount a filesystem as an unprivileged user: fusermount:

Re: [Tracker] Enable IndexThunderbirdEmails

2007-02-11 Thread Michael Biebl
2007/2/11, jamie [EMAIL PROTECTED]: On Sat, 2007-02-10 at 02:12 +0200, Alex Doukas wrote: Ok I got my answer already. In about section it is under Planned support:. And i was wondering since v5.1 why i cannot enabled it :) Do you know if the feature is implemented in the snv? no

Re: [Tracker] Evolution Email indexing needs testing

2007-02-12 Thread Michael Biebl
2007/2/10, jamie [EMAIL PROTECTED]: And its now in SVN along with a new improved TST (featuring tabs and email support too) and a preferences capplet which can be seen in your preferences menu (pass --enable-preferences at autogen/configure to build it) I haven't tested the email support (as

Re: [Tracker] Evolution Email indexing needs testing

2007-02-13 Thread Michael Biebl
2007/2/10, jamie [EMAIL PROTECTED]: And its now in SVN along with a new improved TST (featuring tabs and email support too) and a preferences capplet which can be seen in your preferences menu (pass --enable-preferences at autogen/configure to build it) This needs testing before I release

[Tracker] website updates

2007-02-19 Thread Michael Biebl
Hi everyone, spotted some errors on the website and some outdated information: 1.) Getting Started page: - The Debian packages are now available from the official unstable (a.k.a sid) archive for all supported architectures. see also: http://packages.debian.org/unstable/utils/tracker

[Tracker] [PATCH] split qdbm into separate internal lib (and make it possible to use the system qdbm lib)

2007-02-22 Thread Michael Biebl
Hi, the attached patch moves the qdbm files into a separate sudirectory src/qdbm, where a internal libtool lib is created. This cleans up src/trackerd/Makefile.am quite a bit and separates the code more clearly. In addition, it allows to link against the system qdbm lib (via

Re: [Tracker] [Fwd: libtracker-gtk.patch]

2007-03-01 Thread Michael Biebl
There is also a minor correction to the header files installed by libtracker-gtk. (to use tracker.h instead of ../libtracker/tracker.h). If the header files were only used internally, it wouldn't matter, but as they are installed system wide tracker.h is probably better ;-) wont they

Re: [Tracker] [PATCH] libtracker-gtk (Gtk widgets for tracker)

2007-03-01 Thread Michael Biebl
2007/3/2, Neil Jagdish Patel [EMAIL PROTECTED]: We also need localisation in libtracker-gtk, if possible. ATM I have a #define _(obj) obj in the sources, for a clean compile. I'll prepare a patch for that. Michael ___ tracker-list mailing list

Re: [Tracker] [PATCH] po

2007-03-02 Thread Michael Biebl
2007/3/2, Luca Ferretti [EMAIL PROTECTED]: Il giorno ven, 02/03/2007 alle 13.48 +0100, Luca Ferretti ha scritto: Il giorno ven, 02/03/2007 alle 02.11 +0100, Michael Biebl ha scritto: Michael, I'm not so much confidant with library localization, but from [1] For use in a library

Re: [Tracker] [t-s-t] Tracker Suggests

2007-03-04 Thread Michael Biebl
[..] 5) If tracker_search_suggest returns 0 results, it shows the string Did you mean and an empty button (you can notice it by hovering over it). I'd suggest to show nothing if you get 0 suggestions. (This only seems to happen btw. if the computer is busy. Otherwise I get original search term as

[Tracker] [PATCH] move icons to more standard locations, make them themeable

2007-03-07 Thread Michael Biebl
Hi, attached is a patch that installs the tracker icons (kindly provided by baze) into the hicolor theme directories (following the tango icon spec). This makes the tracker icon themeable. (maybe we should also set the t-s-t icon from gnome-search to tracker now?) The png icons have to be

Re: [Tracker] [PATCH] move icons to more standard locations, make them themeable

2007-03-07 Thread Michael Biebl
Take Two. This time also with the 48x48 icons size and libdeskbar-tracker using the new icons. Cheers, Michael P.S.: Maybe we can also skip one of the the intermediate sizes 22,24 or 32. I would definitely keep 16 and 48 though. icons.tar.gz Description: GNU Zip compressed data

Re: [Tracker] [PATCH] move icons to more standard locations, make them themeable

2007-03-08 Thread Michael Biebl
2007/3/7, Björn Martensen [EMAIL PROTECTED]: you should replace the 48x48 folder and its content with the folder scalable and use the svg. the svg is 48x48 but works for every resolution =48px. I mostly followed the recommendation of the fd.o icon spec [1] which says an application should at

Re: [Tracker] More SoC ideas

2007-03-08 Thread Michael Biebl
2007/3/8, Luca Ferretti [EMAIL PROTECTED]: Il giorno gio, 08/03/2007 alle 13.04 +, jamie ha scritto: Just a summary of ideas for SoC (based on the little feedback I have had): If anyone got more ideas let me know. the stuff has to be tracker related and not involve other gnome apps

Re: [Tracker] More SoC ideas

2007-03-08 Thread Michael Biebl
2007/3/8, jamie [EMAIL PROTECTED]: On Thu, 2007-03-08 at 14:23 +0100, Michael Biebl wrote: libtracker-gtk/t-s-t: 1.) non-blocking ui in t-s-t 2.) search-as-you-type widget. these are trivial to do Sure, this alone would not make a SoC ;-) The broader context would be to extend

Re: [Tracker] Problems building tracker

2007-03-08 Thread Michael Biebl
2007/3/8, Fabio Corneti [EMAIL PROTECTED]: Making all in icons make[3]: Entering directory `/home/fab/src/tracker/data/icons' make[3]: *** No rule to make target `all'. Stop. make[3]: Leaving directory `/home/fab/src/tracker/data/icons' make[2]: *** [all-recursive] Error 1 Jamie has only

Re: [Tracker] More SoC ideas

2007-03-09 Thread Michael Biebl
* Better KDE support and integration. - search and configuration applet (as counterpart to t-s-t / t-p) maybe also with support for the Wasabi spec (given it is ready and adopted by that time) so it could be a generic frontend for other search engines - improving the existing KIO slave

Re: [Tracker] More SoC ideas

2007-03-09 Thread Michael Biebl
2007/3/9, Michael Biebl [EMAIL PROTECTED]: * Better KDE support and integration. - search and configuration applet (as counterpart to t-s-t / t-p) maybe also with support for the Wasabi spec (given it is ready and adopted by that time) so it could be a generic frontend for other search

[Tracker] [PATCH] Fix path expansion

2007-03-29 Thread Michael Biebl
Hi, the current usage of AC_DEFINE for TRACKER_LOCALEDIR is discouraged by the gnu coding standards.. Read [1] and [2] for more details (in short: it breaks make --prefix=/foo) The attached patch fixes that. As I used $localedir I had to bump the autoconf requirement to 2.59 which is no problem

Re: [Tracker] Planned support: Mozilla apps as well?

2007-04-05 Thread Michael Biebl
2007/4/5, Michele Mattioni [EMAIL PROTECTED]: Il giorno mar, 03/04/2007 alle 23.37 -0400, Anthony Yarusso ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I see that e-mail indexing in Evolution is already available in SVN, and that contacts, appointments, and tasks are all

Re: [Tracker] trackerd aborts on startup

2007-04-05 Thread Michael Biebl
2007/4/5, Björn Martensen [EMAIL PROTECTED]: svn 549 of tracker aborts when trackerd starts. the deskbar applet also complains on startup. Please use the bug tracker [1] for this. Cheers, Michael [1] http://bugzilla.gnome.org/ -- Why is it that all of the instruments seeking intelligent life

Re: [Tracker] missing ~/.Tracker directory

2007-06-21 Thread Michael Biebl
2007/6/21, Jorge Visca [EMAIL PROTECTED]: settings from. I hope it's just that the configuration file was moved somewhere else. I've already ran out of obvious ideas, and that's all i'm good for. :) Tracker is following the freedesktop.org standards [1] now. The configuration data is in

Re: [Tracker] removal of htmless

2007-06-30 Thread Michael Biebl
2007/7/1, jamie [EMAIL PROTECTED]: On Tue, 2007-06-05 at 21:38 +0200, Marcus Fritzsch wrote: Hello there, since htmless is not anymore in use (and, seeing the code, it should have never been used ;)) - it should be removed, or at least not be build/install anymore ;) I have removed

Re: [Tracker] Any oustanding patches I have missed?

2007-06-30 Thread Michael Biebl
2007/7/1, jamie [EMAIL PROTECTED]: Speak up now! Hi Jamie, nice to see you back in action again. commit r602 reintroduced some stuff in configure.ac which is superfluous and should be removed again. Patch attached. Cheers, Michael -- Why is it that all of the instruments seeking

Re: [Tracker] Any oustanding patches I have missed?

2007-06-30 Thread Michael Biebl
2007/7/1, Michael Biebl [EMAIL PROTECTED]: 2007/7/1, jamie [EMAIL PROTECTED]: Speak up now! Hi Jamie, nice to see you back in action again. commit r602 reintroduced some stuff in configure.ac which is superfluous and should be removed again. Patch attached. I spotted two more issues

Re: [Tracker] Commited changes for tracked.desktop localization

2007-07-03 Thread Michael Biebl
2007/7/3, Luca Ferretti [EMAIL PROTECTED]: The file trackerd.desktop enable the launching of tracked at login. In gnome-session 2.19/2.20 was added the ability to show localized names and comments for login-launched services. So I committed some changes to enable localization for

Re: [Tracker] Any oustanding patches I have missed?

2007-07-04 Thread Michael Biebl
2007/7/1, jamie [EMAIL PROTECTED]: On Sun, 2007-07-01 at 02:48 +0200, Michael Biebl wrote: P.S: make check is currently failing for test-tracker-indexer. yeah I will remove test-tracker-indexer as its no longer needed Patch for that is attached. I also included a small cleanup for src

Re: [Tracker] Updated GUI

2007-07-13 Thread Michael Biebl
2007/7/14, jamie [EMAIL PROTECTED]: On Fri, 2007-07-13 at 10:29 +0200, Luca Ferretti wrote: Il giorno ven, 13/07/2007 alle 01.13 +0100, jamie ha scritto: Have now updated the GUI to use a sidebar instead of tabs There are still a few things left to do before releasing 0.6 : 2)

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

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

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,

Re: [Tracker] Delaying 0.6 to this weekend

2007-07-21 Thread Michael Biebl
2007/7/19, jamie [EMAIL PROTECTED]: its 99% done but needs more testing Just spotted another issue in tracker-preferences (r692): I had InitialSleep=45 in tracker.cfg, but t-p resets it to 10 secs. It seems as if you are not able to select a higher value than 10 secs in t-p. Michael -- Why is

Re: [Tracker] Many fixes

2007-07-22 Thread Michael Biebl
2007/7/22, Laurent Aguerreche [EMAIL PROTECTED]: Le dimanche 22 juillet 2007 à 10:15 +0100, jamie a écrit : On Sun, 2007-07-22 at 04:15 +0200, Michael Biebl wrote: 2007/7/22, Laurent Aguerreche [EMAIL PROTECTED]: Hello, I propose a patch to fix a bunch of things: Hi

Re: [Tracker] Many fixes

2007-07-22 Thread Michael Biebl
2007/7/22, Laurent Aguerreche [EMAIL PROTECTED]: Le dimanche 22 juillet 2007 à 14:37 +0200, Michael Biebl a écrit : 2007/7/22, jamie [EMAIL PROTECTED]: On Sun, 2007-07-22 at 04:15 +0200, Michael Biebl wrote: 2007/7/22, Laurent Aguerreche [EMAIL PROTECTED]: Hello, I propose

Re: [Tracker] Many fixes

2007-07-22 Thread Michael Biebl
2007/7/22, jamie [EMAIL PROTECTED]: can you pls do a valgrind -v trackerd memory corruption is obviously happening somewhere and only valgrind can tell us where Attached. HTH. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from

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

2007-07-24 Thread Michael Biebl
2007/7/25, jamie [EMAIL PROTECTED]: On Tue, 2007-07-24 at 19:08 +0200, Tshepang Lekhonkhobe wrote: As I've promised: * I've ignored the screenshots and hope someone else will take care of them. * I also ran my changes through the W3C markup validator, fixing some small issues in the

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

2007-07-25 Thread Michael Biebl
2007/7/26, Michael Biebl [EMAIL PROTECTED]: 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 hopefully one of the translators here

Re: [Tracker] Build issue bug?

2007-07-28 Thread Michael Biebl
2007/7/27, jamie [EMAIL PROTECTED]: Hi mbiebl, is this a build issue problem? http://bugzilla.gnome.org/show_bug.cgi?id=461082 is there a way to fix this if so? We are using pkgconfig, to determine the paths of the libs, we don't have any hardcoded paths. Without having access to the

Re: [Tracker] Fixes for year/dates in TST

2007-07-28 Thread Michael Biebl
2007/7/27, Jerry Tan [EMAIL PROTECTED]: It looks like evolution mail indexing doesnot get right date time. because in TST, all evolution mail are on 1969. FWIW, I can confirm this bug. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are

Re: [Tracker] tracker dependencies notified on website

2007-07-30 Thread Michael Biebl
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? The INSTALL file in the source tarball lists all necessary and

Re: [Tracker] tracker daemon is not properly user-aware ?

2007-07-30 Thread Michael Biebl
2007/7/31, [EMAIL PROTECTED] [EMAIL PROTECTED]: I find that after su to any user other than the one logged-in, tracker-status reports a problem: $ tracker-status tracker daemon's status is Idle. $ su Password: # tracker-status tracker-status: no connection to tracker daemon Ensure

Re: [Tracker] tracker dependencies notified on website

2007-07-30 Thread Michael Biebl
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 friendly to add to the website some pointers, at least to assist sourcing the more-obscure dependencies like libunac and libexempi

Re: [Tracker] Need to release today for ubuntu

2007-08-07 Thread Michael Biebl
2007/8/7, jamie [EMAIL PROTECTED]: And suspend indexing on battery power - https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/130794 All non-bug fix patches will have to wait Im afraid... I just tested make distcheck and it seems to be broken again [1]. Please hold back with the release

Re: [Tracker] Need to release today for ubuntu

2007-08-07 Thread Michael Biebl
2007/8/7, Anders Rune Jensen [EMAIL PROTECTED]: On 8/7/07, Michael Biebl [EMAIL PROTECTED] wrote: 2007/8/7, jamie [EMAIL PROTECTED]: And suspend indexing on battery power - https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/130794 All non-bug fix patches will have to wait Im

Re: [Tracker] Need to release today for ubuntu

2007-08-07 Thread Michael Biebl
2007/8/7, Michael Biebl [EMAIL PROTECTED]: 2007/8/7, Anders Rune Jensen [EMAIL PROTECTED]: On 8/7/07, Michael Biebl [EMAIL PROTECTED] wrote: 2007/8/7, jamie [EMAIL PROTECTED]: And suspend indexing on battery power - https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/130794

Re: [Tracker] Can I use emacs to look at text files?

2007-08-07 Thread Michael Biebl
2007/8/8, Don Rozenberg [EMAIL PROTECTED]: Hi, When I select a text file from the tracker-search-tool GUI, it opens in KWrite. I am running kubuntu Feisty. I would like to be able use emacs. Is there a configuration variable or some other mechanism to specify the viewer used? Perhaps

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

2007-08-09 Thread Michael Biebl
! mikkel ok to apply this? (if I dont hear from you soon I will apply anyway) One thing though. I talked with michael biebl about xdg-open and gnome-open --- he would suggest to use gnome-open as default action for .desktop files and fallback to xdg-open. But on my system gnome-open opens

Re: [Tracker] New deskbar applet for deskbar 2.19

2007-08-10 Thread Michael Biebl
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 change on every corner. Icons are handled differently, there are predefined actions, notable an action to run .desktop

Re: [Tracker] Packages for openSUSE (10.2 and Factory)

2007-08-12 Thread Michael Biebl
2007/8/12, Tshepang Lekhonkhobe [EMAIL PROTECTED]: On 8/8/07, Cesar Izurieta [EMAIL PROTECTED] wrote: FYI I just created some rpms for openSUSE (10.2 and Factory). They are available in the build service home:cesarizu repository at

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-03 Thread Michael Biebl
2007/9/3, Amit [EMAIL PROTECTED]: Hey guys, I found the problem. There was no library missing. It was just the configure options were wrong. According to README file, we should use ./configure --prefix=/usr --sysconfdir=/etc or else things would go wrong. However, simply running

Re: [Tracker] Proper development libraries to get PDF support [SOLVED]

2007-09-04 Thread Michael Biebl
2007/9/4, Amit [EMAIL PROTECTED]: I just tried installing but get this error. I also tried installing xdg-utils but still the same error as below. Note, I am not using GNOME or KDE so I probably do not have all these desktop related software. I am currently using DWM as my window manager.

Re: [Tracker] Thunderbird support. Patches for rev. 836

2007-09-14 Thread Michael Biebl
2007/9/14, Michal Pryc [EMAIL PROTECTED]: So the makefile should create this directory and copy all the files to it, but configure should determine where is the global installation directory and also give opportunity for the user to not install globally and just produce xpi file. Am I right?

Re: [Tracker] configure question

2007-09-18 Thread Michael Biebl
2007/9/18, Leslie Katz [EMAIL PROTECTED]: I hope to compile tracker-0.6.2. When I run configure, the process stops with the message that no glib-2.0 has been found. When I query my existing packages, I'm told I do have installed both glib2-2.4.8 and glib2-devel-2.4.8. They were installed

Re: [Tracker] How to enable the Thunderbird backend? (End of the story)

2007-09-20 Thread Michael Biebl
2007/9/20, David Coeurjolly [EMAIL PROTECTED]: jamie wrote: [...] eh? Emails are not files! you're right;) I thought that tracker-files would give me kinds of URI that indentifies emails.. By the way, please have a look to my last mail in which I have traced an ERROR message in

Re: [Tracker] [PATCH] Fixed b0rken compilation when HAL development files aren't installed

2007-10-03 Thread Michael Biebl
Hi Thiago, thanks for the hint. I commited a slightly different patch, which also corrects the check for libxml2 in r921. http://svn.gnome.org/viewcvs/tracker?view=revisionrevision=921 Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are

Re: [Tracker] [HIG] Remove Preferences from tracker-preferences Name

2007-10-06 Thread Michael Biebl
2007/10/6, Luca Ferretti [EMAIL PROTECTED]: Not sure, but just like the HIG says you should not add Applications in Name properties (.desktop file) for applications, I suspect that add Preferences in preferences id odd too. So, could we remove it? Of course we should use a different name, for

Re: [Tracker] [HIG] Remove Preferences from tracker-preferences Name

2007-10-06 Thread Michael Biebl
2007/10/6, jamie [EMAIL PROTECTED]: On Sat, 2007-10-06 at 17:16 +0200, Michael Biebl wrote: 2007/10/6, Luca Ferretti [EMAIL PROTECTED]: Not sure, but just like the HIG says you should not add Applications in Name properties (.desktop file) for applications, I suspect that add

Re: [Tracker] tracker-applet is totally odd for GNOME HIG

2007-10-16 Thread Michael Biebl
2007/10/16, Luca Ferretti [EMAIL PROTECTED]: Il giorno mar, 16/10/2007 alle 15.38 +0200, Luca Ferretti ha scritto: OK, the subject it terrific, but it's sadly true. So I think we should really remove from tracker-applet all stuff not related with the indexing status notification. Also

Re: [Tracker] tracker-applet is totally odd for GNOME HIG

2007-10-16 Thread Michael Biebl
2007/10/16, Luca Ferretti [EMAIL PROTECTED]: Il giorno mar, 16/10/2007 alle 16.25 +0200, Michael Biebl ha scritto: 2007/10/16, Luca Ferretti [EMAIL PROTECTED]: Il giorno mar, 16/10/2007 alle 15.38 +0200, Luca Ferretti ha scritto: OK, the subject it terrific, but it's sadly true

Re: [Tracker] tracker-applet is totally odd for GNOME HIG

2007-10-17 Thread Michael Biebl
2007/10/16, Luca Ferretti [EMAIL PROTECTED]: Il giorno mar, 16/10/2007 alle 15.12 +0100, jamie ha scritto: On Tue, 2007-10-16 at 16:03 +0200, Luca Ferretti wrote: Il giorno mar, 16/10/2007 alle 15.38 +0200, Luca Ferretti ha scritto: So I think we should really remove from

Re: [Tracker] Thunderbird patches

2007-10-17 Thread Michael Biebl
2007/10/16, Michal Pryc [EMAIL PROTECTED]: tracker_thunderbird_glade_experimental.diff changes label from Enable Thunderbird to Enable Thunderbird (experimental). As a default it is disabled This diff is huge, most likely bloated by glade. Would it be possible to make this changes manually?

Re: [Tracker] Tracker vs Strigi in Kubuntu

2007-10-22 Thread Michael Biebl
2007/10/22, Andreas Heinz [EMAIL PROTECTED]: Hi there, since i didnt find any information on the net: do you have any information why strigi was chosen over tracker in kubuntu? I guess simply because strigi will be a dependency of KDE4. Michael -- Why is it that all of the instruments

Re: [Tracker] Tracker vs Strigi in Kubuntu

2007-10-23 Thread Michael Biebl
2007/10/23, Erlend Davidson [EMAIL PROTECTED]: On 22/10/2007, Jeff Schroeder [EMAIL PROTECTED] wrote: On 10/22/07, Michael Biebl [EMAIL PROTECTED] wrote: I guess simply because strigi will be a dependency of KDE4. You mean that KDE4 won't be using XESAM? Is that because XESAM isn't

[Tracker] [PATCH] Unify the file monitoring

2007-10-30 Thread Michael Biebl
Hi, currently tracker_add_watch_dir ()/ tracker_remove_watch_dir()/... are declared at several places. This patches merges tracker-fam.h and tracker-inotify.h into a single file tracker-watch.h. The *.c files have been simplified and now only have to #include tracker-watch.h I also removed the

Re: [Tracker] [PATCH] Unify the file monitoring

2007-10-30 Thread Michael Biebl
2007/10/31, Michael Biebl [EMAIL PROTECTED]: Please review and add comments. If there are no complaints, I'm going to commit this soon. Argh, using svn mv is obviously not a good idea when preparing a patch for the mailing list (as it garbled tracker-watch.h). Fixed patch attached. Michael

Re: [Tracker] [PATCH] Unify the file monitoring

2007-10-30 Thread Michael Biebl
2007/10/31, Michael Biebl [EMAIL PROTECTED]: I also intended to move line 139-150 in src/trackerd/trackerd.c (everything between #ifdef POLL_ONLY #endif) into a separate file tracker-poll.c. This way we would have a nice separation between declaration and implementation of the watch functions

Re: [Tracker] [PATCH] Unify the file monitoring

2007-10-31 Thread Michael Biebl
2007/10/31, jamie [EMAIL PROTECTED]: On Wed, 2007-10-31 at 02:03 +0100, Michael Biebl wrote: 2007/10/31, Michael Biebl [EMAIL PROTECTED]: I also intended to move line 139-150 in src/trackerd/trackerd.c (everything between #ifdef POLL_ONLY #endif) into a separate file tracker-poll.c

Re: [Tracker] Idea of control autostart of trackerd and tracker-applet in tracker-preferences

2007-11-07 Thread Michael Biebl
2007/11/8, Halton Huo [EMAIL PROTECTED]: Hi there, I'm thinking of add a way to control autostart properties of trackerd and tracker-applet in tracker-preferences, this will allow user config tracker with only one program. Which means user need to start gnome-session-properties to

Re: [Tracker] tracker 0.6.4 is now in string freeze

2007-11-28 Thread Michael Biebl
2007/11/12, jamie [EMAIL PROTECTED]: Hi All, Have now frozen strings (a few have recently been added to tracker-prefs) It looks like string freeze has been broken. There were new strings added in r1018 and I had to add tracker-preferences.c to po/POTFILES.in to have make check pass. Cheers,

Re: [Tracker] ERROR: Inotify watch on ... has failed

2007-11-30 Thread Michael Biebl
2007/11/30, Johann Petrak [EMAIL PROTECTED]: And how can I correct the problem? /etc/sysctl.conf: fs.inotify.max_user_watches=16384 (increase this number appropriately) /etc/init.d/procps restart HTH, Michael -- Why is it that all of the instruments seeking intelligent life in the universe

Re: [Tracker] ERROR: Inotify watch on ... has failed

2007-12-01 Thread Michael Biebl
2007/12/1, Tshepang Lekhonkhobe [EMAIL PROTECTED]: On Dec 1, 2007 12:56 AM, Michael Biebl [EMAIL PROTECTED] wrote: 2007/11/30, Johann Petrak [EMAIL PROTECTED]: And how can I correct the problem? /etc/sysctl.conf: fs.inotify.max_user_watches=16384 (increase this number appropriately

Re: [Tracker] 0.6.4 ready for final testing

2007-12-10 Thread Michael Biebl
2007/12/10, jamie [EMAIL PROTECTED]: Latest svn now contains the intended release for 0.6.4 there are a few minor things I need to add to TST and the applet which I will do tomorrow but everything else is finished and ready for testing I intent to release by midnight monday Things to

Re: [Tracker] 0.6.4 ready for final testing

2007-12-10 Thread Michael Biebl
2007/12/10, jamie [EMAIL PROTECTED]: On Mon, 2007-12-10 at 17:54 +0100, Michael Biebl wrote: 2007/12/10, jamie [EMAIL PROTECTED]: Latest svn now contains the intended release for 0.6.4 there are a few minor things I need to add to TST and the applet which I will do tomorrow

Re: [Tracker] Tracker and other indexers coexisting

2007-12-12 Thread Michael Biebl
discussed it with Sebastien Bacher and he agreed with me that it wasn't optimal. But he explained to me (and I agree with it) that there shouldn't be more than one indexer running at the same time, so it's a workaround for [1]. But as Michael Biebl explains in [2] with his user case, this is not the best

Re: [Tracker] Still on holiday

2008-01-02 Thread Michael Biebl
2008/1/2, Jamie McCracken [EMAIL PROTECTED]: Sorry for the delay responding to stuff and requests awaiting moderation but I am on holiday atm and will be back to normal by mid january Enjoy your time off! Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the

Re: [Tracker] Showing trackerd's status in ps and top output

2008-01-02 Thread Michael Biebl
2008/1/3, Jeff Schroeder [EMAIL PROTECTED]: A few days ago while staring at ps and tracker was grinding my hard drive, it occurred to me, Wouldn't it be nice if trackerd showed its status in ps / top?. [..] Are such hacks really necessary? I mean, you can easily query trackerd's status via

  1   2   3   >