Bug 205986

Summary: Beagled disregards settings
Product: [Fedora] Fedora Reporter: Han-Wen Nienhuys <hanwen>
Component: beagleAssignee: Alexander Larsson <alexl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-12 07:56:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Han-Wen Nienhuys 2006-09-11 08:43:47 UTC
See #205985 - to remedy the problem in #205985, I disabled indexing .thunderbird
directories. No go. beagle-status still reports indexing under .thunderbird

[hanwen@haring ~]$ cat .beagle/config/indexing.xml 
<?xml version="1.0" encoding="utf-8"?>
<IndexingConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Roots />
  <IndexHomeDir>true</IndexHomeDir>
  <IndexOnBattery>false</IndexOnBattery>
  <Excludes>
    <ExcludeItem Type="Pattern" Value="~/.[a-z]*" />
    <ExcludeItem Type="Path" Value="/home/hanwen/.thunderbird" />
  </Excludes>
</IndexingConfig>

Comment 1 Alexander Larsson 2006-09-11 09:43:05 UTC
I'm not sure that is the right way to disable it. I think that configures the
file indexer, but its the thunderbird indexer that reads those files.


Comment 2 Alexander Larsson 2006-09-11 09:47:33 UTC
Can you try something like this from the command line:
beagle-config daemon DenyBackend Thunderbird


Comment 3 Han-Wen Nienhuys 2006-09-11 16:13:14 UTC
thanks, seems to be working!

I guess each backend needs to have a separate config section. I'll file a bug
upstream.  

I'm not sure what the resolution in FC bugzilla should be.



Comment 4 Alexander Larsson 2006-09-12 07:56:47 UTC
I'll just close it.