28 lines
939 B
Diff
28 lines
939 B
Diff
diff -uNr extra/cups-pdf.conf extra/cups-pdf.conf
|
|
--- extra/cups-pdf.conf 2021-06-03 09:30:45.933770510 -0400
|
|
+++ extra/cups-pdf.conf 2021-06-03 10:00:48.515302019 -0400
|
|
@@ -44,11 +44,13 @@
|
|
## special qualifiers:
|
|
## ${HOME} will be expanded to the user's home directory
|
|
## ${USER} will be expanded to the user name
|
|
+## Add for Fedora (see ~/.config/user-dirs.dirs)
|
|
+## ${DESKTOP} will be expanded to the user's desktop directory
|
|
## in case it is an NFS export make sure it is exported without
|
|
## root_squash!
|
|
### Default: /var/spool/cups-pdf/${USER}
|
|
|
|
-#Out /var/spool/cups-pdf/${USER}
|
|
+Out ${DESKTOP}
|
|
|
|
### Key: AnonDirName (config)
|
|
## ABSOLUTE path for anonymously created PDF files
|
|
@@ -101,7 +103,7 @@
|
|
## 2: label all documents with a tailing "-job_#"
|
|
### Default: 0
|
|
|
|
-#Label 0
|
|
+Label 2
|
|
|
|
### Key: TitlePref (config, ppd, lpoptions)
|
|
## where to look first for a title when creating the output filename
|