| Server IP : 172.67.134.114 / Your IP : 104.23.197.122 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/de/system-admin-guide/ |
Upload File : |
<?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="login-logo" xml:lang="de">
<info>
<link type="guide" xref="login#appearance"/>
<!--<link type="seealso" xref="gdm-restart"/>-->
<revision pkgversion="3.11" date="2014-01-29" status="draft"/>
<credit type="author copyright">
<name>Matthias Clasen</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<credit type="author copyright">
<name>Michael Hill</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<credit type="author copyright editor">
<name>Ekaterina Gerasimova</name>
<email>[email protected]</email>
<years>2013</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>[email protected]</email>
<years>2013</years>
</credit>
<desc>Legen Sie ein <sys its:translate="no">GDM</sys>-<sys its:translate="no">dconf</sys>-Profil an, um ein Bild auf dem Begrüßungsbildschirm anzuzeigen.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mario Blättermann</mal:name>
<mal:email>[email protected]</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>[email protected]</mal:email>
<mal:years>2017</mal:years>
</mal:credit>
</info>
<title>Ein Begrüßungslogo im Anmeldebildschirm anzeigen</title>
<p>Das Begrüßungslogo des Anmeldebildschirms wird durch den GSettings-Schlüssel <sys>org.gnome.login-screen.logo</sys> gesteuert. Weil <sys>GDM</sys> ein eigenes <sys>dconf</sys>-Profil verwendet, können Sie das Begrüßungslogo festlegen, indem Sie die Einstellungen dieses Profils anpassen.</p>
<p>Bei der Wahl eines passenden Bildes für das Logo auf Ihrem Anmeldebildschirm sollten Sie die folgenden Anforderungen berücksichtigen:</p>
<list>
<item><p>Alle wichtigen Formate werden unterstützt: ANI, BPM, GIF, ICNS, ICO, JPEG, JPEG 2000, PCX, PNM, PBM, PGM, PPM, GTIFF, RAS, TGA, TIFF, XBM, WBMP, XPM und SVG.</p></item>
<item><p>Die Bildgröße wird proportional zur Höhe von 48 Pixeln skaliert. Wenn Sie beispielsweise das Logo auf 1920x1080 Pixel setzen, erhalten Sie ein skaliertes Vorschaubild der Größe 85x48 Pixel.</p></item>
</list>
<steps>
<title>Setzen des Schlüssels org.gnome.login-screen.logo</title>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-gdm'])"/>
<item><p>Erstellen Sie eine <sys>gdm</sys>-Datenbank für systemweite Einstellungen unter <file>/etc/dconf/db/gdm.d/<var>01-logo</var></file>:</p>
<code>[org/gnome/login-screen]
logo='<var>/usr/share/pixmaps/logo/greeter-logo.png</var>'
</code>
<p>Ersetzen Sie <var>/usr/share/pixmaps/logo/greeter-logo.png</var> mit dem Pfad zur Bilddatei, die Sie als Begrüßungslogo verwenden wollen.</p></item>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
</steps>
<section id="login-logo-not-update">
<title>Was tun, wenn das Logo nicht aktualisiert wird?</title>
<p>Stellen Sie sicher, dass Sie den Befehl <cmd>dconf update</cmd> ausgeführt haben, um die Systemdatenbanken zu aktualisieren.</p>
<p>Falls das Logo nicht aktualisiert wird, versuchen Sie, <sys>GDM</sys> neu zu starten.</p>
</section>
</page>