<?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="desktop-lockscreen" xml:lang="eu">

  <info>
    <link type="guide" xref="appearance"/>
    <link type="seealso" xref="dconf-profiles"/>
    <link type="seealso" xref="dconf-lockdown"/>
    <revision pkgversion="3.30" date="2019-02-08" status="review"/>

    <credit type="author copyright">
      <name>Jana Svarova</name>
      <email>jana.svarova@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="editor">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
      <years>2014</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2019</years>
    </credit>

    <desc>Ezarri pantaila automatikoki blokeatu dadin, erabiltzaileak pasahitza sartu behar izan dezan inaktibo egon ondoren.</desc>
  </info>

  <title>Blokeatu pantaila erabiltzailea inaktibo dagoenean</title>

  <p>Erabiltzailea denbora-tarte batez inaktibo dagoenean pantaila automatikoki blokeatu dadin behartu dezakezu. Erabilgarria da erabiltzaileek ordenagailuak leku publiko edo ez seguruetan uzten dutenerako.</p>

  <steps>
    <title>Gaintu pantaila-blokeo automatikoa</title>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user'])"/>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user-dir'])"/>
    <item>
      <p>Sortu <file>/etc/dconf/db/local.d/00-screensaver</file> gako-fitxategia <sys>local</sys> datu-baseari buruzko informazioa emateko.</p>
      <listing>
      <title><file>/etc/dconf/db/local.d/00-screensaver</file></title>
<code>
# Zehaztu dconf bide-izena
[org/gnome/desktop/session]

# Pantaila ilundu baino lehen igaroko den segundo kopurua
# Ezarri 0 pantaila-babeslea desaktibatu nahi baduzu.
idle-delay=uint32 180

# Zehaztu dconf bide-izena
[org/gnome/desktop/screensaver]

# Pantaila ilundu baino lehen igaroko den segundo kopurua
lock-delay=uint32 0
</code>
      </listing>
      <p>Osoko gako-balioez gain, <code>uint32</code> kodea ere sartu behar duzu.</p>
    </item>
    <item>
      <p>Erabiltzaileek ezarpen hauek indargabetu ditzaten eragozteko, sortu <file>/etc/dconf/db/local.d/locks/screensaver</file> fitxategia honako edukiekin:</p>
      <listing>
      <title><file>/etc/dconf/db/local.d/locks/screensaver</file></title>
<code>
# Blokeatu mahaigainaren pantaila-babeslearen ezarpenak
/org/gnome/desktop/session/idle-delay
/org/gnome/desktop/screensaver/lock-delay
</code>
      </listing>
    </item>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-logoutin'])"/>
  </steps>

</page>
