AcetoneISO2 User Manual
GENERAL INFORMATION
AcetoneISO2 is a CD/DVD image manipulator for GNU/Linux.
- the official website is:
www.acetoneiso.netsons.org
- for a complete list of features, please visit:
www.acetoneiso.netsons.org/viewpage.php?page_id=1
- if you find a bug, or need to contact the team for any purpose, please visit:
www.acetoneiso.netsons.org/viewpage.php?page_id=3
DEPENDENCIES
These packages are required to make AcetoneISO2 run successfully.
Your package distribution should have all these packages in most cases.
REQUIRED: fuseiso, fuse-utils, libqt4-gui, konqueror or nautilus
OPTIONAL (you need these to make all features work):
mkisofs, cdrdao, p7zip-full, gnupg-agent, gnupg2, pinentry-qt
INSTALL
a) You must compile AcetoneISO2 sources.
it is very simple.
just be sure to have installed all above dependencies plus libqt4-dev (or -devel)
b) open a terminal inside acetoneiso2/src/ folder and type:
qmake-qt4 (if it gives errors simply type "qmake" instead)
make
make install ( must be run as root user )
c) it is now time to activate fuseiso for your user.
open a terminal and as root user type:
chmod 4755 /usr/bin/fusermount (may be /bin/fusermount depending on distro)
chmod o+rw /dev/fuse
addgroup <your-user> fuse (ex. addgroup johndoe fuse)
NOTE: be sure fuse module is loaded. "lsmod | grep fuse".
if not type in a terminal "modprobe fuse" (as root user).
x) if you want to uninstall AcetoneISO2,
simply type from acetoneiso2/src/ folder:
make uninstall (must be root user)
QUICK NOTES
- there are serious issues if you install fuseiso < 2007xxx version.
be sure to have the latest one installed.
- AcetoneISO2 uses poweriso binary file to convert and extract images.
It is not shipped with our software and will be downloaded when needed.
Poweriso is a Freeware software so sources are not available.
Please note that it will only work on 32-bit Operating Systems.
There are some workarounds to make it run on a 64-BIT OS, for example you must
install at least "libc6-i386" package and maybe others.