| Server IP : 172.67.134.114 / Your IP : 104.23.197.123 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/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="extensions-enable" xml:lang="ko">
<info>
<link type="guide" xref="software#extension"/>
<link type="seealso" xref="extensions-lockdown"/>
<link type="seealso" xref="extensions"/>
<revision pkgversion="3.12" date="2014-06-17" status="review"/>
<credit type="author copyright">
<name>Petr Kovar</name>
<email>[email protected]</email>
<years>2014</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>모든 사용자에 대해 GNOME 셸 확장자를 활성화합니다.</desc>
</info>
<title>컴퓨터의 전반적인 확장자 활성화</title>
<p>시스템상의 모든 사용자들이 확장자를 사용할 수 있도록, <file>/usr/share/gnome-shell/extensions</file> 디렉터리에 그것들을 설치하세요. 새로 설치된 컴퓨터의 전반적인 확장자는 기본 설정으로 비활성화 되어 있습니다. 모든 사용자들에게 확장자를 활성화 시키려면, <code>org.gnome.shell.enabled-extensions</code> 키를 설정해야 합니다.</p>
<steps>
<title>키 org.gnome.shell.enabled-extensions 설정</title>
<item>
<p><file>/etc/dconf/profile/user</file>에 <code>사용자</code> 프로필을 생성하세요:</p>
<listing>
<code>
user-db:user
system-db:local
</code>
</listing>
</item>
<item>
<p>컴퓨터의 전반적인 설정을 위해 <file>/etc/dconf/db/local.d/00-extensions</file>에 <code>로컬</code> 데이터베이스를 생성하세요:</p>
<listing>
<code>
[org/gnome/shell]
# 모든 사용자에게 활성화 시키려는 모든 확장자 목록
활성화되는 확장자=['<input>[email protected]</input>', '<input>[email protected]</input>']
</code>
</listing>
<p>The <code>enabled-extensions</code> key specifies the enabled
extensions using the extensions’ uuid
(<code>[email protected]</code> and
<code>[email protected]</code>).</p>
</item>
<include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
</steps>
</page>