EZFM 0.3



EZFM is a filemanager for unix and the X window system. It supports virtually all the features one would expect from a file manager.

EZFM is based on the EZ widget and graphics library (EZWGL). It requires EZWGL-1.40


Downloading EZFM 0.3

EZFM 0.3 is available only in source form. It is released under GPL.

Installing EZFM 0.3

After downloading the source tar ball, issue the command

gzip -dc EZFM-0.3.tgz | tar xvf -

It will unpack the source in the directory EZFM-0.3. Change directory to EZFM-0.3, enter the command

make

to compile ezfm. To install EZFM, first modify the first few lines in Makefile to settings suitable for you, then issue the command

make install

Installation will copy the following files

	     INSTALLATION_DIR/bin/ezfm
	     INSTALLATION_DIR/lib/ezfmIcons/*
	     INSTALLATION_DIR/lib/ezfm/ezfmrc  
	     INSTALLATION_DIR/lib/ezfm/ezfmMagic
	     INSTALLATION_DIR/man/man1/ezfm.1

Post Installation Procedure for Linux Systems

You'll probabily need to modify your /etc/fstab in order to make automatic mounting/umounting removable devices work. Part of my /etc/fstab looks like
#
# ------- So normal user can mount/umount removable devices------
#
/dev/hdc      /cdrom     iso9660  user,noauto,ro,exec,unhide
/dev/fd0      /floppy    msdos    user,noauto,rw
/dev/hdb4     /zip       msdos    user,noauto,rw
#
/dev/fd0      /floppy2   ext2     user,noauto,rw,exec
/dev/hdb4     /zip2      ext2     user,noauto,rw,exec
#
# make sure the mounting points /cdrom /floppy ... are of mode 1777
#  (chmod 1777 /cdrom) ...
#-------------------------------------------------------------


Screenshots