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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-15 14:44:43 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121115144443-znsud5byjojjhvc4
Tags: 3.6.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="task"
 
3
      id="login-background">
 
4
  <info>
 
5
    <revision version="0.1" date="2012-05-21" status="draft"/>
 
6
    <link type="guide" xref="index" group="login" />
 
7
 
 
8
    <credit type="author copyright">
 
9
      <name>Matthias Clasen</name>
 
10
      <email>matthias.clasen@gmail.com</email>
 
11
      <years>2012</years>
 
12
    </credit>
 
13
    <credit type="author copyright">
 
14
      <name>Michael Hill</name>
 
15
      <email>mdhillca@gmail.com</email>
 
16
      <years>2012</years>
 
17
    </credit>
 
18
 
 
19
    <desc>Edit the GDM dconf profile</desc>
 
20
   </info>
 
21
 
 
22
  <title>Changing the background of the login screen</title>
 
23
 
 
24
  <comment>
 
25
    <cite date="2012-11-07" href="mailto:mdhillca@gmail.com">Michael Hill</cite>
 
26
    <p>Adapted from l-g-o SysAdminGuide page.</p>
 
27
  </comment>
 
28
 
 
29
  <p>See the <file>org.gnome.desktop.background.picture-uri</file> gsettings
 
30
 key. Note that <app>GDM</app> uses its own DConf profile. To change settings in
 
31
 this profile, place a keyfile in <file>/etc/dconf/db/gdm.d</file> and run
 
32
 <input>dconf update</input>. Here is an example keyfile that could be stored as
 
33
 <file>/etc/dconf/db/gdm.d/corp-login</file>:</p>
 
34
 
 
35
<code>
 
36
[org/gnome/desktop/background]
 
37
picture-uri='file:///opt/corp/background.jpg'
 
38
</code>
 
39
 
 
40
  <note>
 
41
    <p>Note that these DConf key files are slightly different from gsettings
 
42
    override files.</p>
 
43
  </note>
 
44
 
 
45
</page>