Re: Beagle packages.



Two notes on running Beagle.

First, make sure you have the following packages installed:

	dbus, dbus-glib, dbus-sharp, dbus-x11, evolution-sharp, beagle

Next, you'll need to start a session D-Bus, which is bus that runs
during your login session, and is separate from the system bus which
runs as root and which is running the whole time your computer is on.

To launch Beagle, follow these steps:
        
        (1) Start the session bus
        
        	% eval `dbus-launch`
        
        (2) Run the Beagle daemon
        
        	% beagled
        
        (3) Index some files
        
        	% beagle-index-files ~/Documents/*
        
        (3) Run the graphical search tool
        
        	% best

Hopefully this will work for you!  These are the first packages I've
ever built, so they're likely to have problems.

Best,

Nat




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]