~ubuntu-branches/ubuntu/vivid/gnome-user-docs/vivid-proposed

« back to all changes in this revision

Viewing changes to system-admin-guide/C/login-banner.page

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<page xmlns="http://projectmallard.org/1.0/"
2
 
      xmlns:its="http://www.w3.org/2005/11/its"
3
 
      type="topic" style="task"
4
 
      id="login-banner">
5
 
 
6
 
  <info>
7
 
    <link type="guide" xref="index" group="login" />
8
 
    <revision pkgversion="3.8" version="0.1" date="2013-04-19" status="review"/>
9
 
 
10
 
    <credit type="author copyright">
11
 
      <name>Matthias Clasen</name>
12
 
      <email its:translate="no">matthias.clasen@gmail.com</email>
13
 
      <years>2012</years>
14
 
    </credit>
15
 
    <credit type="author copyright">
16
 
      <name>Michael Hill</name>
17
 
      <email its:translate="no">mdhillca@gmail.com</email>
18
 
      <years>2012</years>
19
 
    </credit>
20
 
    <credit type="author copyright">
21
 
      <name>Jana Svarova</name>
22
 
      <email its:translate="no">jana.svarova@gmail.com</email>
23
 
      <years>2013</years>
24
 
    </credit>
25
 
    <credit type="author copyright editor">
26
 
      <name>Ekaterina Gerasimova</name>
27
 
      <email its:translate="no">kittykat3756@gmail.com</email>
28
 
      <years>2013</years>
29
 
    </credit>
30
 
 
31
 
    <desc>Edit a <sys its:translate="no">GDM</sys> <sys its:translate="no">dconf</sys> profile to display a text banner on the login screen.</desc>
32
 
  </info>
33
 
 
34
 
  <title>Add text to the login screen</title>
35
 
 
36
 
  <comment>
37
 
    <cite date="2012-11-07" href="mailto:mdhillca@gmail.com">Michael Hill</cite>
38
 
    <p>Adapted from l-g-o SysAdminGuide page.</p>
39
 
  </comment>
40
 
 
41
 
  <p>The text banner on the login screen is controlled by the
42
 
  <cmd>org.gnome.login-screen.banner-message-enable</cmd> and
43
 
  <cmd>org.gnome.login-screen.banner-message-text</cmd>
44
 
  <sys its:translate="no">GSettings</sys> keys.
45
 
  <sys its:translate="no">GDM</sys> uses its own
46
 
  <sys its:translate="no">dconf</sys> profile. To change settings in this
47
 
  profile, add a key file to the
48
 
  <file its:translate="no">/etc/dconf/db/gdm.d</file> directory and run
49
 
  <cmd its:translate="no">dconf update</cmd>.</p>
50
 
 
51
 
  <listing>
52
 
    <title>Sample <file its:translate="no">/etc/dconf/db/gdm.d/01-banner-message</file> file</title>
53
 
      <code its:translate="no">[org/gnome/login-screen]
54
 
banner-message-enable=true
55
 
banner-message-text='<input its:translate="yes">Type the banner message here.</input>'
56
 
</code>
57
 
  </listing>
58
 
 
59
 
  <note>
60
 
    <p><sys its:translate="no">dconf</sys> key files are slightly different
61
 
    from <sys its:translate="no">GSettings</sys> override files.</p>
62
 
  </note>
63
 
 
64
 
<!-- TODO
65
 
<section>
66
 
  <title>What if the banner message does not display?</title>
67
 
 
68
 
  <comment>
69
 
    <cite>Kat</cite>
70
 
    <p>Apparently the message may not be displayed if the theme does not
71
 
    support it. Find out if this is really the case and how to check the
72
 
    theme.</p>
73
 
  </comment>
74
 
 
75
 
</section>
76
 
 
77
 
<section id="prob-update">
78
 
  <title>What if the banner message does not update?</title>
79
 
 
80
 
  TODO
81
 
 
82
 
</section>
83
 
-->
84
 
 
85
 
</page>