[FIXED] a2ps breaks Xfprint/cups
Posted: 4. Oct 2009, 07:31
Hi,
Mousepad and others apps that use a2ps (Xfprint with cups backend) can't print ("full" install).
The cups_plugin.so file is there :
Reading that :
http://www.linuxquestions.org/questions ... ry-715538/
I have checked the a2ps config file (/etc/a2ps.cfg), the library path seems ok :
So c0419bt_.afm is not in /usr/share/fonts/Type1. Some fonts are missing, just have to dig to find in which fonts package this file have to be in.
++
Mousepad and others apps that use a2ps (Xfprint with cups backend) can't print ("full" install).
Code: Select all
darkstar% mousepad
** (xfprint4:8419): WARNING **: Unable to load printing system module cups_plugin.so
a2ps: cannot find file `c0419bt_.afm': No such file or directory
Code: Select all
root@darkstar:~# locate cups_plugin.so
/usr/lib/xfce4/xfprint-plugins/cups_plugin.so
http://www.linuxquestions.org/questions ... ry-715538/
I have checked the a2ps config file (/etc/a2ps.cfg), the library path seems ok :
Code: Select all
# Default path where a2ps dropped its library files.
LibraryPath: /usr/share/a2ps/sheets:/usr/share/a2ps/ps:/usr/share/a2ps/encoding:/usr/share/a2ps/afm:/usr/share/ogonkify/afm:/usr/share/a2ps/ppd:/usr/share/a2ps/fonts:/usr/share/ogonkify/fonts:/usr/share/a2ps:/usr/share/fonts/Type1
++