FreeBSD 上的 CUPS:手動放置各個 PPD 檔案的適當路徑

FreeBSD 上的 CUPS:手動放置各個 PPD 檔案的適當路徑

背景

我下載了一些適用於 Linux 的 PPD 文件,希望它們能夠在 TrueOS Desktop 上運行,該桌面目前基於 FreeBSD 12.0-CURRENT。

我知道透過 CUPS 的 Web 介面 – 通常http://本地主機:631/– 有“或提供 PPD 檔案:”,其中包含瀏覽檔案系統的選項,但我更喜歡在選擇相關製造商/製造商後列出驅動程式。

成功,還有問題

我嘗試將 PPD 檔案放置在我創建的目錄/usr/local/share/cups/model/other中。other

成功(下面的範例),但是:

  • 我想知道不同的路徑是否更合適

例子

[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups]% ls -l
total 796
drwxr-xr-x  2 root  wheel       9 30 Oct 14:10 banners
-rw-r--r--  1 root  wheel  331836 28 Oct 02:33 calibrate.ppm
drwxr-xr-x  2 root  wheel       5 30 Oct 14:10 charsets
drwxr-xr-x  2 root  wheel      15 30 Oct 14:10 data
drwxr-xr-x  2 root  wheel       4 30 Oct 14:10 drv
drwxr-xr-x  2 root  wheel      13 29 Oct 18:03 examples
drwxr-xr-x  2 root  wheel       9 30 Oct 14:10 mime
drwxr-xr-x  3 root  wheel       5 30 Oct 14:14 model
drwxr-xr-x  2 root  wheel      10 30 Oct 14:10 ppdc
drwxr-xr-x  2 root  wheel       2 14 Oct 20:33 profiles
drwxr-xr-x  7 root  wheel      77 29 Oct 18:03 templates
drwxr-xr-x  2 root  wheel       4 30 Oct 14:10 usb
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups]% cd model
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model]% ls -l
total 19
-rw-r--r--  1 root  wheel  20940  5 Oct 22:52 CUPS-PDF.ppd
lrwxr-xr-x  1 root  wheel     39 24 Oct 23:43 foomatic-db-ppds -> /usr/local/share/foomatic/db/source/PPD
drwxr-xr-x  3 root  wheel      3 30 Oct 14:10 gutenprint
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model]% sudo mkdir other
Password:
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model]% cd other 
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model/other]% sudo cp /usr/home/gjp4/Desktop/BH754ePPDLinux_300000000/English/CUPS1.2/* .
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model/other]% sudo cp /usr/home/gjp4/Desktop/BHP1250PPDLinux_320/English/CUPS1.2/* .
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model/other]% ls -l
total 284
-rw-r--r--  1 root  wheel   22590 30 Oct 17:39 KO1250opn.ppd
-rw-r--r--  1 root  wheel  497755 30 Oct 17:39 KO1250UX.ppd
-rw-r--r--  1 root  wheel   24262 30 Oct 17:39 KO754opn.ppd
-rw-r--r--  1 root  wheel  199193 30 Oct 17:39 KO754UX.ppd
[gjp4@momh167-gjp4-hpelitebook850g2-trueos /usr/local/share/cups/model/other]% 

選擇與我放置在以下位置的四個檔案之一相關的驅動程式/usr/local/share/cups/model/other

選擇驅動程式的螢幕截圖

使用該驅動程序,列印對話框:

列印對話方塊中所需選項的螢幕截圖

答案1

回答你的問題:你選擇的目錄是好的。

沒有其他更合適的目錄了

相關內容