Re: [Tracker] Issues with current trunk

2008-12-04 Thread Martyn Russell
Martyn Russell wrote: Michael Biebl wrote: 15.) tracker.cfg: Changing Verbosity has no effect. The command line switch -v seems to work though. So it isn't changing the tracker.cfg setting? The command line tends to overwrite the config file. My mistake, I thought you could change this in

Re: [Tracker] patch to make trunk build with sun compiler

2008-12-04 Thread Jerry Tan
Hi, Martyn, I build trunk today on solaris, still failed when compile src/libtracker/tracker.c __FUNCTION__ is not defined. Hi Jerry, I think the #define should be put in tracker-os-dependent.h. I also don't think we should be defining the same thing more than once. Plus, are those

Re: [Tracker] Issues with current trunk

2008-12-04 Thread Ivan Frade
Hi, It looks like the tracker directory is created in the directory where you start tracker. I do my tests with ./src/trackerd/trackerd and i have an empty ./tracker. Ivan On Thu, Dec 4, 2008 at 11:17 AM, Martyn Russell [EMAIL PROTECTED] wrote: Michael Biebl wrote: 2008/12/3 Martyn Russell

[Tracker] Merging Turtle branch to Trunk

2008-12-04 Thread Philip Van Hoof
This is the latest merge-patch for Turtle to Trunk. Please review -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be Index: src/tracker-indexer/tracker-main.c

Re: [Tracker] patch to make trunk build with sun compiler

2008-12-04 Thread Martyn Russell
Jerry Tan wrote: Hi, Martyn, I build trunk today on solaris, still failed when compile src/libtracker/tracker.c __FUNCTION__ is not defined. Hi, Yes, config.h wasn't included in tracker.c that's why. I checked all other places in the code we use __FUNCTION__ and covered them all. So now

Re: [Tracker] Issues with current trunk

2008-12-04 Thread Michael Biebl
2008/12/4 Martyn Russell [EMAIL PROTECTED]: Michael Biebl wrote: 2008/12/3 Martyn Russell [EMAIL PROTECTED]: Michael Biebl wrote: 18.) An empty directory ~/tracker is created by trackerd or tracker-indexer. It is? In order to reproduce this, you either have to start with a fresh user

Re: [Tracker] Issues with current trunk

2008-12-04 Thread Ivan Frade
Hi, Unable to reproduce it here (in an Ubuntu intrepid). You can add some g_debug in src/trackerd/tracker-main.c:initialize_locations function to check the values of the XDG variables (we use the glib function to get those values). Thanks, Ivan On Thu, Dec 4, 2008 at 11:09 PM, Michael Biebl