Re: Basic questions on indexing of images

2005-03-07 Thread Jon Trowbridge
On Mon, 2005-03-07 at 22:58 +0100, Kristian Berg wrote: > I'm adding a > F-SpotQueryable in beagled who (in theory) will open f-spot's photo > database using Mono.Data.SqliteClient and get all tags and all photos > with those tags. The idea is that you can search for "birthday 2005" and > all photo

Re: totally new inotify.

2005-03-07 Thread Robert Love
On Fri, 2005-03-04 at 14:17 -0500, Robert Love wrote: > For lucky SUSE users, Grand Unified Kernels version 747.inotify.1 for > SUSE 9.1, SUSE 9.2, SLES9, and NLD9 are available at > > http://primates.ximian.com/~rml/kernel-rml/unified/ > > For users of other distributions, or the rough ri

Basic questions on indexing of images

2005-03-07 Thread Kristian Berg
Hi! I'm trying to write a f-spot indexer for beagled, but I'm having some difficulties understanding the basics of how beagle works. I'm adding a F-SpotQueryable in beagled who (in theory) will open f-spot's photo database using Mono.Data.SqliteClient and get all tags and all photos with those tag

Re: Extended Attributes on crypto FS

2005-03-07 Thread Joe Shaw
On Mon, 2005-03-07 at 20:44 +, James Ogley wrote: > Works a treat actually, this is the line in /etc/cryptotab: > > /dev/loop0 /dev/hda5 /homeext3 twofish256 > noatime,user_xattr > > It hadnt occurred to me earlier that the last field was obviously the > mount opt

Re: Extended Attributes on crypto FS

2005-03-07 Thread James Ogley
>Does end up hammering the CPU though, not sure if that's because of the >filesystem being encrypted or not though - running beagled in debug mode >to try and find out... Ah, it looks like #167925 - I'm on 0.0.6 here :) -- James Ogley [EMAIL PROTECTED] GNOME for SuSE: http://usr-local-bin.org/rpm

Re: Extended Attributes on crypto FS

2005-03-07 Thread James Ogley
>I feel pretty confident in saying that you're the first person to try >running beagle on an encrypted filesystem. I don't know anything >about /etc/cryptotab, but if that is where you provide the mount options >for the underlying file system, that is probably the right place to do >it. >Try it ou

Re: Extended Attributes on crypto FS

2005-03-07 Thread Joe Shaw
Hi James, On Mon, 2005-03-07 at 18:10 +, James Ogley wrote: > Trying to try out beagle, but beagled won't start, because I don't have > extended attributes enabled on my home directory. Thing is that my home > directory is encrypted, details being held in /etc/cryptotab (on SuSE). > Is it pos

Re: Beagle Web Interface ...

2005-03-07 Thread Joe Gasiorek
Hi, I'm not that familiar with ASP.NET but it would be pretty easy to make XML data out of the Beagle hit data right? What I am getting at is we might be able to add some pretty cool DHTML tricks to the web interface if all it has to do is ask for some more XML. Keep this in mind as a possibility

Extended Attributes on crypto FS

2005-03-07 Thread James Ogley
Hi, Trying to try out beagle, but beagled won't start, because I don't have extended attributes enabled on my home directory. Thing is that my home directory is encrypted, details being held in /etc/cryptotab (on SuSE). Is it possible to add the user_xattr option in that file too as detailed at h

Beagle Web Interface ...

2005-03-07 Thread Vijay KN
Hi all: I have posted the patch for beagle web interface in bugzilla last week. Those who want to try it out can get it from: http://bugzilla.gnome.org/show_bug.cgi?id=168752 It works with Beagle 0.0.7. The patch is being reviewed and should get into Beagle CVS soon. cheers Vijay Folks,