(*** This bug was imported into bugs.kde.org ***) Package: kviewshell Version: 0.1 (KDE 2.1 Beta 2) Severity: normal Compiler: gcc version 2.95.2 19991024 (release) OS: Linux 2.2.16 i686 (SuSE) Hi ! I'm using mgetty and sendfax for quite a while now. With kde 1 there were programmes like kvoice kfax or ksendfax which worked fine together with the mgetty-files. With kde 2 (2.1b2 and earlier) I can't even view the files spooled by mgetty (1.1.21). The error messages are : /var/spool/fax/outgoing/F000019/f1.g3.done: Not a TIFF file bad magic number 5120 (0x1400). QToolBar::QToolBar main window cannot be 0. for outgoing or /var/spool/fax/incoming/fna742f13S1-+49xxxxxxxxxx.01: Not a TIFF file bad magic number 256 (0x100). QToolBar::QToolBar main window cannot be 0. for incoming faxes. I still can use the KDE1-Software yes ... Thomas Bruns
CVS commit by deller: - rotated pages in the view are now printed rotated as well (#90604) - image/fax-g3 mimetype files are now assigned to kfax as well as image/tiff (#89972) - FileOpen/FileSaveAs dialogs now use image/fax-g3 and image/tiff mime filters (#69704) - zooming problems should be gone (#20028) - Problems with format of fax-files should be fixed as well with the mime additions (#19765) - drop own copy_file() funtion and use the one from KIO::netaccess instead. - lots of other small coding cleanups (e.g. use METASOURCE=AUTO) BUG:90604 BUG:89972 BUG:69704 BUG:20028 BUG:19765 M +66 -137 kfax.cpp 1.102 M +1 -1 kfax.desktop 1.258 M +5 -4 kfax.h 1.45 M +1 -3 options.cpp 1.25 M +1 -6 viewfax.cpp 1.23