gnome-shell-45.2

GNOME Shell の概要

The GNOME Shell is the core user interface of the GNOME Desktop environment.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

GNOME Shell の依存パッケージ

必須

evolution-data-server-3.50.2, Gcr-4.1.0, Gjs-1.78.1, gnome-desktop-44.0, ibus-1.5.29, Mutter-45.2, Polkit-123, sassc-3.6.2, startup-notification-0.12

推奨

任意

GTK-Doc-1.33.2, bash-completion

Required Runtime Dependencies

adwaita-icon-theme-45.0, DConf-0.40.0, elogind-252.9, GDM-45.0.1, gnome-backgrounds-45.0, gnome-control-center-45.2, libgweather-4.4.0, and telepathy-mission-control-5.16.6

Recommended Runtime Dependency

GNOME Shell のインストール

以下のコマンドを実行して GNOME Shell をビルドします。

mkdir build &&
cd    build &&

meson setup --prefix=/usr       \
            --buildtype=release \
            -Dsystemd=false     \
            -Dtests=false       \
            ..                  &&
ninja

To test the results, you need to remove the -Dtests=false switch, and to have Mutter-45.2 compiled and installed with tests also. To run the tests, issue: ninja test. You must be running an X session to run the tests. Some will fail if GDM-45.0.1 is not installed. Several more tests may fail in the Sysv environment. One test named CSS styling support is known to fail with some multi-monitor configurations.

root ユーザーになって以下を実行します。

ninja install

コマンド説明

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

-Dsystemd=false: Prevents installing systemd files, which are not needed in this version of BLFS.

-Dtests=false: Remove this switch if you want to build the tests. But then meson will fail if Mutter-45.2 tests are not installed.

-Dextensions_tool=false: This switch allows building this package without gnome-autoar-0.4.4 installed.

パッケージ構成

インストールプログラム: gnome-extensions, gnome-extensions-app, gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool, gnome-shell-perf-tool
インストールライブラリ: なし
インストールディレクトリ: /usr/lib/gnome-shell, /usr/share/gnome-shell, /usr/share/gtk-doc/html/{shell,st} (任意インストール), /usr/share/xdg-desktop-portal/

概略説明

gnome-shell

GNOME Desktop の中心的なユーザーインターフェース関数を提供します。