Bookmarks indexing

2005-09-03 Thread MDK
Hey, something like two months ago I sent here patches to add support for indexing Firefox/Mozilla/Epiphany bookmarks. As of now, they didn't make it to the CVS. Is there any reason behind that, or did they just got lost in the vortex of the list? Just asking, I remember there was some

Web Bookmarks Queryables - patches

2005-06-17 Thread MDK
Hey, Here is the code to add support for bookmark indexing to beagle (I talked about that some time ago). Source (against the latest CVS): http://www.mdk.org.pl/linux/WebBookmarksQueryables_beagle.tar Obligatory Hendrix perm: http://www.mdk.org.pl/linux/beagle_bookmarks.png FEATURES: -

Re: WebBookmarks Queryable

2005-06-01 Thread MDK
Dnia 01-06-2005, ro o godzinie 00:56 -0700, Alex Graveley napisa(a): Seems like the bookmark backend should look for an existing web history hit for the URL and alter that with some bookmark attributes (anything other than bookmark name?). It should create an empty hit with no content if

Re: Run tim error in CVS beagle as of May 26

2005-05-28 Thread MDK
Dnia 28-05-2005, sob o godzinie 12:56 -0400, Joe Shaw napisa(a): You can try applying the patch I attached earlier in the thread. If it applies cleanly, then the CVS server hasn't updated yet. They have some sort of round-robin setup for the anoncvs servers, and some update within an hour

Beagle CVS and Evolution Address book

2005-05-22 Thread MDK
Hi, First of all - thanks for correcting the filesystem layout problems. Now I'm able to run Beagle on Archlinux (this distro installs mono in /opt/mono and gnome in /opt/gnome). I'm running Beagle from CVS, evolution 2.2.2 and evolution-sharp 0.6. When starting Beagle I had this problem: ...

Evolution mail indexing

2005-05-22 Thread MDK
One more detail regarding the evolution-mail backend. It should not index the contents of the Spam folder... -- Micha Dominik K. [EMAIL PROTECTED] www.mdk.org.pl signature.asc Description: This is a digitally signed message part ___

configure.in DBUS

2005-04-07 Thread MDK
I think there is a small mistake in configure.in for Beagle. Line 321: DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp` should be: DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1` ... because dbus include files actually belong to dbus package, not dbus-sharp package. The present

Re: configure.in DBUS

2005-04-07 Thread MDK
On Fri, 2005-04-08 at 00:24 +0200, MDK wrote: I think there is a small mistake in configure.in for Beagle. Line 321: DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp` should be: DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1` This change will cause problems. Except

Re: Beagle not using GNOME thumbnails (?)

2005-03-21 Thread MDK
if the path+filename doesn't contain spaces. For 'wystawa.jpg' I get: img src=file:///home/mdk/.thumbnails/normal/ca858c025ffd661572998717ea7bb2e6.png For 'wystawa wystawa.jpg' I get: img src=file:///home/mdk/Desktop/zdjecia/monika/wystawa wystawa.jpg Filling this as a bug. -- Micha Dominik K

Re: Beagle not using GNOME thumbnails (?)

2005-03-21 Thread MDK
Dnia 21-03-2005, pon o godzinie 16:25 -0500, Joe Shaw napisa(a): 2) I've got some SVG drawings that render perfect thumbnails in Nautilus. In beagle I can only see broken-image flag for them. This is because Gecko doesn't support rendering of SVG. It'd be good to open a bug on this if

Re: Beagle: Consumes lots of memory making the system unusable

2005-03-15 Thread MDK
Dnia 15-03-2005, wto o godzinie 11:11 -0500, Ken VanDine napisa(a): I had not noticed this, but this thread made me look. I have a single IndexHelper log file that is 8.1G. All the others look reasonable. Also, it isn't the latest file. A little info: mono 1.1.4 beagle 0.0.7 dbus

Mono GC + Beagled

2005-02-03 Thread MDK
eating all your RAM. I've been doing some mono development, and I noticed that too (Mono GC memory leaking). Is there any chance that this is going to change in the upcoming Mono versions? -- Michael Dominic K. mdk (at) mdk.org.pl www.mdk.org.pl