Fedora Core - Troubleshooting: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
As of this writing (5 November 2006), FC6 has just recently been released, and some Scribus-related issues are present. The first thing you must do, of course, is to recompile Scribus under FC6. Alternatively, there is a much more up-to-date RPM (1.3.3.4) as part of the repository -- just 'yum install scribus'.
{{TIP Index}}[[Category:Installation]] [[Category:Printing]] [[Category:Troubleshooting]] [[Category:EN]] [[Category:Linux]]
 
With the release of FC6, some Scribus-related issues developed. Unfortunately, subsequent Fedora releases, up to the current F14, continue to have this direct printing problem. Follow the instructions below. Occasionally, we have heard of similar problems with other Linux distros.


===Printing===
===Printing===
Printing from Scribus may be broken, if you use the same method and settings from FC5. It seems to generate an error message and no output.
Printing directly from Scribus may be broken, i.e., simply not work.
 
The fix for this is to check the box for '''Alternative Printing Command''' then in the '''Command''' text box enter


The fix for this is to check the box for ''Alternative Printing Command''' then in the Command text box enter
<pre>lp -dname-of-your-printer</pre>


lp -d'''name-of-your-printer'''
or


===Adobe Reader===
<pre>lpr -Pnameofprinter</pre>
If you use either the tar.gz or .rpm files for Adobe Reader 7.08, it will not work. The fix for this is to open <tt>/usr/bin/acroread</tt> as root (or with sudo) into a text editor (this will be a link to the "real" file). There are two lines that need to be edited.


Look for this line, at about line number 418:
''There can, but doesn't have to be, a space between'' <tt>-d</tt> ''and'' <tt>laser</tt>.
<pre>
echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
</pre>
and change to:
<pre>
echo $mfile| sed 's/libgtk-x11-\([0-9]*\).0.so.0.\([0-9]*\)00.\([0-9]*\)\|\(.*\)/\1\2\3/g'
</pre>
Note: you are adding an asterix in about the middle


The other line is at about line number 643:
If you have KDE installed, you might try entering <tt>kprinter</tt> as an alternative, in which case kprinter will take care of the connection to CUPS.
<pre>
MIN_GTK_VERSION="240"
</pre>
which needs to be changed to:
<pre>
MIN_GTK_VERSION="2040"
</pre>


Save the file, and you're done.
===Adobe Reader===
''Current versions of Adobe Reader do not have this issue, so printing from a PDF is not affected.''

Latest revision as of 05:32, 14 January 2011

This article is part of the Tips & Tricks series.
Installation Usage PDF issues Other

With the release of FC6, some Scribus-related issues developed. Unfortunately, subsequent Fedora releases, up to the current F14, continue to have this direct printing problem. Follow the instructions below. Occasionally, we have heard of similar problems with other Linux distros.

Printing

Printing directly from Scribus may be broken, i.e., simply not work.

The fix for this is to check the box for Alternative Printing Command then in the Command text box enter

lp -dname-of-your-printer

or

lpr -Pnameofprinter

There can, but doesn't have to be, a space between -d and laser.

If you have KDE installed, you might try entering kprinter as an alternative, in which case kprinter will take care of the connection to CUPS.

Adobe Reader

Current versions of Adobe Reader do not have this issue, so printing from a PDF is not affected.