[gnome-user-docs] lockdown-printing.page created, Bug 735827
- From: Jana Svarova <jsvarova src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs] lockdown-printing.page created, Bug 735827
- Date: Tue, 2 Dec 2014 17:26:04 +0000 (UTC)
commit d9fd3b9230647f8e212859d441251e58eb45618e
Author: Jana Svarova <jsvarova redhat com>
Date: Tue Dec 2 18:06:14 2014 +0100
lockdown-printing.page created, Bug 735827
system-admin-guide/C/lockdown-printing.page | 60 +++++++++++++++++++++++++++
system-admin-guide/Makefile.am | 1 +
2 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/system-admin-guide/C/lockdown-printing.page b/system-admin-guide/C/lockdown-printing.page
new file mode 100644
index 0000000..5636fb2
--- /dev/null
+++ b/system-admin-guide/C/lockdown-printing.page
@@ -0,0 +1,60 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" style="task"
+ id="lockdown-printing">
+
+ <info>
+ <link type="guide" xref="user-settings#lockdown"/>
+ <revision pkgversion="3.11" date="2014-10-14" status="draft"/>
+ <link type="seealso" xref="dconf-lockdown" />
+
+ <credit type="author copyright">
+ <name>Jana Svarova</name>
+ <email its:translate="no">jana svarova gmail com</email>
+ <years>2014</years>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Prevent applications from printing documents.</desc>
+ </info>
+
+ <title>Disable printing</title>
+ <p>Prevent applications from printing by locking down the
+ <code>org.gnome.desktop.lockdown.disable-printing</code> key.</p>
+
+ <steps>
+ <title>Lock down the org.gnome.desktop.lockdown.disable-printing key</title>
+ <item>
+ <p>Create the user profile if it already does not exist (<file>/etc/dconf/profile/user</file>):</p>
+ <screen>
+ user-db:user
+ system-db:local
+ </screen>
+ </item>
+ <item>
+ <p>Create a <code>local</code> database for machine-wide settings in
+ <file>etc/dconf/db/local.d/00-lockdown</file>:</p>
+ <screen>
+ [org/gnome/desktop/lockdown]
+
+ # Prevent applications from printing
+ disable-printing=true
+ </screen>
+ </item>
+ <item>
+ <p>Override the user's setting and prevent the user from changing it in
+ <file>/etc/dconf/db/local.d/locks/lockdown</file>:</p>
+ <screen>
+ # List the keys used to configure lockdown
+ org.gnome.desktop.lockdown.disable-printing
+ </screen>
+ </item>
+ <include href="dconf-snippets.xml"
+ xpointer="xpointer(/*/*[ xml:id='dconf-update'])"
+ xmlns="http://www.w3.org/2001/XInclude"/>
+ </steps>
+ <p>Having followed these steps, applications supporting this lockdown key
+ will disable printing. Among such applications there are Evolution, Evince,
+ Eye of GNOME, Epiphany, and Gedit.</p>
+</page>
diff --git a/system-admin-guide/Makefile.am b/system-admin-guide/Makefile.am
index b80a331..f77bcb4 100644
--- a/system-admin-guide/Makefile.am
+++ b/system-admin-guide/Makefile.am
@@ -20,6 +20,7 @@ HELP_FILES = \
keyboard-layout.page \
legal.xml \
lockdown-command-line.page \
+ lockdown-printing.page \
lockdown-repartioning.page \
login.page \
login-automatic.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]