Just to let you guys know there is a teeny tiny bug in efax-0.9-10mdk which is stopping the KDE fax printer working 'out of the box' This bug is present in 8.2 and 9.0B2
efax tries to write a lock file in /var/lock, but only root has write permission. Currently the user has to either grant write permission to users in /var/lock, or else edit /etc/fax.config to use a different directory for lock files. A one line edit in the file efax-0.9mdkconf inside the src RPM fixes it. Just replace +LOCK='-x /var/lock/LCK..$DEV' with +LOCK='-x /tmp/LCK..$DEV' derek
