Blob Blame History Raw
<?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-automatic" xml:lang="cs">

  <info>
    <link type="guide" xref="login#management"/>
    <revision pkgversion="3.4.2" date="2012-12-01" status="review"/>
    <revision pkgversion="3.8" date="2013-04-04" status="review"/>
    <revision pkgversion="3.12" date="2014-06-18" status="review"/>
    
    <credit type="author copyright">
      <name>minnie_eg</name>
      <email>amany.elguindy@gmail.com</email>
      <years>2012</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2012, 2013</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2014</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>Jak se pro spuštění automaticky přihlásit k uživatelskému účtu.</desc>
  </info>

  <title>Nastavení automatického přihlašování</title>

  <p its:locNote="TRANSLATORS: 'Administrator' and 'Automatic Login' are   strings from the Users dialog in the Settings panel user interface.">Uživatel s účtem typu <em>Správce</em> může <link href="help:gnome-help/user-autologin">povolit <em>Automatické přihlašování</em> v panelu <app>Nastavení</app></link>. Můžete automatické přihlašování nastavit také ručně v souboru s vlastním nastavením <sys its:translate="no">GDM</sys>, jak je popsáno dále.</p>

  <p>Upravte soubor <file its:translate="no">/etc/gdm/custom.conf</file>, přičemž oddíl <code>[daemon]</code> musí obsahovat následující:</p>

  <listing its:translate="no">
    <title><file>custom.conf</file></title>
<code>
[daemon]
AutomaticLoginEnable=<input>True</input>
AutomaticLogin=<input>username</input>
</code>
  </listing>

  <p>Nahraďte <input its:translate="no">username</input> uživatelem, kterého chcete automaticky přihlašovat.</p>

  <note>
    <p>Soubor <file its:translate="no">custom.conf</file> obvykle najdete v <file its:translate="no">/etc/gdm/</file>, ale v některých distribucích se může umístění lišit.</p>
  </note>

</page>