<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1286</id>
	<title>Nabble - Gnome - Dashboard - Dev</title>
	<updated>2009-10-27T08:49:00Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnome---Dashboard---Dev-f1286.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---Dashboard---Dev-f1286.html" />
	<subtitle type="html">The goal of the dashboard is to automatically show a user useful files and other objects as he goes about his day.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26080086</id>
	<title>Re: beagle indexes and cache</title>
	<published>2009-10-27T08:49:00Z</published>
	<updated>2009-10-27T08:49:00Z</updated>
	<author>
		<name>D Bera</name>
	</author>
	<content type="html">&amp;gt;&amp;gt;&amp;gt;&amp;gt; does beagle cleans up its indexes and textcaches now and then?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I mean it looks like old documents (now removed) still come up when
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; searching...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; is there a way to clean indexes and textcache, or should I simply remove
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; these directories in the .beagle folder now and then?
&lt;br&gt;...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was worried, though, about files being indexed that are in a directory
&lt;br&gt;&amp;gt; which is later marked as ignored with beagle-settings: will those files well
&lt;br&gt;&amp;gt; be removed from the beagle database?
&lt;br&gt;&lt;br&gt;They would definitely not show up in search results - the search
&lt;br&gt;results are filtered based on current availability and beagle-settings
&lt;br&gt;ignore list.
&lt;br&gt;As far as actually removing them from the database is concerned, I
&lt;br&gt;don't remember off the top of my head how it is dealt with. Ideally,
&lt;br&gt;the entries should be removed since the index (and esp. the textcache)
&lt;br&gt;might retain information that the user doesnt want it to contain ...
&lt;br&gt;but ignoring a directory involves traversing all files and directories
&lt;br&gt;beneath it which soon creates a nightmare. I remember seeing some code
&lt;br&gt;on dropping the contents of the ignored directories but I am can't
&lt;br&gt;remember if it is complete or what exactly it does.
&lt;br&gt;&lt;br&gt;- dBera
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-----------------------------------------------------
&lt;br&gt;Debajyoti Bera @ &lt;a href=&quot;http://dtecht.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dtecht.blogspot.com&lt;/a&gt;&lt;br&gt;beagle / KDE fan
&lt;br&gt;Mandriva / Inspiron-1100 user
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26080086&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-indexes-and-cache-tp26007751p26080086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26076083</id>
	<title>Re: beagle indexes and cache</title>
	<published>2009-10-27T04:31:25Z</published>
	<updated>2009-10-27T04:31:25Z</updated>
	<author>
		<name>Lorenzo Bettini</name>
	</author>
	<content type="html">D Bera wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; does beagle cleans up its indexes and textcaches now and then?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I mean it looks like old documents (now removed) still come up when
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; searching...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is there a way to clean indexes and textcache, or should I simply remove
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; these directories in the .beagle folder now and then?
&lt;br&gt;&amp;gt;&amp;gt; It should, but I have had the indexes get stale, especially if I worked
&lt;br&gt;&amp;gt;&amp;gt; for awhile with the beagle service turned off.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That is right. If beagle service is running, it will monitor new files
&lt;br&gt;&amp;gt; that are created and existing files that are removed almost
&lt;br&gt;&amp;gt; immediately. If it is turned off, and then turned on again, then the
&lt;br&gt;&amp;gt; changes while it was turned off are handled later:
&lt;br&gt;&amp;gt; - new files are reported only during the next re-crawl
&lt;br&gt;&amp;gt; - deleted files are not reported but they are removed from the beagle
&lt;br&gt;&amp;gt; database much later and only when such a file comes up a search result
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In short, deleted files should not come up as a search result (I dont
&lt;br&gt;&amp;gt; remember, but there was a bug in 0.3.7 or 0.3.8 which can cause
&lt;br&gt;&amp;gt; something like that).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Removing textcache and indexes manually should not be necessary,
&lt;br&gt;&amp;gt; assuming there is no bug (and even less reason if beagle is running
&lt;br&gt;&amp;gt; continuously). Note that the indexes are separated into backends and
&lt;br&gt;&amp;gt; can be easier to remove but the textcache is not, so removing the
&lt;br&gt;&amp;gt; textcache directory will wipe out all of textcache.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;thanks for your answers!
&lt;br&gt;&lt;br&gt;I was worried, though, about files being indexed that are in a directory 
&lt;br&gt;which is later marked as ignored with beagle-settings: will those files 
&lt;br&gt;well be removed from the beagle database?
&lt;br&gt;&lt;br&gt;thanks again
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lorenzo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
&lt;br&gt;ICQ# lbetto, 16080134 &amp;nbsp; &amp;nbsp; (GNU/Linux User # 158233)
&lt;br&gt;HOME: &lt;a href=&quot;http://www.lorenzobettini.it&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lorenzobettini.it&lt;/a&gt;&amp;nbsp;MUSIC: &lt;a href=&quot;http://www.purplesucker.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.purplesucker.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.myspace.com/supertrouperabba&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/supertrouperabba&lt;/a&gt;&lt;br&gt;BLOGS: &lt;a href=&quot;http://tronprog.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tronprog.blogspot.com&lt;/a&gt;&amp;nbsp; &lt;a href=&quot;http://longlivemusic.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://longlivemusic.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/src-highlite&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/src-highlite&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/gengetopt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gengetopt&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/gengen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gengen&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://doublecpp.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://doublecpp.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076083&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-indexes-and-cache-tp26007751p26076083.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26074086</id>
	<title>Re: beagle indexes and cache</title>
	<published>2009-10-27T01:47:16Z</published>
	<updated>2009-10-27T01:47:16Z</updated>
	<author>
		<name>D Bera</name>
	</author>
	<content type="html">&amp;gt;&amp;gt; does beagle cleans up its indexes and textcaches now and then?
&lt;br&gt;&amp;gt;&amp;gt; I mean it looks like old documents (now removed) still come up when
&lt;br&gt;&amp;gt;&amp;gt; searching...
&lt;br&gt;&amp;gt;&amp;gt; is there a way to clean indexes and textcache, or should I simply remove
&lt;br&gt;&amp;gt;&amp;gt; these directories in the .beagle folder now and then?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It should, but I have had the indexes get stale, especially if I worked
&lt;br&gt;&amp;gt; for awhile with the beagle service turned off.
&lt;br&gt;&lt;br&gt;That is right. If beagle service is running, it will monitor new files
&lt;br&gt;that are created and existing files that are removed almost
&lt;br&gt;immediately. If it is turned off, and then turned on again, then the
&lt;br&gt;changes while it was turned off are handled later:
&lt;br&gt;- new files are reported only during the next re-crawl
&lt;br&gt;- deleted files are not reported but they are removed from the beagle
&lt;br&gt;database much later and only when such a file comes up a search result
&lt;br&gt;&lt;br&gt;In short, deleted files should not come up as a search result (I dont
&lt;br&gt;remember, but there was a bug in 0.3.7 or 0.3.8 which can cause
&lt;br&gt;something like that).
&lt;br&gt;&lt;br&gt;Removing textcache and indexes manually should not be necessary,
&lt;br&gt;assuming there is no bug (and even less reason if beagle is running
&lt;br&gt;continuously). Note that the indexes are separated into backends and
&lt;br&gt;can be easier to remove but the textcache is not, so removing the
&lt;br&gt;textcache directory will wipe out all of textcache.
&lt;br&gt;&lt;br&gt;- dBera
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26074086&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-indexes-and-cache-tp26007751p26074086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26024102</id>
	<title>Re: beagle indexes and cache</title>
	<published>2009-10-23T03:38:34Z</published>
	<updated>2009-10-23T03:38:34Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">&amp;gt; does beagle cleans up its indexes and textcaches now and then?
&lt;br&gt;&amp;gt; I mean it looks like old documents (now removed) still come up when 
&lt;br&gt;&amp;gt; searching...
&lt;br&gt;&amp;gt; is there a way to clean indexes and textcache, or should I simply remove 
&lt;br&gt;&amp;gt; these directories in the .beagle folder now and then?
&lt;br&gt;&lt;br&gt;It should, but I have had the indexes get stale, especially if I worked
&lt;br&gt;for awhile with the beagle service turned off.
&lt;br&gt;&lt;br&gt;It helps to occasionally stop the Beagle service, open a shell, &amp;nbsp;&amp;quot;export
&lt;br&gt;BEAGLE_EXERCISE_THE_DOG=1&amp;quot;, run &amp;quot;beagle-search&amp;quot; (yes - from the shell!),
&lt;br&gt;then start the service. &amp;nbsp;This will make the service index aggressively
&lt;br&gt;as fast as it can; &amp;nbsp;bringing the index up to date. &amp;nbsp;I do this on my
&lt;br&gt;laptop when I go to bed - then in the morning stop the service, close
&lt;br&gt;the shell, run beagle-search from the GUI (GNOME-Do!) and restart the
&lt;br&gt;service [now running in an environment without BEAGLE_EXERCISE_THE_DOG
&lt;br&gt;set] so it is back to running as a low-priority background service.
&lt;br&gt;&lt;br&gt;You can also stop the service, &amp;quot;rm -R ~/.beagle&amp;quot;, &amp;quot;export
&lt;br&gt;BEAGLE_EXERCISE_THE_DOG=1&amp;quot;, beagle-search, start the service - to
&lt;br&gt;rebuild all your indexes from scratch as fast as it can.
&lt;br&gt;-- 
&lt;br&gt;openSUSE &amp;lt;&lt;a href=&quot;http://www.opensuse.org/en/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opensuse.org/en/&lt;/a&gt;&amp;gt;
&lt;br&gt;Linux for human beings who need to get things done.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26024102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26024102/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-indexes-and-cache-tp26007751p26024102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26007751</id>
	<title>beagle indexes and cache</title>
	<published>2009-10-22T03:23:23Z</published>
	<updated>2009-10-22T03:23:23Z</updated>
	<author>
		<name>Lorenzo Bettini</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;does beagle cleans up its indexes and textcaches now and then?
&lt;br&gt;I mean it looks like old documents (now removed) still come up when 
&lt;br&gt;searching...
&lt;br&gt;&lt;br&gt;is there a way to clean indexes and textcache, or should I simply remove 
&lt;br&gt;these directories in the .beagle folder now and then?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lorenzo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
&lt;br&gt;ICQ# lbetto, 16080134 &amp;nbsp; &amp;nbsp; (GNU/Linux User # 158233)
&lt;br&gt;HOME: &lt;a href=&quot;http://www.lorenzobettini.it&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lorenzobettini.it&lt;/a&gt;&amp;nbsp;MUSIC: &lt;a href=&quot;http://www.purplesucker.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.purplesucker.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.myspace.com/supertrouperabba&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myspace.com/supertrouperabba&lt;/a&gt;&lt;br&gt;BLOGS: &lt;a href=&quot;http://tronprog.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tronprog.blogspot.com&lt;/a&gt;&amp;nbsp; &lt;a href=&quot;http://longlivemusic.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://longlivemusic.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/src-highlite&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/src-highlite&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/gengetopt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gengetopt&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/gengen&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/gengen&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://doublecpp.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://doublecpp.sourceforge.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26007751&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-indexes-and-cache-tp26007751p26007751.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25982346</id>
	<title>Re: Beagle maintenance</title>
	<published>2009-10-20T13:49:26Z</published>
	<updated>2009-10-20T13:49:26Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">On Tue, 2009-10-20 at 13:32 -0700, Gabriel Burt wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I was just catching up on the thread from a month ago about Beagle's
&lt;br&gt;&amp;gt; maintenance status[1]. &amp;nbsp;There were several comments inquiring about
&lt;br&gt;&amp;gt; Novell's involvement in the project. &amp;nbsp;Part of my responsibilities at
&lt;br&gt;&amp;gt; Novell include doing bug fixing and limited feature development work
&lt;br&gt;&amp;gt; on Beagle. &amp;nbsp;I know it's nothing compared to two employees working on
&lt;br&gt;&amp;gt; it full-time, or having DBera maintaining the project. &amp;nbsp;But I just
&lt;br&gt;&amp;gt; wanted you to know that Novell is still putting some resources behind
&lt;br&gt;&amp;gt; supporting Beagle.
&lt;br&gt;&lt;br&gt;Good to hear.
&lt;br&gt;&lt;br&gt;- Will Beagle be updated to work with the latest [sqlite based]
&lt;br&gt;Evolution? &amp;nbsp;That is kind of a killer.
&lt;br&gt;&lt;br&gt;- Are there thoughts about Tracker vs. Beagle? &amp;nbsp;Sadly they chose to
&lt;br&gt;write Tracker in C [WHY?? Ugh.] but it seems to have an active community
&lt;br&gt;and the attention of the GNOME overloads (something Beagle seems to have
&lt;br&gt;lost some time ago). &amp;nbsp;For example, it is likely to be supported by
&lt;br&gt;Zeitgiest in GNOME 3.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25982346&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Beagle-maintenance-tp25982049p25982346.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25982049</id>
	<title>Beagle maintenance</title>
	<published>2009-10-20T13:32:09Z</published>
	<updated>2009-10-20T13:32:09Z</updated>
	<author>
		<name>gabaug</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I was just catching up on the thread from a month ago about Beagle's
&lt;br&gt;maintenance status[1]. &amp;nbsp;There were several comments inquiring about
&lt;br&gt;Novell's involvement in the project. &amp;nbsp;Part of my responsibilities at
&lt;br&gt;Novell include doing bug fixing and limited feature development work
&lt;br&gt;on Beagle. &amp;nbsp;I know it's nothing compared to two employees working on
&lt;br&gt;it full-time, or having DBera maintaining the project. &amp;nbsp;But I just
&lt;br&gt;wanted you to know that Novell is still putting some resources behind
&lt;br&gt;supporting Beagle.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Gabriel
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://mail.gnome.org/archives/dashboard-hackers/2009-September/msg00005.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/archives/dashboard-hackers/2009-September/msg00005.html&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25982049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Beagle-maintenance-tp25982049p25982049.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25892143</id>
	<title>unable to connect to daemon</title>
	<published>2009-10-14T07:28:18Z</published>
	<updated>2009-10-14T07:28:18Z</updated>
	<author>
		<name>green-17</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;Beagle starts and runs, and I can search from gui, but each time a&amp;nbsp; beagle-index-info, or beagle-status is run from cli,&amp;nbsp; &quot;Could not connect to the daemon.&quot;&amp;nbsp; Asking gui to get index info vvia &quot;Service Options -&amp;gt; Index Information&quot; brings up a &quot; Search service not running&quot; with a button &quot;Start search service&quot;.&amp;nbsp; Which, incidentally, clicking the button will not start a stopped beagle.&amp;nbsp; &lt;br&gt;&lt;br&gt;this is running in gentoo x86_64 2.6.27-gentoo-r8&lt;br&gt;&amp;nbsp;&lt;br&gt;and beagle version: &lt;br&gt;[I] app-misc/beagle&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Installed versions:&amp;nbsp; 0.3.9-r1(22:33:37 14/10/09)(avahi chm eds firefox galago google gtk inotify ole pdf thunderbird xscreensaver -debug -doc -epiphany)&lt;br&gt;[I] dev-libs/libbeagle&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Installed versions:&amp;nbsp; 0.3.9(21:29:11 14/10/09)(python -debug -doc)&lt;br&gt;&lt;br&gt;I have
 re-emerged all beagle and prerequisites as set on beagle http://beagle-project.org/Getting_Started&lt;br&gt;emerge -vaD `qlist -I beagle taglib mono sharp dbus sqlite gmine xlibs zip wv poppler gnumeric libgsf`&lt;br&gt;&lt;br&gt;some output from debug&lt;br&gt;&amp;nbsp;$ beagled --foreground --debug&lt;br&gt;Always: Starting Beagle Daemon (version 0.3.9)&lt;br&gt;Always: Running on Mono 2.4.2.3&lt;br&gt;Always: Command Line: /usr/lib64/beagle/BeagleDaemon.exe --foreground --debug&lt;br&gt;Warn: Extended attributes are not supported on this filesystem. Performance will suffer as a result.&lt;br&gt;Debug: Established a connection to the X server&lt;br&gt;Debug: Reniced process to 7&lt;br&gt;Debug: Starting signal handler thread&lt;br&gt;Debug: Starting messaging server&lt;br&gt;Debug: Using utf8 encoding for filenames&lt;br&gt;Debug: Starting QueryDriver&lt;br&gt;Always: HTTP Server: Listening on http://localhost:4000/&lt;br&gt;Debug: Found index helper at /usr/lib64/beagle/beagled-index-helper&lt;br&gt;Debug: Found 2 backends in
 /usr/lib64/beagle/Backends/EvolutionBackends.dll&lt;br&gt;Debug: Found 1 backends in /usr/lib64/beagle/Backends/GoogleBackends.dll&lt;br&gt;Debug: Found 1 backends in /usr/lib64/beagle/Backends/ThunderbirdBackends.dll&lt;br&gt;Debug: Starting Inotify FSQ file event backend&lt;br&gt;Debug: Loaded 154390 records from /home/rd/.beagle/Indexes/FileSystemIndex/FileAttributesStore.db in 2.765s&lt;br&gt;Debug: Checking if /home/rd/Mail is kmail local mail directory ?&lt;br&gt;Warn: KMail backend: No index file for /home/rd/Mail/Mail.Ignoring /home/rd/Mail, probably not a kmail directory.&lt;br&gt;Debug: KMail folders not found. Will keep trying &lt;br&gt;Debug: KonqCacheDir: /var/tmp/kdecache-rd/http&lt;br&gt;Debug: Found 19 backends in /usr/lib64/beagle/BeagleDaemonLib.dll&lt;br&gt;Debug: Loading system static indexes.&lt;br&gt;Debug: Initializing static queryable: /var/lib/cache/beagle/indexes/applications&lt;br&gt;Debug: Checking for dangling locks...&lt;br&gt;Debug: Initializing static queryable:
 /var/lib/cache/beagle/indexes/documentation&lt;br&gt;Debug: Initializing static queryable: /var/lib/cache/beagle/indexes/manpages&lt;br&gt;Debug: Initializing static queryable: /var/lib/cache/beagle/indexes/monodoc&lt;br&gt;Debug: Initializing static queryable: /var/lib/cache/beagle/indexes/windows&lt;br&gt;Debug: Found 5 system-wide indexes.&lt;br&gt;Debug: Loading user-configured static indexes.&lt;br&gt;Debug: Found 0 user-configured static indexes..&lt;br&gt;Debug: Waiting 60 seconds before starting queryables&lt;br&gt;Debug: Starting Scheduler thread&lt;br&gt;Debug: Starting Inotify threads&lt;br&gt;Debug: Zeroconf: Service started...&lt;br&gt;Debug: Daemon initialization finished after 4.18s&lt;br&gt;Debug: Memory usage: VmSize=218.0 MB, VmRSS=29.1 MB,&amp;nbsp; GC.GetTotalMemory=7233536 (154 colls)&lt;br&gt;Warn: Caught exception trying to execute Beagle.Daemon.DaemonInformationExecutor.&amp;nbsp; Sending error response&lt;br&gt;System.IO.IOException: read past EOF&lt;br&gt;&amp;nbsp; at Lucene.Net.Store.BufferedIndexInput.Refill () [0x00000]
 &lt;br&gt;&amp;nbsp; at Lucene.Net.Store.BufferedIndexInput.ReadByte () [0x00000] &lt;br&gt;&amp;nbsp; at Lucene.Net.Store.IndexInput.ReadChars (System.Char[] buffer, Int32 start, Int32 length) [0x00000] &lt;br&gt;&amp;nbsp; at Lucene.Net.Store.IndexInput.ReadString () [0x00000] &lt;br&gt;&amp;nbsp; at Lucene.Net.Index.SegmentInfo..ctor (Lucene.Net.Store.Directory dir, Int32 format, Lucene.Net.Store.IndexInput input) [0x00000] &lt;br&gt;&amp;nbsp; at Lucene.Net.Index.SegmentInfos.Read (Lucene.Net.Store.Directory directory, System.String segmentFileName) [0x00000] &lt;br&gt;&amp;nbsp; at Lucene.Net.Index.SegmentInfos+AnonymousClassFindSegmentsFile1.DoBody (System.String segmentFileName) [0x00000] &lt;br&gt;&amp;nbsp; at Lucene.Net.Index.SegmentInfos+FindSegmentsFile.run () [0x00000] &lt;br&gt;Warn: (Repeated) Caught exception trying to execute Beagle.Daemon.DaemonInformationExecutor.&amp;nbsp; Sending error response&lt;br&gt;Warn: (Repeated) Caught exception trying to execute Beagle.Daemon.DaemonInformationExecutor.&amp;nbsp; Sending error
 response&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



      &lt;hr size=1&gt;
Get more done like never before with Yahoo!7 Mail. &lt;a href=&quot; http://au.rd.yahoo.com/mail/launch09/tagline/*http://us.lrd.yahoo.com/_ylc=X3oDMTFnY201cHJnBHRtX2RtZWNoA1RleHQgTGluawR0bV9sbmsDVTExMDQ3NjAEdG1fbmV0A1lhaG9vIQ--/SIG=11aljvgo4/*http%3A//au.overview.mail.yahoo.com/ 
&quot; target=_blank rel=&quot;nofollow&quot;&gt; Learn more&lt;/a&gt;.&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25892143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/unable-to-connect-to-daemon-tp25892143p25892143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25829394</id>
	<title>Re: Beagle webinterface</title>
	<published>2009-10-09T16:33:59Z</published>
	<updated>2009-10-09T16:33:59Z</updated>
	<author>
		<name>Hugo Sarti</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;Has anybody tried the interface?&lt;br&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;&lt;br&gt;&lt;/p&gt;On Domingo 20 Septiembre 2009 21:53:14 Hugo Sarti escribió:&lt;br&gt;
&amp;gt; Hi everybody,&lt;br&gt;
&amp;gt; I was trying to share the new webinterface that I made when noticed the&lt;br&gt;
&amp;gt; decision about moving to Unmanteined State.&lt;br&gt;
&amp;gt; I'm really sorry to hear this decision. The project was very helpful for&lt;br&gt;
&amp;gt; our company, indexing documents in a centralized NAS.&lt;br&gt;
&amp;gt; I am not a experienced Mono / .Net developer. My major skills are based on&lt;br&gt;
&amp;gt; PHP (I'm also certified on php5). I was thinking on doing a port to this&lt;br&gt;
&amp;gt; language, perhaps now this can be more than just a thought. Maybe php will&lt;br&gt;
&amp;gt; get more people to the project or maybe not.&lt;br&gt;
&amp;gt; Please download and try the new webinterface at the following link. Any&lt;br&gt;
&amp;gt; feedback/comment is incredible valuable.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; http://globalsyons.com/projects/beagle/beagleWI.tar.gz&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Kind Regards&lt;br&gt;
&lt;br /&gt;-- &lt;br /&gt;&lt;br&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;Hugo Sarti&lt;/p&gt;&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;Ingeniero en Sistemas de Información&lt;/p&gt;&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Syons&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;&quot;&gt;&lt;a href=&quot;http://www.syons.com.ar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline; color:#0057ae;&quot;&gt;www.syons.com.ar&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-weight:600;&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25829394&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Beagle-webinterface-tp25537428p25829394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25569631</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T17:31:56Z</published>
	<updated>2009-09-22T17:31:56Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/9/22 Adam Tauno Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25569631&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;awilliam@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

&lt;div class=&quot;im&quot;&gt;And many of the leading Open Source&lt;br&gt;&lt;/div&gt;
projects are in Mono: Monodevelop, F-Spot, Banshee, Tomboy, etc... The&lt;br&gt;
Mono ecosystem is thriving, and will do so with or without Beagle.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;Banshee is leading something? when? where? &lt;br&gt;Monodevelop is a leading IDEs? when? where? &lt;br&gt;Is your a joke?&lt;br&gt;&lt;br&gt;You know: RH deleted mono from Fedora. Canonical will not include Banshee in default installation of Ubuntu Karmic. &lt;br&gt;

 &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;
&lt;br&gt;
&lt;/div&gt;Garbage.  This is a claim of pure unadulterated ignorance.  The &amp;quot;patent&lt;br&gt;
deal&amp;quot; has nothing whatsoever at-all to do with Mono.  This has been&lt;br&gt;
explained dozens of times.&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;No. MS-Novell deal covers *all* MS patents. Please read it. &lt;br&gt;It is true it is not only or mainly for Mono but it covers Mono. Only Novell version of Mono, of course.&lt;br&gt;

&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25569631&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25569631.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25569493</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T17:10:00Z</published>
	<updated>2009-09-22T17:10:00Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/9/22 Adam Tauno Williams &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25569493&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;awilliam@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

I haven&amp;#39;t paid much attention to Tracker&lt;br&gt;&lt;div class=&quot;im&quot;&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Today it doesn&amp;#39;t work. Period. &lt;br&gt;I used tracker on tree releases of Ubuntu. After 1 week I purged it to install Beagle.&lt;br&gt;

 &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Claiming he is &amp;quot;stupid&amp;quot; is also absurd.  He wrote a good chunk of&lt;br&gt;
Gnumeric;  solid evidence against stupidity.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I already wrote MdI is not stupid. What is stupid is to leave unmantained one of the best software developed with Mono, Beagle. Then if MdI is not a studip - and I think he is not a stupid - he can find a solution.&lt;br&gt;

&lt;br&gt;I hope he is not too busy with codeplex@microsoft ... ;-)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25569493&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25569493.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25564499</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T10:50:02Z</published>
	<updated>2009-09-22T10:50:02Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&amp;gt; I apologize for &amp;quot;stupid&amp;quot; to Miguel De Icaza, I mentioned him because
&lt;br&gt;&amp;gt; his role in Mono and in Novell. Well, MdI &amp;nbsp;is *not* stupid at all. To
&lt;br&gt;&amp;gt; leave Beagle unmantained is stupid.
&lt;br&gt;&amp;gt; If you are his friend, please say him Beagle is dying. Because he is
&lt;br&gt;&amp;gt; not a stupid, I think MdI will do something.
&lt;br&gt;&amp;gt; I think only Novell could save Beagle: Beagle is written in Mono. No
&lt;br&gt;&amp;gt; one, no company, want to write software in Mono because patent issue.
&lt;br&gt;&lt;br&gt;BOGOSITY = 100%. &amp;nbsp;This is crap - stop spouting this nonsense - many
&lt;br&gt;companies are developing code using Mono from Unity [gaming] to Quantifi
&lt;br&gt;[financial] to Medsphere [medical]. And many of the leading Open Source
&lt;br&gt;projects are in Mono: Monodevelop, F-Spot, Banshee, Tomboy, etc... The
&lt;br&gt;Mono ecosystem is thriving, and will do so with or without Beagle. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;gt; But Novell have a deal with MS on patents, then Novell can.
&lt;br&gt;&lt;br&gt;Garbage. &amp;nbsp;This is a claim of pure unadulterated ignorance. &amp;nbsp;The &amp;quot;patent
&lt;br&gt;deal&amp;quot; has nothing whatsoever at-all to do with Mono. &amp;nbsp;This has been
&lt;br&gt;explained dozens of times.
&lt;br&gt;&lt;br&gt;An in general:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.jprl.com/Blog/archive/development/mono/2009/Jan-19.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jprl.com/Blog/archive/development/mono/2009/Jan-19.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://jeffreystedfast.blogspot.com/2008/02/lots-of-gnomemono-fud-lately.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jeffreystedfast.blogspot.com/2008/02/lots-of-gnomemono-fud-lately.html&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www2.apebox.org/wordpress/rants/124/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www2.apebox.org/wordpress/rants/124/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;That is the answer to FUD; &amp;nbsp;I won't dignify any responses along those
&lt;br&gt;line - and spare polluting the list archives with more such foolishness.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25564499&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25564499.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25564289</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T10:39:48Z</published>
	<updated>2009-09-22T10:39:48Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">&amp;gt; &amp;gt; Can Novell leave unmantained a piece of its desktop? This is a suicide for
&lt;br&gt;&amp;gt; &amp;gt; Suse.
&lt;br&gt;&amp;gt; Exactly what Novell intends to do with Beagle is unclear, but I think
&lt;br&gt;&amp;gt; &amp;quot;suicide&amp;quot; is a bit hyperbolic. &amp;nbsp;From my time at Novell there was a
&lt;br&gt;&amp;gt; love/hate relationship with Beagle among SUSE users. &amp;nbsp;Some people
&lt;br&gt;&amp;gt; loved it and wouldn't live without it, and other people despised it to
&lt;br&gt;&amp;gt; the point where the very first thing they did after installing SUSE
&lt;br&gt;&amp;gt; was remove Beagle. 
&lt;br&gt;&lt;br&gt;Ugh, what a bunch of irrational haters. &amp;nbsp;Those goons are still around
&lt;br&gt;unfortunately. &amp;nbsp;But don't worry: they hate KDE4, and they will have
&lt;br&gt;GNOME 3 and Tracker.
&lt;br&gt;&lt;br&gt;I imagine openSUSE will simple include Tracker at some point - hopefully
&lt;br&gt;soon. &amp;nbsp;I haven't paid much attention to Tracker but at a glance it has
&lt;br&gt;much of Beagles functionality and already has some integration into
&lt;br&gt;Zeitgeist. &amp;nbsp;Interesting that much of what Dashboard and the like first
&lt;br&gt;hoped to accomplish is finally coming into being.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://seilo.geekyogre.com/2009/09/some-pics-from-the-new-gnome-activity-journal/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://seilo.geekyogre.com/2009/09/some-pics-from-the-new-gnome-activity-journal/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; Well, I think there are some stupids men in Novell (did someone say
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;Miguel&amp;quot;?), but I hope not so stupid.
&lt;br&gt;&amp;gt; &amp;gt; Monotouch can't be Novell core business....
&lt;br&gt;&amp;gt; Well, Miguel is a friend of mine, so I don't really appreciate that.
&lt;br&gt;&lt;br&gt;Claiming he is &amp;quot;stupid&amp;quot; is also absurd. &amp;nbsp;He wrote a good chunk of
&lt;br&gt;Gnumeric; &amp;nbsp;solid evidence against stupidity.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25564289&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25564289.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25563868</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T10:10:50Z</published>
	<updated>2009-09-22T10:10:50Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;2009/9/22 Joe Shaw &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25563868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

&lt;br&gt;
Novell&amp;#39;s a big company, and Mono is a totally separate entity from&lt;br&gt;
their desktop business.  If Novell wants to put resources toward&lt;br&gt;
Beagle, it&amp;#39;s going to come from the SUSE organization and not Miguel&amp;#39;s&lt;br&gt;
Mono organization.&lt;br&gt;
&lt;br&gt;
I agree with you, though, in that I am not really sure what Novell&amp;#39;s&lt;br&gt;
aims are with Monotouch, but that&amp;#39;s orthogonal to this.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I apologize for &amp;quot;stupid&amp;quot; to Miguel De Icaza, I mentioned him because his role in Mono and in Novell. Well, MdI  is *not* stupid at all. To leave Beagle unmantained is stupid.&lt;br&gt;

If you are his friend, please say him Beagle is dying. Because he is not a stupid, I think MdI will do something.&lt;br&gt;&lt;br&gt;I think only Novell could save Beagle: Beagle is written in Mono. No one, no company, want to write software in Mono because patent issue. You know, this issue is too dangerous for business.&lt;br&gt;

&lt;br&gt;But Novell have a deal with MS on patents, then Novell can. Novell can demostrate the patent deal is useful for users. If not, all FLOSS users will realize the deal is not a serious thing. &lt;br&gt;&lt;br&gt;Imagine Red Hat men laughing when they see Microsoft is asking for money for patent licenses on Monotouch :)&lt;br&gt;

&lt;br&gt; &lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25563868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25563868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25562578</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T08:53:39Z</published>
	<updated>2009-09-22T08:53:39Z</updated>
	<author>
		<name>Joe Shaw-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Tue, Sep 22, 2009 at 11:39 AM, guido iodice &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25562578&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guido.iodice@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Can Novell leave unmantained a piece of its desktop? This is a suicide for
&lt;br&gt;&amp;gt; Suse.
&lt;br&gt;&lt;br&gt;Exactly what Novell intends to do with Beagle is unclear, but I think
&lt;br&gt;&amp;quot;suicide&amp;quot; is a bit hyperbolic. &amp;nbsp;From my time at Novell there was a
&lt;br&gt;love/hate relationship with Beagle among SUSE users. &amp;nbsp;Some people
&lt;br&gt;loved it and wouldn't live without it, and other people despised it to
&lt;br&gt;the point where the very first thing they did after installing SUSE
&lt;br&gt;was remove Beagle. &amp;nbsp;I think a lot of people would be pretty
&lt;br&gt;disappointed if they stopped shipping Beagle, but would they lose a
&lt;br&gt;lot of business? &amp;nbsp;I'm not so sure.
&lt;br&gt;&lt;br&gt;I don't have any inside knowledge anymore, but it is conceivable that
&lt;br&gt;SUSE would ship Tracker in a future release and replace a chunk of
&lt;br&gt;Beagle's functionality with that.
&lt;br&gt;&lt;br&gt;&amp;gt; Well, I think there are some stupids men in Novell (did someone say
&lt;br&gt;&amp;gt; &amp;quot;Miguel&amp;quot;?), but I hope not so stupid.
&lt;br&gt;&amp;gt; Monotouch can't be Novell core business....
&lt;br&gt;&lt;br&gt;Well, Miguel is a friend of mine, so I don't really appreciate that.
&lt;br&gt;&lt;br&gt;Novell's a big company, and Mono is a totally separate entity from
&lt;br&gt;their desktop business. &amp;nbsp;If Novell wants to put resources toward
&lt;br&gt;Beagle, it's going to come from the SUSE organization and not Miguel's
&lt;br&gt;Mono organization.
&lt;br&gt;&lt;br&gt;I agree with you, though, in that I am not really sure what Novell's
&lt;br&gt;aims are with Monotouch, but that's orthogonal to this.
&lt;br&gt;&lt;br&gt;Joe
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25562578&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25562578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25562338</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-22T08:39:14Z</published>
	<updated>2009-09-22T08:39:14Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/9/13 Joe Shaw &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25562338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

 Since I left Novell nearly&lt;br&gt;
two years ago, there has been none.  I think it&amp;#39;s safe to say that&lt;br&gt;
Novell no longer has any dedication to the project.  I don&amp;#39;t mean that&lt;br&gt;
as a dig -- having worked on Ximian and SUSE distributions you have to&lt;br&gt;
make strategic and tactical decisions where to put your resources,&lt;br&gt;
since you can&amp;#39;t hack full time on everything.  It appears clear that&lt;br&gt;
desktop search hasn&amp;#39;t panned out as they thought and that experimental&lt;br&gt;
projects like Dashboard, Association Browser, etc. aren&amp;#39;t feasible.&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Can Novell leave unmantained a piece of its desktop? This is a suicide for Suse. &lt;br&gt;Corporate users need to search in Evolution mail, IM messages, files, visited web pages and more in the same time. Only Beagle can do it, if upgraded and mantained.&lt;br&gt;

Beagle can do the difference on enterprise desktop. To leave it unmantained is stupid. &lt;br&gt;Well, I think there are some stupids men in Novell (did someone say &amp;quot;Miguel&amp;quot;?), but I hope not so stupid.&lt;br&gt;Monotouch can&amp;#39;t be Novell core business....&lt;br&gt;

 &lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25562338&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25562338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25537428</id>
	<title>Beagle webinterface</title>
	<published>2009-09-20T17:53:14Z</published>
	<updated>2009-09-20T17:53:14Z</updated>
	<author>
		<name>Hugo Sarti</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Hi everybody,&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;I was trying to share the new webinterface that I made when noticed the &lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;decision about moving to Unmanteined State.&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;I'm really sorry to hear this decision. The project was very helpful for our &lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;company, indexing documents in a centralized NAS.&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;I am not a experienced Mono / .Net developer. My major skills are based on PHP &lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;(I'm also certified on php5). I was thinking on doing a port to this language, &lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;perhaps now this can be more than just a thought. Maybe php will get more &lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;people to the project or maybe not.&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please download and try the new webinterface at the following link. Any &lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;feedback/comment is incredible valuable.&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;http://globalsyons.com/projects/beagle/beagleWI.tar.gz&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Kind Regards&lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;-- &lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Hugo Sarti&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Ingeniero en Sistemas de Información&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Syons&lt;/p&gt;&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;www.syons.com.ar &lt;/p&gt;&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25537428&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Beagle-webinterface-tp25537428p25537428.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25425222</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-13T10:28:52Z</published>
	<updated>2009-09-13T10:28:52Z</updated>
	<author>
		<name>Joe Shaw-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just wanted to reiterate what Bera said. &amp;nbsp;Unfortunately it's been a
&lt;br&gt;long time coming, and I had the revelation fairly recently that our
&lt;br&gt;meager maintenance efforts were simply not going to keep up with the
&lt;br&gt;positive forward progress of other projects upon which we depend, like
&lt;br&gt;Evolution.
&lt;br&gt;&lt;br&gt;Adam asked about bounties. &amp;nbsp;There doesn't appear to be any official
&lt;br&gt;bounties system, although some are posted informally here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://live.gnome.org/Bounties&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://live.gnome.org/Bounties&lt;/a&gt;&lt;br&gt;&lt;br&gt;But there doesn't appear to be a comprehensive system similar to Elance.
&lt;br&gt;&lt;br&gt;A couple people mentioned whether Novell or Canonical (Ubuntu) would
&lt;br&gt;fund Beagle development. &amp;nbsp;I used to work at Novell, and I had the
&lt;br&gt;great fortune of working on Beagle pretty much from the start. &amp;nbsp;For a
&lt;br&gt;couple of years there they paid two full time developers to work on
&lt;br&gt;the project: Jon Trowbridge and myself. &amp;nbsp;When Jon left the company, it
&lt;br&gt;was just me -- although there was occasional part-time help, like Dan
&lt;br&gt;Winship's excellent work on the search UI. &amp;nbsp;Since I left Novell nearly
&lt;br&gt;two years ago, there has been none. &amp;nbsp;I think it's safe to say that
&lt;br&gt;Novell no longer has any dedication to the project. &amp;nbsp;I don't mean that
&lt;br&gt;as a dig -- having worked on Ximian and SUSE distributions you have to
&lt;br&gt;make strategic and tactical decisions where to put your resources,
&lt;br&gt;since you can't hack full time on everything. &amp;nbsp;It appears clear that
&lt;br&gt;desktop search hasn't panned out as they thought and that experimental
&lt;br&gt;projects like Dashboard, Association Browser, etc. aren't feasible.
&lt;br&gt;&lt;br&gt;As for Canonical and Ubuntu, a number of releases ago that community
&lt;br&gt;decided to go with Tracker instead of Beagle, I believe in part due to
&lt;br&gt;a major backlash against Mono following the Microsoft/Novell patent
&lt;br&gt;agreement. &amp;nbsp;Although I think Beagle is still for the moment ahead of
&lt;br&gt;Tracker in terms of core user functionality, Tracker has a vibrant
&lt;br&gt;development community backed by open source companies whereas Beagle's
&lt;br&gt;is completely stagnant and bordering on nonexistent. &amp;nbsp;If I were an
&lt;br&gt;impartial party trying to decide in which to invest development
&lt;br&gt;resources, Beagle is simply a tougher case to make.
&lt;br&gt;&lt;br&gt;Having said all that, please don't let me stop anyone from making
&lt;br&gt;those overtures. &amp;nbsp;Nothing would make me happier than to see the old
&lt;br&gt;dog get a new lease on life. :) &amp;nbsp;As Roger said, maybe it can do so
&lt;br&gt;with a reimagined focus.
&lt;br&gt;&lt;br&gt;Like I said, I've gotten to hack on Beagle from the beginning, which
&lt;br&gt;has been five years (!) now. &amp;nbsp;I am very proud of the work I've done
&lt;br&gt;personally, and that we've done as a community. &amp;nbsp;I have my regrets
&lt;br&gt;too, both technical and non-technical. &amp;nbsp;But I've also moved on with my
&lt;br&gt;life and I hack on other stuff now, and I don't personally have much
&lt;br&gt;interest in returning to full-time Beagle development. &amp;nbsp;I take great
&lt;br&gt;comfort in the fact that we created the first user-centric search
&lt;br&gt;system on Linux, and that it is open source software.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Joe
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25425222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25425222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25400458</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-11T05:52:07Z</published>
	<updated>2009-09-11T05:52:07Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 TRANSITIONAL//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
  &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=UTF-8&quot;&gt;
  &lt;META NAME=&quot;GENERATOR&quot; CONTENT=&quot;GtkHTML/3.26.0&quot;&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
Il giorno ven, 11/09/2009 alle 10.46 +0200, Enrico Minack ha scritto:
&lt;BLOCKQUOTE TYPE=CITE&gt;
&lt;PRE&gt;
Ubuntu seems
to count on a system called Tracker (wasn't there something in Beagle's
history called tracker?), which never succeeded for me to find ANYTHING.
&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR&gt;
&lt;IMG src=&quot;http://old.nabble.com/attachment/25400458/0/face-smile.png&quot; ALIGN=&quot;middle&quot; ALT=&quot;:-)&quot; BORDER=&quot;0&quot;&gt; true, very true.&lt;BR&gt;
&lt;TABLE CELLSPACING=&quot;0&quot; CELLPADDING=&quot;0&quot; WIDTH=&quot;100%&quot;&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;BR&gt;
&lt;BR&gt;

&lt;HR NOSHADE SIZE=&quot;1&quot;&gt;
&lt;BR&gt;
&lt;BR&gt;
&lt;B&gt;GUIDO IODICE&lt;/B&gt;&lt;BR&gt;
tel. 338-9977034&lt;B&gt; &lt;/B&gt;&lt;BR&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25400458&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guido.iodice@...&lt;/a&gt;&lt;BR&gt;
&lt;A HREF=&quot;http://guiodic.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://guiodic.wordpress.com&lt;/A&gt;&lt;BR&gt;
&lt;A HREF=&quot;http://www.facebook.com/people/Guido_Iodice/1471180388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.facebook.com/people/Guido_Iodice/1471180388&lt;/A&gt;&lt;BR&gt;

&lt;HR NOSHADE SIZE=&quot;1&quot;&gt;

&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25400458&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25400458.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25397279</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-11T01:46:52Z</published>
	<updated>2009-09-11T01:46:52Z</updated>
	<author>
		<name>Enrico Minack</name>
	</author>
	<content type="html">I also think that it is a pity that this great piece of software is
&lt;br&gt;going to die. Beagle has a great clean architecture, that makes it easy
&lt;br&gt;to understand, extend and improve. It provides a great indexing and
&lt;br&gt;search framework that addresses all issues that you are faced when you
&lt;br&gt;want to build your own desktop search engine: indexers, filters,
&lt;br&gt;scheduler, monitoring consumed resources, and so on.
&lt;br&gt;&lt;br&gt;I like the idea to ask Novel and Ubuntu if they are interested in
&lt;br&gt;further maintaining Beagle. I am using Beagle on my Ubuntu system.
&lt;br&gt;Unfortunately, it is not installed and running by default. Ubuntu seems
&lt;br&gt;to count on a system called Tracker (wasn't there something in Beagle's
&lt;br&gt;history called tracker?), which never succeeded for me to find ANYTHING.
&lt;br&gt;It looks to me like they started a new system from scratch, while Beagle
&lt;br&gt;was sitting there, ready to be used or built upon. However, it would be
&lt;br&gt;good to get there feedback.
&lt;br&gt;&lt;br&gt;I could also imagine that anybody of the search interface developers you
&lt;br&gt;mentioned would be interested in Beagle to live on. Could you also write
&lt;br&gt;to some of them, personally?
&lt;br&gt;&lt;br&gt;Well, I have to finish my encomium on Beagle by admitting that I am also
&lt;br&gt;not capable (time-wise) of maintaining Beagle. But who ever takes it
&lt;br&gt;over has my admiration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Enrico M.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25397279&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25397279.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25392841</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-10T16:51:35Z</published>
	<updated>2009-09-10T16:51:35Z</updated>
	<author>
		<name>Roger Lainson</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;font face=&quot;Times New Roman, Times, serif&quot;&gt;Like others I find beagle
absolutely great, but I have only minor C# skills so it's hard to help.
&lt;br&gt;
&lt;br&gt;
In my situation, I use mainly beagle on an Ubuntu server for a
company-wide
document search (I just use the CLI via a home-grown PHP web
interface), replacing an installation using Windows and MS Indexing
Service. I was unable to find any other straightforward document
indexer to run on the new Ubuntu server, but beagle filled the gap
beautifully.
It could and should be of interest to anyone else migrating from MS to
Linux (which is a popular move nowadays). Could it be worth approaching
the Ubuntu server people (Canonical) to
see if they have any interest?? It might narrow beagle's focus a bit,
but still might be better than unmaintained. Just a thought.&lt;/font&gt;&lt;br&gt;
&lt;br&gt;
Thanks for all your good work!&lt;br&gt;
&lt;br&gt;
Cheers, Roger Lainson&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25392841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25392841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25390043</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-10T13:00:25Z</published>
	<updated>2009-09-10T13:00:25Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">I love Beagle. I don&amp;#39;t want it die.&lt;br&gt;But I&amp;#39;m not a c# developer, so I can&amp;#39;t help.&lt;br&gt;But Beagle is part on Suse desktop. Novell CAN&amp;#39;T leave Beagle unmantained.&lt;br&gt;&lt;br&gt;Can you write to Novell, De Icaza or other &amp;quot;big&amp;quot;?&lt;br&gt;

&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25390043&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25390043.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25385269</id>
	<title>Re: About to declare 'unmaintained'</title>
	<published>2009-09-10T08:13:28Z</published>
	<updated>2009-09-10T08:13:28Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">&amp;gt; You must have seen this coming. 
&lt;br&gt;&lt;br&gt;Yep, sadly. &amp;nbsp;Beagle is fantastic but due some peoples myopia it has
&lt;br&gt;never gotten the fame or accolades it deserves [and I've never
&lt;br&gt;understood why more apps didn't just support it rather than just rolling
&lt;br&gt;their own meta-data junk].
&lt;br&gt;&lt;br&gt;&amp;gt; As of now, the evolution backend needs a rewrite because of the new
&lt;br&gt;&amp;gt; Evolution API for indexing. 
&lt;br&gt;&lt;br&gt;GNOME doesn't have any official bounty system? &amp;nbsp;I know I'd be willing to
&lt;br&gt;throw up some cash for that to be fixed - it is just too handy to live
&lt;br&gt;without. &amp;nbsp;Again, I just don't understand why *everyone* doesn't use
&lt;br&gt;this.
&lt;br&gt;&lt;br&gt;&amp;gt; There are few other backends that are obsolete due to their move to
&lt;br&gt;&amp;gt; sqlite based storage ... they need a rewrite too.
&lt;br&gt;&lt;br&gt;Maybe in the long run the pervasive use of SQLite will help. &amp;nbsp;Just
&lt;br&gt;trying to find some optimism.
&lt;br&gt;&lt;br&gt;BTW, &amp;nbsp;there is a reimplementation of SQLite in C#
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://code.google.com/p/csharp-sqlite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/csharp-sqlite/&lt;/a&gt;&amp;gt; - but I assume everyone here
&lt;br&gt;already knows about that.
&lt;br&gt;&lt;br&gt;&amp;gt; There are lots of challenging improvements or bugfixes in the TODO
&lt;br&gt;&amp;gt; list, of different orders of complexity - so if you want to learn more
&lt;br&gt;&amp;gt; about beagle internals or just get your hands dirty with C# (that is
&lt;br&gt;&amp;gt; how I landed here), I am sure I can make concrete suggestions.
&lt;br&gt;&lt;br&gt;I know I'd love to but am already buried in projects.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25385269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25385269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25384863</id>
	<title>About to declare 'unmaintained'</title>
	<published>2009-09-10T07:56:04Z</published>
	<updated>2009-09-10T07:56:04Z</updated>
	<author>
		<name>D Bera</name>
	</author>
	<content type="html">Dear friends,
&lt;br&gt;You must have seen this coming. Lack of time of both me and Joe
&lt;br&gt;(personally communicated) has left the beagle project practically
&lt;br&gt;unmaintained. We wanted to do a final release, and Joe even managed to
&lt;br&gt;check-in some patches from the bugzilla. We have been talking about it
&lt;br&gt;among us since the summer and *sigh*... I havn't found the time and
&lt;br&gt;right frame of mind to gather everything, do the testing and roll a
&lt;br&gt;tarball. I am not sure when I will get time to do it. But the trunk is
&lt;br&gt;stable, so feel free to use it.
&lt;br&gt;&lt;br&gt;I am still not completely demotivated, just that a lot is going on
&lt;br&gt;right now, enough to keep me occupied. I try and will try to reply to
&lt;br&gt;emails within a few days ... but please lower your expectations =( If
&lt;br&gt;it helps, there will be one final release before this project is
&lt;br&gt;officially orphaned.
&lt;br&gt;&lt;br&gt;As of now, the evolution backend needs a rewrite because of the new
&lt;br&gt;Evolution API for indexing. I don't know much about its complexity.
&lt;br&gt;There are few other backends that are obsolete due to their move to
&lt;br&gt;sqlite based storage ... they need a rewrite too. There are multiple
&lt;br&gt;query clients ... CLI, gtk, kde, web (the web-interface is broken in
&lt;br&gt;0.3.9 but fixed in trunk) and they seem to be working fine without
&lt;br&gt;major problems. Query can be done remotely and there is an RDF
&lt;br&gt;interface to the indexed data if anyone is interested in data-mining.
&lt;br&gt;We already support a lot of file formats and adding new format is
&lt;br&gt;pretty easy (as simple as writing a script for simple formats).
&lt;br&gt;&lt;br&gt;There are lots of challenging improvements or bugfixes in the TODO
&lt;br&gt;list, of different orders of complexity - so if you want to learn more
&lt;br&gt;about beagle internals or just get your hands dirty with C# (that is
&lt;br&gt;how I landed here), I am sure I can make concrete suggestions.
&lt;br&gt;&lt;br&gt;And once again, any support in any form is most welcome.
&lt;br&gt;Thanks to all of you for your support and help in the previous years,
&lt;br&gt;- dBera
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-----------------------------------------------------
&lt;br&gt;Debajyoti Bera @ &lt;a href=&quot;http://dtecht.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dtecht.blogspot.com&lt;/a&gt;&lt;br&gt;beagle / KDE fan
&lt;br&gt;Mandriva / Inspiron-1100 user
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25384863&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/About-to-declare-%27unmaintained%27-tp25384863p25384863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25365260</id>
	<title>Re: beagled exception in OpenSuse 11.1</title>
	<published>2009-09-09T06:36:24Z</published>
	<updated>2009-09-09T06:36:24Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; The whole traceback, as well as the Config-Files can be found in
&lt;br&gt;&amp;gt; attachments.
&lt;br&gt;&amp;gt; I googled the gnome site and the whole web, but could not find
&lt;br&gt;&amp;gt; anything, except that it should be mono-related, but no solution.
&lt;br&gt;&amp;gt; I also installed the lastest versions of Mono and beagle, but no
&lt;br&gt;&amp;gt; change.
&lt;br&gt;&amp;gt; The version info is.:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/bin/beagled &amp;nbsp;--version
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; beagled: The daemon to the Beagle search system.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Web page: &lt;a href=&quot;http://www.beagle-project.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.beagle-project.org/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Copyright (C) 2004-2008 Novell, Inc. and others
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Beagle: 0.3.9
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mono: Mono 2.0.1
&lt;br&gt;&amp;gt; Thanks in advance for your help.
&lt;/div&gt;&lt;br&gt;I'm running Beagle on openSUSE 11.1; for me it has been quite reliable.
&lt;br&gt;&lt;br&gt;awilliam@linux-m3mt:~&amp;gt; rpm -q beagle
&lt;br&gt;beagle-0.3.8-50.1.i586
&lt;br&gt;awilliam@linux-m3mt:~&amp;gt; rpm -q mono-core
&lt;br&gt;mono-core-2.4.2.3-17.1.i586
&lt;br&gt;awilliam@linux-m3mt:~&amp;gt; uname -a
&lt;br&gt;Linux linux-m3mt 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686
&lt;br&gt;i686 i386 GNU/Linux
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25365260&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagled-exception-in-OpenSuse-11.1-tp25117678p25365260.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25365223</id>
	<title>Re: ODT/ODP/ODS</title>
	<published>2009-09-09T06:34:21Z</published>
	<updated>2009-09-09T06:34:21Z</updated>
	<author>
		<name>Adam Tauno Williams</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; On Wed, Jul 15, 2009 at 7:50 AM, Adam Tauno
&lt;br&gt;&amp;gt; Williams&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25365223&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;awilliam@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Does Beagle (0.3.8-46) index the content of OpenOffice files? &amp;nbsp;[It sure
&lt;br&gt;&amp;gt; &amp;gt; seems like I remember it indexing StarOffice files...] But double
&lt;br&gt;&amp;gt; &amp;gt; checking on my system and it only seems to be indexing based on the
&lt;br&gt;&amp;gt; &amp;gt; names of OpenOffice files. &amp;nbsp;In fact, looking at my search results, it
&lt;br&gt;&amp;gt; &amp;gt; doesn't appear to be indexing anything but XML and text (source mostly)
&lt;br&gt;&amp;gt; &amp;gt; files.
&lt;br&gt;&amp;gt; &amp;gt; awilliam@linux-m3mt:~&amp;gt; beagle-info --list-filters | grep -i open
&lt;br&gt;&amp;gt; &amp;gt; FilterOpenOffice - Version 0 (/usr/lib/beagle/Filters/Filters.dll)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.text
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.text-template
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.spreadsheet
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.spreadsheet-template
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.presentation
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.presentation-template
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.graphics
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- MimeType: application/vnd.oasis.opendocument.graphics-template
&lt;br&gt;&amp;gt; It should be able to, yes. &amp;nbsp;Try running beagle-extract-content on one
&lt;br&gt;&amp;gt; of the ODF files to see how it is identified.
&lt;/div&gt;&lt;br&gt;It started working. &amp;nbsp;For kicks I set BEAGLE_EXERCISE_THE_DOG=1 and let
&lt;br&gt;the service bake overnight - it worked the next morning.
&lt;br&gt;&lt;br&gt;Anyway:
&lt;br&gt;awilliam@linux-m3mt:~/Documents&amp;gt; beagle-extract-content OGo13429612.ods
&lt;br&gt;Filename: file:///home/awilliam/Documents/OGo13429612.ods
&lt;br&gt;Warn: bibparse is not found; bibtex files will not be indexed
&lt;br&gt;Debug: Loaded 64 filters from /usr/lib/beagle/Filters/Filters.dll
&lt;br&gt;Debug: Verifying filter_cache
&lt;br&gt;at /home/awilliam/.beagle/filterver.dat ... cache is dirty ? False
&lt;br&gt;Debug: No filter for file:///home/awilliam/Documents/OGo13429612.ods
&lt;br&gt;(/home/awilliam/Documents/OGo13429612.ods) [application/x-extension-ods]
&lt;br&gt;Filter: &amp;nbsp;(determined in .36s)
&lt;br&gt;MimeType: application/x-extension-ods
&lt;br&gt;&lt;br&gt;Properties:
&lt;br&gt;&amp;nbsp; Timestamp = 2009-08-24 20:48:43 (Utc)
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25365223&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ODT-ODP-ODS-tp24496360p25365223.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25323655</id>
	<title>Re: How to search .* files?</title>
	<published>2009-09-06T17:51:34Z</published>
	<updated>2009-09-06T17:51:34Z</updated>
	<author>
		<name>D Bera</name>
	</author>
	<content type="html">&amp;gt; Is there a way to tell beagle to search certain plain text dot files,
&lt;br&gt;&amp;gt; like .bash_history and .Rhistory?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried to make an external filter but didn't succeed.
&lt;br&gt;&lt;br&gt;Oops... no - dot files and directories are not touched - this is
&lt;br&gt;probably hardcoded in the code and cannot be overriden by any user.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-----------------------------------------------------
&lt;br&gt;Debajyoti Bera @ &lt;a href=&quot;http://dtecht.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dtecht.blogspot.com&lt;/a&gt;&lt;br&gt;beagle / KDE fan
&lt;br&gt;Mandriva / Inspiron-1100 user
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25323655&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-search-.*-files--tp25247338p25323655.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25285705</id>
	<title>Re: beagled exception in OpenSuse 11.1</title>
	<published>2009-09-03T16:10:39Z</published>
	<updated>2009-09-03T16:10:39Z</updated>
	<author>
		<name>D Bera</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Sorry, I missed your email ... you possibly forgot to attach the traceback.
&lt;br&gt;Without any other detailed inforthis looks like mono error to me.
&lt;br&gt;&lt;br&gt;- dBera
&lt;br&gt;&lt;br&gt;On Mon, Aug 24, 2009 at 11:03 AM, Dieter
&lt;br&gt;Woerz&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25285705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dieter.Woerz@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to run beagled in OpenSuse 11.1, but whenever I start the
&lt;br&gt;&amp;gt; daemon, I get the following exception:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 20090824 16:34:42.5156 25290 Beagle ERROR EX: Unhandled exception thrown.
&lt;br&gt;&amp;gt; Exiting immediately.
&lt;br&gt;&amp;gt; 20090824 16:34:42.5156 25290 Beagle ERROR EX:
&lt;br&gt;&amp;gt; System.TypeInitializationException: An exception was thrown by the type
&lt;br&gt;&amp;gt; initializer for Beagle.Util.Conf ---&amp;gt; System.TypeInitializationException: An
&lt;br&gt;&amp;gt; exception was thrown by the type initializer for
&lt;br&gt;&amp;gt; System.Xml.Serialization.XmlSerializer ---&amp;gt;
&lt;br&gt;&amp;gt; System.Configuration.ConfigurationException: The `autoflush' attribute must
&lt;br&gt;&amp;gt; be `true' or `false' ---&amp;gt; System.Configuration.ConfigurationException:
&lt;br&gt;&amp;gt; Required attribute 'name' not found.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The whole traceback, as well as the Config-Files can be found in
&lt;br&gt;&amp;gt; attachments.
&lt;br&gt;&amp;gt; I googled the gnome site and the whole web, but could not find anything,
&lt;br&gt;&amp;gt; except that it should be mono-related, but no solution.
&lt;br&gt;&amp;gt; I also installed the lastest versions of Mono and beagle, but no change.
&lt;br&gt;&amp;gt; The version info is.:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /usr/bin/beagled  --version
&lt;br&gt;&amp;gt; beagled: The daemon to the Beagle search system.
&lt;br&gt;&amp;gt; Web page: &lt;a href=&quot;http://www.beagle-project.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.beagle-project.org/&lt;/a&gt;&lt;br&gt;&amp;gt; Copyright (C) 2004-2008 Novell, Inc. and others
&lt;br&gt;&amp;gt; Beagle: 0.3.9
&lt;br&gt;&amp;gt; Mono: Mono 2.0.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance for your help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dieter
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dieter Wörz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Dashboard-hackers mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25285705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-----------------------------------------------------
&lt;br&gt;Debajyoti Bera @ &lt;a href=&quot;http://dtecht.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dtecht.blogspot.com&lt;/a&gt;&lt;br&gt;beagle / KDE fan
&lt;br&gt;Mandriva / Inspiron-1100 user
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25285705&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagled-exception-in-OpenSuse-11.1-tp25117678p25285705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25247338</id>
	<title>How to search .* files?</title>
	<published>2009-09-01T13:49:00Z</published>
	<updated>2009-09-01T13:49:00Z</updated>
	<author>
		<name>DZ-3</name>
	</author>
	<content type="html">Is there a way to tell beagle to search certain plain text dot files,
&lt;br&gt;like .bash_history and .Rhistory?
&lt;br&gt;&lt;br&gt;I tried to make an external filter but didn't succeed.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25247338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-search-.*-files--tp25247338p25247338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25117678</id>
	<title>beagled exception in OpenSuse 11.1</title>
	<published>2009-08-24T08:03:46Z</published>
	<updated>2009-08-24T08:03:46Z</updated>
	<author>
		<name>Dieter Woerz</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hello,&lt;br&gt;
&lt;br&gt;
I am trying to run beagled in OpenSuse 11.1, but whenever I start the
daemon, I get the following exception:&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;&lt;tt&gt;20090824 16:34:42.5156 25290 Beagle ERROR EX: Unhandled
exception thrown.  Exiting immediately.&lt;/tt&gt;&lt;br&gt;
  &lt;tt&gt;20090824 16:34:42.5156 25290 Beagle ERROR EX:
System.TypeInitializationException: An exception was thrown by the type
initializer for Beagle.Util.Conf ---&amp;gt;
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Xml.Serialization.XmlSerializer ---&amp;gt;
System.Configuration.ConfigurationException: The `autoflush' attribute
must be `true' or `false' ---&amp;gt;
System.Configuration.ConfigurationException: Required attribute 'name'
not found.&lt;/tt&gt;&lt;br&gt;
  &lt;br&gt;
&lt;/blockquote&gt;
The whole traceback, as well as the Config-Files can be found in
attachments.&lt;br&gt;
I googled the gnome site and the whole web, but could not find
anything, except that it should be mono-related, but no solution.&lt;br&gt;
I also installed the lastest versions of Mono and beagle, but no change.&lt;br&gt;
The version info is.:&lt;br&gt;
&lt;blockquote&gt;&lt;tt&gt;/usr/bin/beagled  --version&lt;/tt&gt;&lt;br&gt;
  &lt;tt&gt;beagled: The daemon to the Beagle search system.&lt;/tt&gt;&lt;br&gt;
  &lt;tt&gt;Web page: &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.beagle-project.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.beagle-project.org/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
  &lt;tt&gt;Copyright (C) 2004-2008 Novell, Inc. and others&lt;/tt&gt;&lt;br&gt;
  &lt;tt&gt;Beagle: 0.3.9&lt;/tt&gt;&lt;br&gt;
  &lt;tt&gt;Mono: Mono 2.0.1&lt;/tt&gt;&lt;br&gt;
&lt;/blockquote&gt;
Thanks in advance for your help.&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Dieter&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;1024000&quot;&gt;Dieter Wörz
&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25117678&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagled-exception-in-OpenSuse-11.1-tp25117678p25117678.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24670982</id>
	<title>Re: [beagle] Remove duplicate 'beagle-part-property.h' from  include_HEADERS</title>
	<published>2009-07-26T15:07:13Z</published>
	<updated>2009-07-26T15:07:13Z</updated>
	<author>
		<name>Joe Shaw-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Sun, Jul 26, 2009 at 1:46 PM, Arun Raghavan&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24670982&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;arunsr@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; commit 95b10dd1dc58068fa09d38fa6bac3763afc9c8f9
&lt;br&gt;&amp;gt; Author: Arun Raghavan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24670982&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ford_prefect@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date:   Sun Jul 26 23:10:44 2009 +0530
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    Remove duplicate 'beagle-part-property.h' from include_HEADERS
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    This was causing breakage with recent versions of 'install'. Thanks to
&lt;br&gt;&amp;gt;    Matthias Clasen (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24670982&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mclasen@...&lt;/a&gt;) for the patch on bug 588994.
&lt;br&gt;&lt;br&gt;For the future, you can mark the author of the patch by using the
&lt;br&gt;--author command-line flag to &amp;quot;git commit&amp;quot;. &amp;nbsp;This will make it more
&lt;br&gt;clear that you're the committer and not the author in git history.
&lt;br&gt;&lt;br&gt;Joe
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24670982&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--beagle--Remove-duplicate-%27beagle-part-property.h%27-from--include_HEADERS-tp24670982p24670982.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24569916</id>
	<title>Re: beagle-query configurability</title>
	<published>2009-07-20T06:30:24Z</published>
	<updated>2009-07-20T06:30:24Z</updated>
	<author>
		<name>D Bera</name>
	</author>
	<content type="html">&amp;gt; I see that there has been some discussion in the past regarding the maximum
&lt;br&gt;&amp;gt; number of hits returned by beagle-query.  I'd like to throw in my 2c worth
&lt;br&gt;&amp;gt; with the following comments:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The hard-coded limit of 100 hits is the single most annoying thing in the
&lt;br&gt;&amp;gt; whole of beagle, which is otherwise a wonderfully useful tool for my work.
&lt;br&gt;&amp;gt;  I regularly get messages like 'Too many matches. Showing latest 6 of total
&lt;br&gt;&amp;gt; 711'.  These six hits are often not enough to find what I was looking for.
&lt;br&gt;&lt;br&gt;Which version are you running ? If you are running 0.3.9 (latest),
&lt;br&gt;then I would suggest a complete reindexing of all the files
&lt;br&gt;$ beagle-shutdown
&lt;br&gt;$ rm -rf ~/.beagle/Indexes/FileSystemIndex
&lt;br&gt;$ beagled
&lt;br&gt;&lt;br&gt;There was a bug in the earlier versions which would cause this
&lt;br&gt;meaningless 6 of 711 type of problem. You should get at least 100 hits
&lt;br&gt;if the total is this high.
&lt;br&gt;&lt;br&gt;&amp;gt; First of all, if beagle-search can't return all the matches, then I would
&lt;br&gt;&amp;gt; like to be able to choose whether I get the most relevant, the most recent,
&lt;br&gt;&amp;gt; the oldest, etc.  As a suggestion, it could use the same criteria as the
&lt;br&gt;&amp;gt; 'Sort' option.
&lt;br&gt;&lt;br&gt;Frankly, this is a bit complicated. The magic happens in
&lt;br&gt;LuceneCommon.cs and LuceneQueryingDriver.cs - which gets all the
&lt;br&gt;matches back in terms of document ids, and then has extract the
&lt;br&gt;relevant fields for all the documents to sort and top-100 them
&lt;br&gt;correctly. Sorting by most recent is the current strategy but it
&lt;br&gt;should not be hard to extend it.
&lt;br&gt;&lt;br&gt;&amp;gt; Secondly, I would like to be able to get more than 100 matches. Well
&lt;br&gt;&amp;gt; actually 100 would be OK if I could get the 100 most relevant, but (to take
&lt;br&gt;&amp;gt; the case above) 6 is not.
&lt;br&gt;&lt;br&gt;See above.
&lt;br&gt;&lt;br&gt;-dBera
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;-----------------------------------------------------
&lt;br&gt;Debajyoti Bera @ &lt;a href=&quot;http://dtecht.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dtecht.blogspot.com&lt;/a&gt;&lt;br&gt;beagle / KDE fan
&lt;br&gt;Mandriva / Inspiron-1100 user
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24569916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-query-configurability-tp24564364p24569916.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24567220</id>
	<title>Re: (resend)patch to beaglefs</title>
	<published>2009-07-20T03:21:51Z</published>
	<updated>2009-07-20T03:21:51Z</updated>
	<author>
		<name>guiodic</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/7/18 Joe Shaw &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24567220&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joe@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hi Guido,&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;

&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;Looks pretty straightforward.  Would you mind filing a bug at&lt;br&gt;
&lt;a href=&quot;http://bugzilla.gnome.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org&lt;/a&gt; and attaching a patch?  I&amp;#39;m not able to&lt;br&gt;
check it in at the moment, and that will ensure that it doesn&amp;#39;t get&lt;br&gt;
lost.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;Joe&lt;/font&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Done:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=589107&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org/show_bug.cgi?id=589107&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24567220&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28resend%29patch-to-beaglefs-tp24351789p24567220.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24564364</id>
	<title>beagle-query configurability</title>
	<published>2009-07-19T23:02:10Z</published>
	<updated>2009-07-19T23:02:10Z</updated>
	<author>
		<name>Jonathan-72</name>
	</author>
	<content type="html">Hello folks,
&lt;br&gt;&lt;br&gt;I see that there has been some discussion in the past regarding the 
&lt;br&gt;maximum number of hits returned by beagle-query. &amp;nbsp;I'd like to throw in 
&lt;br&gt;my 2c worth with the following comments:
&lt;br&gt;&lt;br&gt;The hard-coded limit of 100 hits is the single most annoying thing in 
&lt;br&gt;the whole of beagle, which is otherwise a wonderfully useful tool for my 
&lt;br&gt;work. &amp;nbsp;I regularly get messages like 'Too many matches. Showing latest 6 
&lt;br&gt;of total 711'. &amp;nbsp;These six hits are often not enough to find what I was 
&lt;br&gt;looking for. &amp;nbsp;I can use beagle-search, but as it shows no preview of the 
&lt;br&gt;files its results aren't of much use to me either.
&lt;br&gt;&lt;br&gt;First of all, if beagle-search can't return all the matches, then I 
&lt;br&gt;would like to be able to choose whether I get the most relevant, the 
&lt;br&gt;most recent, the oldest, etc. &amp;nbsp;As a suggestion, it could use the same 
&lt;br&gt;criteria as the 'Sort' option.
&lt;br&gt;&lt;br&gt;Secondly, I would like to be able to get more than 100 matches. Well 
&lt;br&gt;actually 100 would be OK if I could get the 100 most relevant, but (to 
&lt;br&gt;take the case above) 6 is not.
&lt;br&gt;&lt;br&gt;I'm not averse to a bit of code-hacking but I'm no python programmer and 
&lt;br&gt;don't have the time to reverse-engineer the project. If someone could 
&lt;br&gt;point me in the right direction to make these changes I'd be happy to do 
&lt;br&gt;some work on it.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Jonathan
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24564364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/beagle-query-configurability-tp24564364p24564364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24551028</id>
	<title>Re: (resend)patch to beaglefs</title>
	<published>2009-07-18T12:20:27Z</published>
	<updated>2009-07-18T12:20:27Z</updated>
	<author>
		<name>Joe Shaw-4</name>
	</author>
	<content type="html">Hi Guido,
&lt;br&gt;&lt;br&gt;On Mon, Jul 6, 2009 at 4:44 AM, guido iodice&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24551028&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;guido.iodice@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dears, I'm a Beagle fan:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://guiodic.wordpress.com/category/gnulinux/guide-pratiche-gnulinux/beagle-guide-pratiche-gnulinux-gnulinux/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://guiodic.wordpress.com/category/gnulinux/guide-pratiche-gnulinux/beagle-guide-pratiche-gnulinux-gnulinux/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I discovered that *beaglefs* has a bug because new beagle syntax.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry, I'm unable to use 'diff' and 'patch' properly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Changement is simple, in hit.c:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; beagle_query_add_text (query, &amp;quot;type:File OR type:IMLog&amp;quot;); /* CHANGHE */
&lt;br&gt;&amp;gt; /* beagle_query_add_text (query, &amp;quot;type:IMLog&amp;quot;); */        /* DELETE OR
&lt;br&gt;&amp;gt; COMMENT THIS LINE*/
&lt;/div&gt;&lt;br&gt;Looks pretty straightforward. &amp;nbsp;Would you mind filing a bug at
&lt;br&gt;&lt;a href=&quot;http://bugzilla.gnome.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugzilla.gnome.org&lt;/a&gt;&amp;nbsp;and attaching a patch? &amp;nbsp;I'm not able to
&lt;br&gt;check it in at the moment, and that will ensure that it doesn't get
&lt;br&gt;lost.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Joe
&lt;br&gt;_______________________________________________
&lt;br&gt;Dashboard-hackers mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24551028&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dashboard-hackers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/dashboard-hackers&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28resend%29patch-to-beaglefs-tp24351789p24551028.html" />
</entry>

</feed>
