于 2009年04月27日 23:36, Philip Van Hoof 写道:
Hi,On Mon, 2009-04-27 at 22:41 +0800, Jerry Tan wrote:Hi, Martyn, Is the push-mode evolution plugin works now for 0.6.94?No, because we have several difficulties with it, it has been disabled. It'll be re-enabled during 0.7.x. You can enable it manually in the release by passing a configure.ac switch, but you might see your indexer become slow during the initial index of the E-mails if your user has a large E-mail folder. I build tracker through ./configure with this option --enable-evolution-push-module. In this case I think evolution plugin is enabled, isn't it? But evolution plugin in all of tracker0.6.9* doesn't work. The statistics is 0 for Emails and Evolution Emails after executing tracker-stats when "Enable evolution email indexing" has been checked. After analyzing the code of evolution plugin, I found that it is the problem of tracker_data_update_replace_service. Here is the process: all of the changes in evolution are sent to registrar ( the trackerd) by the method call "SetMany" through dbus. Then registrar ( the trackerd) sends a method message "SetMany" to tracker-indexer. The main process function for this in tracker-indexer is perform_set in which tracker_data_update_replace_service is invoked. However in tracker_data_update_replace_service there is not actual process of Emails. After NULL is returned by g_hash_table_lookup (metadata, "File:Modified"), the function returns. So for me tracker-indexer is not slow but doesn't work at all even though my email folder is small. Is it something wrong with my configuration ? or just tracker itself? If there's any place which I have misunderstood, please feel free to correct me. Thanks, Lacey tracker 0.6.94 is now available for download from: http://download.gnome.org/sources/tracker/0.6/ 2533a7bd8645016dbd7efaccdb5a535b tracker-0.6.94.tar.gz What is it? =========== All-in-one indexer, search tool and metadata database. Where can I find out more? ========================== You can visit the project web site: http://www.tracker-project.org What's New? =========== * Fixes reading past genre name boundaries in MP3 extractor. * Fixes MP3 extractor leak and some minor memory use improvements. * Fixes albumart name stripping code to be UTF8 compliant. * Fixes albumart name stripping to follow specification * Fixes crawling removable media is disabled with READONLY flag. * Fixes tracker-dbus-test output to be UTF8 compliant. * Fixes compilation warnings in push modules. * Fixes indexer crash with unset GError * Fixes indexer crash when extractor fails to return a PID * Fixes TTL rdf:type->service type so MMC files are not always "Files" * Fixes frequent cache refresh/indexer pausing, 3 mins to 5 mins * Adds utils/albumart-strip command to test broken albums/artists. * Adds albumart name stripping test cases. * Adds tracker-extract debug about modules used per file and on init. * Improves JPEG extraction speed, don't worry about unknown tags. Bugs Fixed: =========== * Fixes NB#112393, tracker-extract crashes by freeing GStreamer pipe... * Fixes NB#110310, metadata_get_multiple returns nothing if some file... * Fixes NB#111560, tracker-extract crashes on mp3 files bigger than 20 MB * Fixes NB#109891, If deleting last music track or last video... * Fixes NB#108361, Tracker crashing if commo.db is corrupt * Fixes NB#109046, Tracker is slow to index all the images in the... * Fixes GB#578159, Tracker starts to index when removable media... Translations: ============= None Manual Translations: ==================== None 24 April 2009 tracker team _______________________________________________ tracker-list mailing list tracker-list gnome org http://mail.gnome.org/mailman/listinfo/tracker-list_______________________________________________ tracker-list mailing list tracker-list gnome org http://mail.gnome.org/mailman/listinfo/tracker-list |