/usr/share/help/de/system-admin-guide/dconf-custom-defaults.page is in gnome-user-docs-de 3.28.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="dconf-custom-defaults" xml:lang="de">
<info>
<link type="guide" xref="setup"/>
<link type="seealso" xref="dconf-profiles"/>
<link type="seealso" xref="dconf-lockdown"/>
<link type="seealso" xref="dconf"/>
<revision pkgversion="3.6" version="0.1" date="2012-05-21" status="draft"/>
<credit type="author copyright">
<name>Ryan Lortie</name>
<email>desrt@desrt.ca</email>
<years>2012</years>
</credit>
<credit type="author copyright">
<name>Jeremy Bicha</name>
<email>jbicha@ubuntu.com</email>
<years>2012</years>
</credit>
<credit type="author copyright">
<name>Jim Campbell</name>
<email>jwcampbell@gmail.com</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Jana Svarova</name>
<email>jana.svarova@gmail.com</email>
<years>2013</years>
</credit>
<credit type="copyright editor">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
<years>2013</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Legen Sie systemweite Voreinstellungen mit <sys its:translate="no">dconf</sys>-Profilen fest.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mario Blättermann</mal:name>
<mal:email>mario.blaettermann@gmail.com</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Christian Kirbach</mal:name>
<mal:email>christian.kirbach@gmail.com</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
</info>
<title>Benutzerdefinierte Vorgabewerte für Systemeinstellungen</title>
<!-- TODO: reveiw against dconf-lockdown.page -->
<p>Systemweite Standardeinstellungen können Sie festlegen, indem Sie eine Voreinstellung für einen Schlüssel in einem <sys its:translate="no">dconf</sys>-Profil setzen. Diese Voreinstellungen können vom Benutzer außer Kraft gesetzt werden.</p>
<section id="example">
<title>Einen Vorgabewert festlegen</title>
<p>Um eine Voreinstellung für einen Schlüssel festzulegen, muss das <sys>Benutzer</sys>profil vorhanden sein und der Wert für den Schlüssel muss zu einer <sys its:translate="no">dconf</sys>-Datenbank hinzugefügt worden sein.</p>
<steps>
<title>Beispiel zum Einrichten des Standardhintergrundes</title>
<item>
<p>Legen Sie das <file its:translate="no">user</file>-Profil an:</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">dconf</sys>-Datenbank.</p>
</item>
<item>
<p>Erstellen Sie eine <em>Schlüsseldatei</em> für die <input its:translate="no">local</input>-Datenbank, welche die folgenden Einstellungen enthält:</p>
<listing its:translate="no">
<title><file>/etc/dconf/db/local.d/01-background</file></title>
<code># <span its:translate="yes">dconf-Pfad</span>
[org/gnome/desktop/background]
# <span its:translate="yes">dconf-Schlüsselnamen und zugehörige Werte</span>
picture-uri='file:///usr/local/share/backgrounds/wallpaper.jpg'
picture-options='scaled'
primary-color='000000'
secondary-color='FFFFFF'</code>
</listing>
</item>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
</steps>
<note>
<p>Wenn das <sys its:translate="no">user</sys>-Profil erstellt oder verändert wird, muss sich der Benutzer abmelden und erneut anmelden, bevor die Änderungen wirksam werden.</p>
</note>
</section>
</page>
|