polkit-gnome-0.105

Polkit GNOME の概要

Polkit GNOME パッケージは Polkit に対する認証エージェント (Authentication Agent) 機能を提供するものです。 これは GNOME デスクトップ環境に統合され利用されます。

[注記]

注記

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

パッケージ情報

Additional Downloads

Polkit GNOME の依存パッケージ

必須

AccountsService-23.13.9, GTK+-3.24.38, Polkit-123

Polkit GNOME のインストール

First, apply some fixes that allow for the proper user icon to be used, as well as some security fixes:

patch -Np1 -i ../polkit-gnome-0.105-consolidated_fixes-1.patch

以下のコマンドを実行して polkit-gnome をビルドします。

./configure --prefix=/usr &&
make

このパッケージにテストスイートはありません。

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

make install

Polkit GNOME の設定

自動起動

For the authentication framework to work, polkit-gnome-authentication-agent-1 needs to be started. However, make install did not install a startup file for the Polkit GNOME so you have to create it by yourself.

root ユーザーになって以下のコマンドを実行します。 これにより Polkit GNOME の起動ファイルを生成します。

mkdir -p /etc/xdg/autostart &&
cat > /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop << "EOF"
[Desktop Entry]
Name=PolicyKit Authentication Agent
Comment=PolicyKit Authentication Agent
Exec=/usr/libexec/polkit-gnome-authentication-agent-1
Terminal=false
Type=Application
Categories=
NoDisplay=true
OnlyShowIn=GNOME;XFCE;Unity;
AutostartCondition=GNOME3 unless-session gnome
EOF

パッケージ構成

インストールプログラム: polkit-gnome-authentication-agent-1
インストールライブラリ: なし
インストールディレクトリ: なし

概略説明

polkit-gnome-authentication-agent-1

Polkit 認証エージェント (Authentication Agent)。