The K Desktop Environment

Next Previous Table of Contents

9. Questions, Answers, and Tips

9.1 Will this program compile with Qt-2.0?

No, not yet.

9.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