File: dconf-snippets.xml

package info (click to toggle)
gnome-user-docs 50.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 147,964 kB
  • sloc: xml: 869; makefile: 537; sh: 514
file content (41 lines) | stat: -rw-r--r-- 1,703 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<!--
To use a step in this file:
<include href="dconf-snippets.xml"
         xpointer="xpointer(/*/*[@xml:id='THE_XML_ID'])"
         xmlns="http://www.w3.org/2001/XInclude"/>
-->
<steps xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its">

  <item xml:id="dconf-profile-user">
    <p>Erstellen Sie das <file its:translate="no">user</file>-Profil mit den folgenden Zeilen:</p>
    <listing its:translate="no">
      <title><file>/etc/dconf/profile/user</file></title>
      <code>user-db:user
system-db:local</code>
    </listing>
    <p><input its:translate="no">local</input> ist der Name einer <sys its:translate="no" xref="dconf">dconf</sys>-Datenbank.</p>
  </item>
  <item xml:id="dconf-profile-user-dir">
    <p>Erstellen Sie den Ordner <file>/etc/dconf/db/local.d/</file>, falls er noch nicht existiert.</p>
  </item>

  <item xml:id="dconf-profile-gdm">
    <p>Erstellen Sie das <file its:translate="no">gdm</file>-Profil mit den folgenden Zeilen:</p>
    <listing its:translate="no">
      <title><file>/etc/dconf/profile/gdm</file></title>
      <code>user-db:user
system-db:gdm
file-db:/usr/share/gdm/greeter-dconf-defaults</code>
    </listing>
    <p><input its:translate="no">gdm</input> ist der Name einer <sys its:translate="no" xref="dconf">dconf</sys>-Datenbank.</p>
  </item>

  <item xml:id="dconf-update">
    <p>Aktualisieren Sie die Systemdatenbanken:</p>
    <screen><output style="prompt">#</output><input>dconf update</input></screen>
  </item>
  <item xml:id="dconf-logoutin">
    <p>Benutzer müssen sich ab- und wieder anmelden, damit die systemweiten Einstellungen wirksam werden.</p>
  </item>
</steps>