The K Desktop Environment

Next Previous Table of Contents

10. Questions, Answers, and Tips

10.1 Will this program compile with Qt-2.0?

Yes, but you have to use the Qt-2 version of this program. Go to the homepage http://home.sol.no/~espensa/khexedit and follow the instructions.

10.2 Printing to disk using postscript takes ages to complete!

This is especially true on systems where you print to a disk or directory that is mounted with NFS. It seems that the printing code of the Qt-library does many small file operations (queries) while printing. This is not good when disk access is slow which it can be with NFS. Try to print to a directory that is not mounted with NFS. /tmp can be a candidate.

Next Previous Table of Contents