<?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="dconf-custom-defaults" xml:lang="ko">

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

    <credit type="author copyright">
      <name>Ryan Lortie</name>
      <email>desrt@desrt.ca</email>
      <years>2012</years>
    </credit>
    <credit type="author copyright">
      <name>Jeremy Bicha</name>
      <email>jbicha@ubuntu.com</email>
      <years>2012</years>
    </credit>
    <credit type="author copyright">
      <name>Jim Campbell</name>
      <email>jwcampbell@gmail.com</email>
      <years>2012</years>
    </credit>
    <credit type="editor">
      <name>Jana Svarova</name>
      <email>jana.svarova@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>pknbe@volny.cz</email>
      <years>2019</years>
    </credit>

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

    <desc><sys its:translate="no">dconf</sys> 프로파일로 시스템 전체 기본값을 설정합니다.</desc>

  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조재은</mal:name>
      <mal:email>ckr971028@gmail.com</mal:email>
      <mal:years>2018</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2019, 2021, 2023.</mal:years>
    </mal:credit>
  </info>

  <title>시스템 설정 기본값 개별 설정</title>

  <p>시스템 전체 기본값은 <sys its:translate="no">dconf</sys> 프로파일의 키 기본값 입니다. 이 기본값은 모든 사용자가 자신의 설정값으로 우선 적용할 수 있습니다.</p>

<section id="example">
  <title>기본값 설정</title>

  <p>키 기본값을 설정하려면, <sys>user</sys> 프로파일이 있어야 하고, <sys its:translate="no">dconf</sys> 데이터베이스에 해당 키의 값을 추가해야 합니다.</p>

  <steps>
    <title>기본 배경 설정 예제</title>
    <item>
      <p><file its:translate="no">user</file> 프로파일을 만드십시오:</p>
      <listing its:translate="no">
        <title><file>/etc/dconf/profile/user</file></title>
<code>
user-db:user
system-db:local
</code>
      </listing>
      <p><input its:translate="no">local</input>은(는) <sys its:translate="no">dconf</sys> 데이터베이스의 이름입니다.</p>
    </item>
    <item>
      <p>기본 설정 값이 들어있는 <input its:translate="no">local</input> 데이터베이스에 <em>keyfile</em>을 만드십시오:</p>
      <listing its:translate="no">
        <title><file>/etc/dconf/db/local.d/01-background</file></title>
<code>
# <span its:translate="yes">dconf 경로</span>
[org/gnome/desktop/background]

# <span its:translate="yes">dconf 키 이름과 관련 값</span>
picture-uri='file:///usr/local/share/backgrounds/wallpaper.jpg'
picture-options='scaled'
primary-color='000000'
secondary-color='FFFFFF'
</code>
      </listing>
    </item>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
  </steps>

  <note>
    <p><sys its:translate="no">user</sys> 프로파일을 만들거나 값을 바꿨을 때, 사용자가 바뀐 설정 대로 활용하려면 로그아웃한 후 다시 로그인해야 합니다.</p>
  </note>

  <p><sys its:translate="no">user</sys> 프로파일을 만들고 싶지 않다면 <cmd>dconf</cmd> 명령행 유틸리티로 <sys its:translate="no">dconf</sys> 데이터베이스에 각 값 또는 디렉터리를 읽고 기록할 수 있습니다. 자세한 정보는 <link its:translate="no" href="man:dconf"><cmd>dconf</cmd>(1)</link> 맨 페이지를 참고하십시오.</p>

</section>

</page>
