source: postlfs/security/polkit-gnome.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.5 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 &lfs101_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">Polkit GNOME Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk3"/> and
80 <xref linkend="polkit"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/polkit-gnome"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Polkit GNOME</title>
90
91 <para>
92 Install <application>Polkit GNOME</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="configuration">
112 <title>Configuring Polkit GNOME</title>
113
114 <sect3>
115
116 <title>Automatic Startup</title>
117
118 <para>
119 For the authentification framework to work,
120 <command>polkit-gnome-authentification-agent-1</command> needs to be
121 started. However, <command>make install</command> did not
122 install a startup file for the <application>Polkit GNOME</application>
123 so you have to create it by yourself.
124 </para>
125
126 <para>
127 Issue the following commands as the
128 <systemitem class="username">root</systemitem> user to create
129 a startup file for <application>Polkit GNOME</application>:
130 </para>
131
132<screen role="root"><userinput>mkdir -p /etc/xdg/autostart &amp;&amp;
133cat &gt; /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop &lt;&lt; "EOF"
134<literal>[Desktop Entry]
135Name=PolicyKit Authentication Agent
136Comment=PolicyKit Authentication Agent
137Exec=/usr/libexec/polkit-gnome-authentication-agent-1
138Terminal=false
139Type=Application
140Categories=
141NoDisplay=true
142OnlyShowIn=GNOME;XFCE;Unity;
143AutostartCondition=GNOME3 unless-session gnome</literal>
144EOF</userinput></screen>
145
146 </sect3>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Program</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directory</segtitle>
157
158 <seglistitem>
159 <seg>
160 polkit-gnome-authentication-agent-1
161 </seg>
162 <seg>
163 None
164 </seg>
165 <seg>
166 None
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="polkit-gnome-authentication-agent-1">
177 <term><command>polkit-gnome-authentication-agent-1</command></term>
178 <listitem>
179 <para>
180 is the <application>Polkit</application> authentication agent
181 </para>
182 <indexterm zone="polkit-gnome polkit-gnome-authentication-agent-1">
183 <primary sortas="b-polkit-gnome-authentication-agent-1">polkit-gnome-authentication-agent-1</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.