| Server IP : 104.21.25.180 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/ko/system-admin-guide/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="dconf-profiles" xml:lang="ko">
<info>
<link type="guide" xref="setup"/>
<link type="seealso" xref="dconf-custom-defaults"/>
<link type="seealso" xref="dconf"/>
<revision version="0.1" date="2013-03-25" status="draft"/>
<credit type="author copyright">
<name>Ryan Lortie</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Jana Švárová</name>
<email>[email protected]</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>이 페이지는 프로필 부분에 대해 자세한 정보를 담고 있습니다.</desc>
</info>
<title>프로필 선택</title>
<p>On startup, <sys>dconf</sys> consults the DCONF_PROFILE environment
variable. If set, <sys>dconf</sys> attempts to open the named profile and
aborts if that fails. If the environment variable is not set,
<sys>dconf</sys> attempts to open the profile named “user”. If that
fails, it will fall back to an internal hard-wired configuration.</p>
<p>프로필의 각 라인은 하나의 <sys>dconf</sys> 데이터베이스을 명시합니다. 첫번째 라인은 변경점을 기록하는 데이터베이스를 가리키고, 나머지 라인은 읽기전용 데이터베이스를 가리킵니다. 여기 예졔가 있습니다:</p>
<code>
user-db:user
system-db:local
system-db:site
</code>
<note style="important">
<p>세션의 <sys>dconf</sys> 프로필은 로그인할때 결정되기 때문에, 사용자는 세션의 새로운 <sys>dconf</sys> 사용자 프로필을 적용시키기 위해 로그아웃과 로그인을 해야할 것 입니다.</p>
</note>
</page>