[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.0.36.1-12-gb0a0a80

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:16:34 CET 2014


The branch, release/0.4.0.x has been updated
       via  b0a0a804b0a74d875e17c420e432ac89f6960ce7 (commit)
      from  866e7a3f2f2452df0de7e6021a7eaeca406e7f76 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 examples/config/printing.DIALOG   |   16 ++++++++++++++++
 examples/config/printing.PDFSAVE  |   16 ++++++++++++++++
 examples/config/printing.PDFVIEW  |   16 ++++++++++++++++
 examples/config/printing.PRINT    |   16 ++++++++++++++++
 examples/config/printing.PRINTCMD |   16 ++++++++++++++++
 5 files changed, 80 insertions(+)
 create mode 100644 examples/config/printing.DIALOG
 create mode 100644 examples/config/printing.PDFSAVE
 create mode 100644 examples/config/printing.PDFVIEW
 create mode 100644 examples/config/printing.PRINT
 create mode 100644 examples/config/printing.PRINTCMD

The diff of changes is:
diff --git a/examples/config/printing.DIALOG b/examples/config/printing.DIALOG
new file mode 100644
index 0000000..1454a13
--- /dev/null
+++ b/examples/config/printing.DIALOG
@@ -0,0 +1,16 @@
+[General]
+showdialog=true
+pdfview=false
+
+[print]
+startcmd=false
+command=lpr
+stdin=false
+ps=false
+
+[view]
+open=true
+command=xpdf
+
+[CUPS]
+defaultprinter=myprinter
diff --git a/examples/config/printing.PDFSAVE b/examples/config/printing.PDFSAVE
new file mode 100644
index 0000000..8fed6ea
--- /dev/null
+++ b/examples/config/printing.PDFSAVE
@@ -0,0 +1,16 @@
+[General]
+showdialog=false
+pdfview=true
+
+[print]
+startcmd=false
+command=lpr
+stdin=false
+ps=false
+
+[view]
+open=false
+command=xpdf
+
+[CUPS]
+defaultprinter=myprinter
diff --git a/examples/config/printing.PDFVIEW b/examples/config/printing.PDFVIEW
new file mode 100644
index 0000000..118980a
--- /dev/null
+++ b/examples/config/printing.PDFVIEW
@@ -0,0 +1,16 @@
+[General]
+showdialog=false
+pdfview=true
+
+[print]
+startcmd=false
+command=lpr
+stdin=false
+ps=false
+
+[view]
+open=true
+command=acroread
+
+[CUPS]
+defaultprinter=myprinter
diff --git a/examples/config/printing.PRINT b/examples/config/printing.PRINT
new file mode 100644
index 0000000..fbec65b
--- /dev/null
+++ b/examples/config/printing.PRINT
@@ -0,0 +1,16 @@
+[General]
+showdialog=false
+pdfview=false
+
+[print]
+startcmd=false
+command=lpr
+stdin=false
+ps=false
+
+[view]
+open=false
+command=xpdf
+
+[CUPS]
+defaultprinter=myprinter
diff --git a/examples/config/printing.PRINTCMD b/examples/config/printing.PRINTCMD
new file mode 100644
index 0000000..de27c23
--- /dev/null
+++ b/examples/config/printing.PRINTCMD
@@ -0,0 +1,16 @@
+[General]
+showdialog=false
+pdfview=false
+
+[print]
+startcmd=true
+command=lpr
+stdin=false
+ps=false
+
+[view]
+open=true
+command=xpdf
+
+[CUPS]
+defaultprinter=myprinter


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list