<?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="extensions-enable" xml:lang="eu">

  <info>
    <link type="guide" xref="software#extension"/>
    <link type="seealso" xref="extensions-lockdown"/>
    <link type="seealso" xref="extensions"/>
    <revision pkgversion="3.30" date="2019-02-08" status="review"/>

    <credit type="author copyright">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2014</years>
    </credit>
    <credit type="author">
      <name>Jana Svarova</name>
      <email>jana.svarova@gmail.com</email>
   </credit>

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

    <desc>Gaitu GNOME Shell hedapenak erabiltzaile guztientzat.</desc>
  </info>

  <title>Gaitu hedapenak makina osoan</title>
  
  <p>To make extensions available to all users on the system, install them in
  the <file>/usr/share/gnome-shell/extensions</file> directory. Note that
  newly-installed machine-wide extensions are disabled by default.</p>

  <p>You need to set the <code>org.gnome.shell.enabled-extensions</code> key in
  order to set the default enabled extensions. However, there is currently no
  way to enable additional extensions for users who have already logged in. This
  does not apply for existing users who have installed and enabled their own
  GNOME extensions.</p>

  <steps>
    <title>org.gnome.shell.enabled-extensions gakoa ezarrita</title>
    <item>
      <p>Sortu <code>user</code> profila <file>/etc/dconf/profile/user</file> direktorioan:</p>
      <listing>
        <code>
user-db:user
system-db:local
</code>
      </listing>
    </item>
    <item>
      <p>Sortu makina osorako diren ezarpenak gordetzeko <sys>local</sys> datu-base bat <file>/etc/dconf/db/local.d/00-extensions</file> fitxategian:</p>
      <listing>
        <code>
[org/gnome/shell]
# Zerrendatu erabiltzaile guztientzat gaitu nahi dituzun hedapen guztiak
enabled-extensions=['<input>nirehedapena1@nireizena.adibidea.com</input>', '<input>nirehedapena2@nireizena.adibidea.com</input>']
</code>
      </listing>
      <p>The <code>enabled-extensions</code> key specifies the enabled
      extensions using the extensions’ uuid
      (<code>myextension1@myname.example.com</code> and
      <code>myextension2@myname.example.com</code>).</p>
    </item>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
  </steps>

</page>
