Bug 75034

Summary: can not print to printer or file
Product: [Applications] kfax Reporter: Emile van Mierlo <evanmierlo>
Component: generalAssignee: Bernd Wuebben <wuebben>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Emile van Mierlo 2004-02-12 02:48:27 UTC
Version:           1.3.0 (using KDE 3.1.4)
Installed from:    SuSE
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (x86_64) release 2.4.21-178-smp

KFAX produces an empty postscript file when printed to file, and does not print anything when printed to lpr. lpr works properly when the tif file is send to it outside KFAX. This happens to an out-of-the-box installation of SuSE 9.0 proffessional 64bit edition on a dual Opteron system.
Comment 1 Helge Deller 2004-11-08 08:54:43 UTC
CVS commit by deller: 

- This is now KFax version 3.3.0
- use KPrinter instead of self-made printer dialog
- drop dependency on the external programs fax2tiff and tiff2ps - we do the printing ourself (this fixes the problem, that most people couln't print, because those tools were not installed on the user's computer and KFax didn't even printed an error message if they weren't installed)
- lots of other small cleanups

BUG:91659
BUG:89934
BUG:87788
BUG:75034
BUG:51058
BUG:47080


  M +4 -4      Makefile.am   1.41
  M +92 -265   kfax.cpp   1.101
  M +4 -6      kfax.h   1.44
  M +1 -1      version.h   1.14
  R            print.cpp   1.25
  R            print.h   1.15