vcdmanager
==========

what is?
--------
It is kicker applet for manage mount/umount disc's images. It have support for drop disc's image file. It use loop and cdemu devices.
More details to cdemu visit 
http://cdemu.sourceforge.net/

usage
-----
a)Firt all:
Edit with visudo the file "/etc/sudoers", login as root.
Add the following line:
ALL ALL=NOPASSWD:/bin/mount -t * -o loop* /* /*,/bin/mount -t * /* /*,/bin/umount *

b)download source code vcdmanager-XXX.tar.gz
where XXX is version number,
from http://www.geocities.com/intirruphay/download

c)unpack the downloaded file.
$cd $workdir
$tar -xzf vcdmanager-XXX.tar.gz

where
workdir = /home/periquito/directorio_trabajo (for example)

d)build the applet
$cd vcdmanager
$./configure 
$make
$make install (as root for global install)

