| Server IP : 172.67.134.114 / Your IP : 104.23.197.123 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/C/system-admin-guide/ |
Upload File : |
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="login-banner">
<info>
<link type="guide" xref="login#appearance"/>
<!--<link type="seealso" xref="gdm-restart"/>-->
<revision pkgversion="3.8" date="2013-04-19" status="review"/>
<revision pkgversion="3.14" date="2014-06-17" status="review"/>
<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="editor">
<name>Jana Svarova</name>
<email>[email protected]</email>
<years>2013</years>
</credit>
<credit type="author copyright editor">
<name>Ekaterina Gerasimova</name>
<email>[email protected]</email>
<years>2013</years>
</credit>
<credit type="editor">
<name>David King</name>
<email>[email protected]</email>
<years>2014</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Show extra text on the login screen.</desc>
</info>
<title>Display a text banner on the login screen</title>
<comment>
<cite date="2012-11-07" href="mailto:[email protected]">Michael Hill</cite>
<p>Adapted from l-g-o SysAdminGuide page.</p>
</comment>
<p>You can display extra text on the login screen, such as who to contact for
support, by setting the
<sys>org.gnome.login-screen.banner-message-enable</sys> and
<sys>org.gnome.login-screen.banner-message-text</sys> GSettings keys.</p>
<steps>
<title>Display a text banner on the login screen:</title>
<include href="dconf-snippets.xml"
xpointer="xpointer(/*/*[@xml:id='dconf-profile-gdm'])"
xmlns="http://www.w3.org/2001/XInclude"/>
<item><p>Create a <sys>gdm</sys> keyfile for machine-wide settings in
<file its:translate="no">/etc/dconf/db/gdm.d/01-banner-message</file>:</p>
<code its:translate="no">[org/gnome/login-screen]
banner-message-enable=true
banner-message-text='<input its:translate="yes">Type the banner message here.</input>'
</code>
</item>
<include href="dconf-snippets.xml"
xpointer="xpointer(/*/*[@xml:id='dconf-update'])"
xmlns="http://www.w3.org/2001/XInclude"/>
</steps>
<note>
<p>You should keep the banner message short, as longer messages do
not fit on the screen. The banner message cannot be read from
an external file.</p>
</note>
</page>