__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<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.30" date="2019-02-08" 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>There is no character limit for the banner message. <sys>gnome-shell</sys>
autodetects longer stretches of text and enters two column mode.</p>
<p>The banner message cannot be read from an external file.</p>
</note>
</page>