Hi!

The current scribus has some printing problems. If you
apply this patch, the printer names are shown correctly:

--- scribus/druck.cpp~  Thu Feb  7 21:52:15 2002
+++ scribus/druck.cpp   Tue Feb 12 11:07:09 2002
@@ -51,7 +51,7 @@
                tmp = ts.readLine();
                if (tmp.isEmpty())
                        continue;
-               tmp = tmp.left(tmp.length()-2);
+               tmp = tmp.left(tmp.length()-1);
         if ((tmp[0] != '#') && (tmp[0] != ' ') && (tmp[0] != '\n') && (tmp[0] != 
'\t'))
                        {
                                        wt = QStringList::split("|", tmp);


I had more problems, but they may be document specific.
The author was already contacted by me of these problems.
(My example I sent him did produce an improper postscript file).

Also: When I print with the contrib 0.5.5 I get a "No plugin" error
message, this does not happen with my self-compiled version (I did
not check the spec file).

Regards,

Reinhard
-- 
Software-Engineer, Developer for Embedded Devices
Project: Pertergrin, a role playing game system
GnuPG Public Key available on request

Attachment: msg54405/pgp00000.pgp
Description: PGP signature

Reply via email to