printers: remove "Save as PDF" printer queue
Haiku current has a "Save as PDF" printer queue, but that does not make sense becuase the PDF Writer driver does not ship with Haiku (it's in haikuports). This causes confusion for the users. I will update the haikuports PDFWriter package to create the queue on install. Fixes #20110. Change-Id: I19edc41e5481f2de6f19fad1b63a2f9e3f0a03de Reviewed-on: https://review.haiku-os.org/c/haiku/+/11029 Haiku-Format: Haiku-format Bot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
4ae1fb4ffa
commit
c21dc49cbb
@@ -375,8 +375,6 @@ AddFilesToHaikuImage home config settings Tracker "Tracker New Templates"
|
|||||||
# printers
|
# printers
|
||||||
AddDirectoryToHaikuImage home config settings printers Preview
|
AddDirectoryToHaikuImage home config settings printers Preview
|
||||||
: home-config-settings-printers-preview.rdef ;
|
: home-config-settings-printers-preview.rdef ;
|
||||||
AddDirectoryToHaikuImage home config settings printers "Save as PDF"
|
|
||||||
: home-config-settings-printers-save-as-pdf.rdef ;
|
|
||||||
|
|
||||||
# padblocker
|
# padblocker
|
||||||
AddDirectoryToHaikuImage home config settings touchpad ;
|
AddDirectoryToHaikuImage home config settings touchpad ;
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be.printer";
|
|
||||||
|
|
||||||
resource(1, "Printer Name") "Save as PDF";
|
|
||||||
resource(2, "Driver Name") "PDF Writer";
|
|
||||||
resource(3, "transport") "Print To File";
|
|
||||||
resource(4, "transport_address") "";
|
|
||||||
resource(5, "connection") "Local";
|
|
||||||
resource(6, "state") "free";
|
|
||||||
Reference in New Issue
Block a user