[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:11488] Re: printcap filter problem
はじめまして、山下 純司といいます。
# 全然 debian な話題じゃないので少し躊躇していますが、
まだフォローがついていないようなので、ちょっと一言。
From: Masahiro Nakashima <mnaka@xxxxxxxxxxxxxx>
Subject: [debian-users:11486] printcap filter problem
Date: Sat, 2 Jan 1999 12:05:09 +0900
> /etc/printcapで指定したフィルターが有効になりません。
(snip)
> ・/etc/printcap
> ------------</etc/printcap>-----------------------------------------
> pm700c|EPSOM PM-700C
(snip)
> 【現象】
> ・$ cat test.ps | gspm700c | lpr
> →正常に印刷される。
> ・$ lpr test.ps
> →PostScriptコマンドが印刷されてしまう。
PRINTER 環境変数に pm700c を設定しているでしょうか?
でなければ lpr は通常デフォルトで lp エントリを利用するはずです。
環境変数を設定するのが面倒であれば
$ lpr -P pm700c test.ps
のように /etc/printcap 内のエントリを明示してみて下さい。
man 5 printcap より
The default printer is normally lp, though the environment variable
PRINTER may be used to override this. Each spooling utility supports an
option, -P printer, to allow explicit naming of a destination printer.
---------------
山下 純司
mailto: ys_jyunji@xxxxxxxxxxxxx