source: postlfs/security/polkit-gnome.xml@ f954995

xry111/intltool
Last change on this file since f954995 was f954995, checked in by Xi Ruoyao <xry111@…>, 2 years ago

Add intltool dependencies

bluefish: add intltool dependency
brasero: add intltool dependency
cups-pk-helper: add intltool dependency
evolution-data-server: add intltool dependency
gdl: add intltool dependency
gnome-themes-extra: add intltool dependency
goffice: add intltool dependency
libfm: add intltool dependency
libmypaint: add intltool dependency
lxde packages: add intltool dependency
mousepad: add intltool dependency
pavucontrol: add intltool dependency
polkit-gnome: add intltool dependency
sound-theme-freedesktop: add intltool dependency
telepathy-logger: add intltool dependency
vinagre: add intltool dependency
xarchiver: add intltool dependency
xscreensaver: add intltool dependency

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY polkit-gnome-download-http
8 "&gnome-download-http;/polkit-gnome/&polkit-gnome-version;/polkit-gnome-&polkit-gnome-version;.tar.xz">
9 <!ENTITY polkit-gnome-download-ftp
10 "&gnome-download-ftp;/polkit-gnome/&polkit-gnome-version;/polkit-gnome-&polkit-gnome-version;.tar.xz">
11 <!ENTITY polkit-gnome-md5sum "50ecad37c8342fb4a52f590db7530621">
12 <!ENTITY polkit-gnome-size "305 KB">
13 <!ENTITY polkit-gnome-buildsize "5.0 MB">
14 <!ENTITY polkit-gnome-time "0.1 SBU">
15]>
16
17<sect1 id="polkit-gnome" xreflabel="polkit-gnome-&polkit-gnome-version;">
18 <?dbhtml filename="polkit-gnome.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>polkit-gnome-&polkit-gnome-version;</title>
25
26 <indexterm zone="polkit-gnome">
27 <primary sortas="a-polkit-gnome">polkit-gnome</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Polkit GNOME</title>
32
33 <para>
34 The <application>Polkit GNOME</application> package provides an
35 Authentication Agent for <application>Polkit</application> that integrates
36 well with the <application>GNOME</application> Desktop environment.
37 </para>
38
39 &lfs111_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&polkit-gnome-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&polkit-gnome-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &polkit-gnome-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &polkit-gnome-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &polkit-gnome-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &polkit-gnome-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/polkit-gnome-&polkit-gnome-version;-consolidated_fixes-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Polkit GNOME Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <!-- due to the patch -->
90 <xref linkend="accountsservice"/>,
91 <xref linkend="gtk3"/>,
92 <xref linkend="intltool"/>, and
93 <xref linkend="polkit"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/polkit-gnome"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Polkit GNOME</title>
103
104 <para>
105 First, apply some fixes that allow for the proper user icon to be used,
106 as well as some security fixes:
107 </para>
108
109<screen><userinput remap="pre">patch -Np1 -i ../polkit-gnome-&polkit-gnome-version;-consolidated_fixes-1.patch</userinput></screen>
110
111 <para>
112 Install <application>Polkit GNOME</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="configuration">
132 <title>Configuring Polkit GNOME</title>
133
134 <sect3>
135
136 <title>Automatic Startup</title>
137
138 <para>
139 For the authentification framework to work,
140 <command>polkit-gnome-authentification-agent-1</command> needs to be
141 started. However, <command>make install</command> did not
142 install a startup file for the <application>Polkit GNOME</application>
143 so you have to create it by yourself.
144 </para>
145
146 <para>
147 Issue the following commands as the
148 <systemitem class="username">root</systemitem> user to create
149 a startup file for <application>Polkit GNOME</application>:
150 </para>
151
152<screen role="root"><userinput>mkdir -p /etc/xdg/autostart &amp;&amp;
153cat &gt; /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop &lt;&lt; "EOF"
154<literal>[Desktop Entry]
155Name=PolicyKit Authentication Agent
156Comment=PolicyKit Authentication Agent
157Exec=/usr/libexec/polkit-gnome-authentication-agent-1
158Terminal=false
159Type=Application
160Categories=
161NoDisplay=true
162OnlyShowIn=GNOME;XFCE;Unity;
163AutostartCondition=GNOME3 unless-session gnome</literal>
164EOF</userinput></screen>
165
166 </sect3>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Program</segtitle>
175 <segtitle>Installed Libraries</segtitle>
176 <segtitle>Installed Directory</segtitle>
177
178 <seglistitem>
179 <seg>
180 polkit-gnome-authentication-agent-1
181 </seg>
182 <seg>
183 None
184 </seg>
185 <seg>
186 None
187 </seg>
188 </seglistitem>
189 </segmentedlist>
190
191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
195
196 <varlistentry id="polkit-gnome-authentication-agent-1">
197 <term><command>polkit-gnome-authentication-agent-1</command></term>
198 <listitem>
199 <para>
200 is the <application>Polkit</application> authentication agent
201 </para>
202 <indexterm zone="polkit-gnome polkit-gnome-authentication-agent-1">
203 <primary sortas="b-polkit-gnome-authentication-agent-1">polkit-gnome-authentication-agent-1</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 </variablelist>
209
210 </sect2>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.