home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / beagle / README.Debian < prev    next >
Encoding:
Text File  |  2007-04-12  |  2.7 KB  |  73 lines

  1. Running Beagle for Debian
  2. -------------------------
  3.  
  4.  1. Extended attributes
  5.  ----------------------
  6.  
  7.  You also have to remount the filesystem in which /home resides with extended 
  8.  attributes support. For that, add "user_xattr" to options field for your 
  9.  /home mount point in /etc/fstab file and remount the filesystem.
  10.  
  11.  One example could be:
  12.  /dev/hda6 /home           ext3    defaults,user_xattr        0   2
  13.  
  14.  # mount -o remount /home
  15.  
  16.  If you are using XFS or JFS in your /home you don't need to make any change, 
  17.  as those filesystems has extended attributes enabled by default.
  18.  
  19.   2. Running
  20.   ----------
  21.   
  22.  After this, you only have to run "beagled" in a terminal.
  23.  If you are using GNOME, you will have to go to Session Manager, in
  24.  Desktop->Preferences, and check if it is listed in start programs tab, and
  25.  if it is enabled (default: true).
  26.  
  27.  Also, in KDE, you will have to go to session manager.
  28.  
  29.   3. System Wide indexing
  30.   -----------------------
  31.  
  32.  By default, beagle will index your system for apps and for documentation,
  33.  so they are also displayed in your searches, in a daily basis. To control
  34.  what is going to be indexed and how, please check crawl-* files in
  35.  /etc/beagle directory.
  36.  
  37.  This process is run by a no-priviledges, system, beagleindex user.
  38.  
  39.   4. Searching
  40.   ------------
  41.   
  42.  For performing searches, you can use beagle-search tool from Apps->Accesories menu.
  43.  If this is the first time you run beagle, you will need to wait a bit for the
  44.  daemon to index data from different locations before you can get any result.
  45.  
  46.  By default, beagle-search util will be used. This is a Gnome UI, which does 
  47.  integrate with Gnome desktop, so it uses Gnome desktop preferences to 
  48.  perform tasks like opening folders or documents. You have to open a
  49.  Nautilus folder and go to its preferences to change that behaviour.
  50.  
  51.  You can also use other UIs for searching, like "kerry" package, which
  52.  is a beagle search UI aimed for people using KDE desktop.
  53.  
  54.   5. Evolution Data Backend
  55.   -------------------------
  56.  
  57.  From beagle 0.1.2-3 version, Evolution Data backend has been split in its own
  58.  package: beagle-backend-evolution. If you want to index calendar and contacts
  59.  from Evolution, you will need to install it.
  60.  
  61.   6. Storage of Cache Files
  62.   -------------------------
  63.  
  64.  Beagle generates a bunch of cache files in which it stores different indexes. If
  65.  you desire to store that in other different place than ~/.beagle, which is 
  66.  the default, you will have to set BEAGLE_STORAGE variable to point to the
  67.  desired place you want to store those files.
  68.  
  69.  Also, if you are using system-wide crawl (default: yes), its indexes will be
  70.  created in /var/cache/beagle. 
  71.  
  72.  -- Jose Carlos Garcia Sogo <jsogo@debian.org>, Sun, 06 May 2006 10:55:13 +0200
  73.