version 0.65, May 16, 2009
XLocate is an X Qt4 front-end to the standard Linux locate utilities. It allows for a more flexible and convenient search procedure through local and remote file systems as well as shelved collections of removable drives, CDROMs and data DVDs.
Copyright: © 2009 Alexandre Oberlin
It may also come handy as a basic text file editor.
Detailed description of the program
Installation instructions
Prerequisites for xlocate-0.65 :
The required software listed below comes along with any recent distribution.
-
Qt libs version 3.3.2 or higher, available at http://www.trolltech.com(mandatory)
-
slocate version 2.1 or higher, available at http://www.geekreview.org/slocate (mandatory)
OR
GNU locate in findutils-4.1.6 or higher, available at ftp://ftp.gnu.org/gnu/findutils/ (mandatory) -
blkid version 1.26a or later, from package e2fsprogs available at http://download.sourceforge.net/e2fsprogs/ (optional - if you want to index removable drives other than CDROMs, blkid adds convenience by retrieving their volume label.)
View xlocate-0.65.lsm -- View ChangeLog
configure options for version 0.65
The configure script for xlocate-0.65 relies on installed version of Qt.
Usage: configure [ -e | -g | -t | -d install_dir | -h ]
- -e configure without file display/edition functionality.
- -g configure for use with GNU locate (default is slocate).
- -t do nothing, just test for Qt version.
- -d dir install to given directory (default /usr/local).
- -h this help.
If you use GNU locate (findutils version 4.1.6 or higher, e.g. in SUSE distribution) and don't want to change for slocate, you can configure for GNU locate. There are some minor differences however:
- GNU locate does not change its effective group id as slocate does, so as an ordinary user you might have permissions problems to create or update index files outside of your home directory. Of course you can always make the permissions of the index files directories less restrictive than the installation defaults (775).
- The Regexp checkbox is removed. GNU locate will guess automatically if the entered pattern must be taken as a regular expression.
- The Secure locate option is removed.
Quick installation instructions:
Let's suppose you downloaded the archive xlocate-0.65.tar.gz in /tmp
$> cd /tmp $> tar -xvzf xlocate-0.65.tar.gz $> cd xlocate-0.65 $> ./configure # or './configure -g' if you use GNU Locate $> make $> su -c 'make install' # (enter root password)