GNOME Bugzilla – Bug 487032
The function of "Ignored File Patterns" has not been realized.
Last modified: 2007-12-01 15:47:15 UTC
When we have set the patters of files that should be ignored by the TST in Tracker-preferences, we should not find the result which the patter is should be ignored.
Created attachment 98220 [details] [review] Patch for this
Created attachment 98221 [details] Should be included .h file the tracker-glob.h file is used for trakcer-glob.c file
Created attachment 98222 [details] Should be included .c file tracker-glob.c
The same bug has been reported by the user schrodycat on Ubuntu Launchpad: https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/147486
For me with tracker 0.6.3 the pattern exclusion still dosen't work. Here a snipp of my config: [Indexing] # Throttles the indexing process. Allowable values are 0-20. higher values decre ase indexing speed Throttle=0 # Disables the indexing process EnableIndexing=true # Enables indexing of a file's text contents EnableFileContentIndexing=true # Enables generation of thumbnails EnableThumbnails=false # List of partial file patterns (glob) seperated by semicolons that specify file s to not index (basic stat info is only indexed for files that match these patte rns) NoIndexFileTypes=fasta; i tried *.fasta , to and any other "may ba valid pattern". but when i start tracker it segfaults, while it tries to index fasta files :/ i can't use tracker for months now Here is the tracker output: service id for Folders is 3 and sid is 48886 with mime Folder 0 files are pending with count 0 checking /home/bjoern/workspace-git/PythonScripts/src/hämoglobin/chains/Alignments for 5 files mime is text/plain for /home/bjoern/workspace-git/PythonScripts/src/hämoglobin/chains/Alignments/2DN2-chain_c.fasta file extension is fasta file /home/bjoern/workspace-git/PythonScripts/src/hämoglobin/chains/Alignments/2DN2-chain_c.fasta is indexable file /home/bjoern/workspace-git/PythonScripts/src/hämoglobin/chains/Alignments/2DN2-chain_c.fasta has fulltext 1 with service Text Indexing /home/bjoern/workspace-git/PythonScripts/src/hämoglobin/chains/Alignments/2DN2-chain_c.fasta with service Text and mime text/plain (new) service id for Text is 8 and sid is 48887 with mime text/plain Speicherzugriffsfehler Any help would be really welcome! Björn
This is fixed in svn and will be in 0.6.4
I got it working here finally :). I reinstallled Tracker, deleted all config files and used tracker-preferences to setup the Ignores. Now the line in the config looks like NoIndexFileTypes=fasta;*.fasta;; .