Show Table of Contents
11.4. 必須の拡張機能のセットアップ
GNOME Shell では、ユーザーが使用する必要のある拡張機能のセットを指定することができます。これを実行するには、これらの拡張機能を
/usr/share/gnome-shell/extensions ディレクトリーにインストールしてから org.gnome.shell.enabled-extensions および org.gnome.shell.development-tools キーをロックダウンします。
org.gnome.shell.development-tools キーをロックダウンすると、ユーザーは GNOME Shell の統合デバッガーおよびインスペクターツール (Looking Glass) を使用して必須の拡張機能を無効にすることができなくなります。
手順11.4 必須の拡張機能のセットアップ
/etc/dconf/db/local.d/00-extensions-mandatoryにマシン全体の設定用のlocalデータベースファイルを作成します。[org/gnome/shell] # List all mandatory extensions enabled-extensions=['myextension1@myname.example.com', 'myextension2@myname.example.com'] # Disable access to Looking Glass development-tools=false
enabled-extensionsキーは、拡張機能の UUID (myextension1@myname.example.com および myextension2@myname.example.com) を使用して有効にされた拡張機能を指定します。development-toolsキーは false に設定され、Looking Glass へのアクセスを無効にします。- ユーザーの設定を上書きし、ユーザーが
/etc/dconf/db/local.d/locks/extensions-mandatoryで設定を変更できないようにします。# Lock the list of mandatory extensions and access to Looking Glass /org/gnome/shell/enabled-extensions /org/gnome/shell/development-tools
- システムデータベースを更新します。
#dconf update - ユーザーは、システム全体での設定が有効になる前にログアウトしてから再度ログインする必要があります。

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.