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-kde-agent-download-http "http://mirrors.isc.org/pub/kde/stable/apps/KDE4.x/admin/polkit-kde-agent-1-&polkit-kde-agent-version;.tar.bz2">
|
---|
8 | <!ENTITY polkit-kde-agent-download-ftp "ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-kde-agent-1-&polkit-kde-agent-version;.tar.bz2">
|
---|
9 | <!ENTITY polkit-kde-agent-md5sum "a02d3fddc6270a88bceaf3ba604c92f8">
|
---|
10 | <!ENTITY polkit-kde-agent-size "34 KB">
|
---|
11 | <!ENTITY polkit-kde-agent-buildsize "6.8 MB">
|
---|
12 | <!ENTITY polkit-kde-agent-time "0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="polkit-kde-agent" xreflabel="polkit-kde-agent-&polkit-kde-agent-version;">
|
---|
16 | <?dbhtml filename="polkit-kde-agent.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Polkit-kde-agent-&polkit-kde-agent-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="polkit-kde-agent">
|
---|
26 | <primary sortas="a-polkit-kde-agent">polkit-kde-agent</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Polkit-kde-agent</title>
|
---|
31 |
|
---|
32 | <para><application>Polkit-kde-agent</application> provides a graphical
|
---|
33 | authentication prompt so non-priviledged users can authenticate themselves
|
---|
34 | for performing administrative tasks in KDE.</para>
|
---|
35 |
|
---|
36 | &lfs71_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&polkit-kde-agent-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&polkit-kde-agent-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &polkit-kde-agent-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &polkit-kde-agent-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &polkit-kde-agent-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &polkit-kde-agent-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
62 | <itemizedlist spacing='compact'>
|
---|
63 | <listitem>
|
---|
64 | <para>Optional patch: <ulink
|
---|
65 | url="&patch-root;/polkit-kde-agent-1-&polkit-kde-agent-version;-remember_password-1.patch"/></para>
|
---|
66 | </listitem>
|
---|
67 | </itemizedlist>
|
---|
68 |
|
---|
69 | <bridgehead renderas="sect3">Polkit-kde-agent Dependencies</bridgehead>
|
---|
70 |
|
---|
71 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
72 | <para role="required">
|
---|
73 | <xref linkend="polkit-qt"/> and
|
---|
74 | <xref linkend="kdelibs"/>
|
---|
75 | </para>
|
---|
76 |
|
---|
77 | <para condition="html" role="usernotes">User Notes:
|
---|
78 | <ulink url="&blfs-wiki;/polkit-kde-agent"/></para>
|
---|
79 |
|
---|
80 | </sect2>
|
---|
81 |
|
---|
82 | <sect2 role="installation">
|
---|
83 | <title>Installation of Polkit-kde-agent</title>
|
---|
84 |
|
---|
85 | <para>Install <application>polkit-kde-agent</application> by running the following
|
---|
86 | commands:</para>
|
---|
87 |
|
---|
88 | <screen><userinput>patch -Np1 -i ../polkit-kde-agent-1-&polkit-kde-agent-version;-remember_password-1.patch &&
|
---|
89 | mkdir build &&
|
---|
90 | cd build &&
|
---|
91 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. &&
|
---|
92 | make</userinput></screen>
|
---|
93 |
|
---|
94 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
95 |
|
---|
96 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
97 |
|
---|
98 | </sect2>
|
---|
99 |
|
---|
100 | <sect2 role="commands">
|
---|
101 | <title>Command Explanations</title>
|
---|
102 |
|
---|
103 | <para><option>patch -Np1 -i ../polkit-kde...</option>: The patch removes an
|
---|
104 | unimplemented "Remember authorization" checkbox.</para>
|
---|
105 |
|
---|
106 | </sect2>
|
---|
107 |
|
---|
108 | <sect2 role="content">
|
---|
109 | <title>Contents</title>
|
---|
110 |
|
---|
111 | <segmentedlist>
|
---|
112 | <segtitle>Installed Programs</segtitle>
|
---|
113 | <segtitle>Installed Libraries</segtitle>
|
---|
114 | <segtitle>Installed Directories</segtitle>
|
---|
115 |
|
---|
116 | <seglistitem>
|
---|
117 | <seg>polkit-kde-authentication-agent-1</seg>
|
---|
118 | <seg>none</seg>
|
---|
119 | <seg>&kde-dir;/share/apps/policykit1-kde</seg>
|
---|
120 | </seglistitem>
|
---|
121 | </segmentedlist>
|
---|
122 | <!--
|
---|
123 | <variablelist>
|
---|
124 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
125 | <?dbfo list-presentation="list"?>
|
---|
126 | <?dbhtml list-presentation="table"?>
|
---|
127 |
|
---|
128 | <varlistentry id="a-polkit-kde-agent">
|
---|
129 | <term><command>polkit-kde-agent</command></term>
|
---|
130 | <listitem>
|
---|
131 | <para>is a testing utility for polkit-kde-agent-generated build trees.</para>
|
---|
132 | <indexterm zone="a-polkit-kde-agent polkit-kde-agent">
|
---|
133 | <primary sortas="b-polkit-kde-agent">polkit-kde-agent</primary>
|
---|
134 | </indexterm>
|
---|
135 | </listitem>
|
---|
136 | </varlistentry>
|
---|
137 |
|
---|
138 | </variablelist>
|
---|
139 | -->
|
---|
140 | </sect2>
|
---|
141 |
|
---|
142 | </sect1>
|
---|