source: xsoft/other/gparted.xml@ 66cb475

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules 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 66cb475 was 66cb475, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to gparted-0.20.0.
Update to sysstat-11.1.2.
Update to emacs-24.4.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14699 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.4 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 gparted-download-http
8 "&sourceforge-repo;/gparted/gparted-&gparted-version;.tar.bz2">
9 <!ENTITY gparted-download-ftp " ">
10 <!ENTITY gparted-md5sum "d9df57f9d4b4dbd148644774f8bbccfb">
11 <!ENTITY gparted-size "2.1 MB">
12 <!ENTITY gparted-buildsize "78 MB (additional 4 MB, building the optional documentation)">
13 <!ENTITY gparted-time "0.9 SBU (additional 0.1 SBU, building the optional documentation)">
14]>
15
16<sect1 id="gparted" xreflabel="Gparted-&gparted-version;">
17 <?dbhtml filename="gparted.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Gparted-&gparted-version;</title>
25
26 <indexterm zone="gparted">
27 <primary sortas="a-Gparted">Gparted</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Gparted</title>
32
33 <para>
34 Gparted is the Gnome Partition Editor, a Gtk 2 GUI for other command line
35 tools that can create, reorganise or delete disk partitions.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gparted-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gparted-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gparted-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gparted-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gparted-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gparted-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Gparted Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtkmm2"/> and
79 <xref linkend="parted"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <ulink url="&gnome-download-http;/gnome-doc-utils/">
85 GNOME Doc Utils</ulink> and
86 <xref linkend="rarian"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/gparted"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Gparted</title>
96
97 <para>
98 Install <application>Gparted</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr \
103 --disable-doc \
104 --disable-static &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a testsuite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <para>
126 <option>--disable-doc</option>: This switch disables building of
127 the optional documentation. Remove it if you have installed
128 <application>GNOME Doc Utils</application>.
129 </para>
130
131 </sect2>
132
133 <sect2 role="using">
134 <title>Using Gparted</title>
135
136 <para>
137 To manipulate file systems Gparted has a run time dependency on various
138 file system tools (you only need to install the tools for file systems you
139 actually use):
140 e2fsprogs (installed as part of LFS),
141 <xref linkend="jfsutils"/>,
142 <xref linkend="ntfs-3g"/>,
143 <xref linkend="reiserfs"/>,
144 <xref linkend="xfsprogs"/>,
145 <ulink url="https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories">
146 btrfs-progs</ulink>,
147 <ulink url="http://www.daniel-baumann.ch/software/dosfstools/">dosfstools</ulink>,
148 <ulink url="http://ftp.gnu.org/pub/gnu/mtools/">mtools</ulink> (required
149 to read and write FAT16/32 volume labels and UUIDs),
150 <ulink url="ftp://ftp.mars.org/pub/hfs/">hfsutils</ulink>,
151 hfsprogs,
152 <ulink url="http://www.nilfs.org/download/">nilfs-utils</ulink> and
153 reiser4progs.
154 </para>
155
156 <para>
157 Root privileges are required to run Gparted. If you wish to run the
158 application from the menu, further applications and configurations are
159 necessary. Examples of applications that may be used:
160 <ulink url="http://people.debian.org/~kov/gksu">gksu</ulink>,
161 <ulink url="https://launchpad.net/kdesudo">kdesudo</ulink>, or
162 <ulink url="https://github.com/tarakbumba/xdg-su">xdg-su</ulink>.
163 Other solution is to use <application>pkexec</application>, from
164 <xref linkend="polkit"/>, but some configuration is necessary.
165 Another simple solution is <xref linkend="ssh-askpass"/>. Below, we
166 describe these two alternatives: "ssh-askpass" and "pkexec".
167 </para>
168
169 <sect3 role="ssh-askpass">
170 <title>ssh-askpass</title>
171 <para>
172 To optionally use <xref linkend="ssh-askpass"/> if it is installed in
173 your system, run the following commands as the
174 <systemitem class="username">root</systemitem> user:
175 </para>
176
177<screen role="root"><userinput>cp -v /usr/share/applications/gparted.desktop /usr/share/applications/gparted.desktop.back &amp;&amp;
178sed -i 's/Exec=/Exec=sudo -A /' /usr/share/applications/gparted.desktop &amp;&amp;</userinput></screen>
179
180 <para>
181 Now, clicking in the menu item for Gparted, a dialog appears in the
182 screen, asking for the administrator password.</para>
183
184 </sect3>
185
186 <sect3 role="pkexec">
187 <title>pkexec</title>
188 <para>
189 To optionally use <application>pkexec</application>, you need
190 <xref linkend="polkit-gnome"/> or <xref linkend="lxpolkit"/>, and
191 <xref linkend="consolekit"/> installed with support to
192 <xref linkend="linux-pam"/> and <xref linkend="polkit"/>. As the
193 <systemitem class="username">root</systemitem> user, configure
194 <xref linkend="gparted"/> and <xref linkend="polkit"/> with the
195 following commands:
196 </para>
197
198<screen role="root"><userinput>cp -v /usr/share/applications/gparted.desktop \
199 /usr/share/applications/gparted.desktop.back &amp;&amp;
200sed -i 's:/usr/sbin/gparted:/usr/sbin/gparted_polkit:' \
201 /usr/share/applications/gparted.desktop &amp;&amp;
202
203cat &gt; /usr/sbin/gparted_polkit &lt;&lt; "EOF" &amp;&amp;
204<literal>#!/bin/bash
205
206pkexec /usr/sbin/gparted $@</literal>
207EOF
208chmod -v 0755 /usr/sbin/gparted_polkit</userinput></screen>
209
210 <para>
211 Still as the <systemitem class="username">root</systemitem> user,
212 configure <xref linkend="polkit"/> and <xref linkend="gparted"/> to
213 use <application>pkexec</application>:
214 </para>
215
216<screen role="root"><userinput>cat &gt; /usr/share/polkit-1/actions/org.gnome.gparted.policy &lt;&lt; "EOF"
217<literal>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
218&lt;!DOCTYPE policyconfig PUBLIC
219 "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
220 "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"&gt;
221&lt;policyconfig&gt;
222
223 &lt;action id="org.freedesktop.policykit.pkexec.run-gparted"&gt;
224 &lt;description&gt;Run GParted&lt;/description&gt;
225 &lt;message&gt;Authentication is required to run GParted&lt;/message&gt;
226 &lt;defaults&gt;
227 &lt;allow_any&gt;no&lt;/allow_any&gt;
228 &lt;allow_inactive&gt;no&lt;/allow_inactive&gt;
229 &lt;allow_active&gt;auth_admin_keep&lt;/allow_active&gt;
230 &lt;/defaults&gt;
231 &lt;annotate key="org.freedesktop.policykit.exec.path"&gt;/usr/sbin/gparted&lt;/annotate&gt;
232 &lt;annotate key="org.freedesktop.policykit.exec.allow_gui"&gt;true&lt;/annotate&gt;
233 &lt;/action&gt;
234
235&lt;/policyconfig&gt;</literal>
236EOF
237chmod -v 0644 /usr/share/polkit-1/actions/org.gnome.gparted.policy</userinput></screen>
238
239 <para>
240 Now, clicking in the menu item for Gparted, a dialog appears in the
241 screen, asking for the administrator password.</para>
242
243 </sect3>
244
245 </sect2>
246
247 <sect2 role="content">
248 <title>Contents</title>
249
250 <segmentedlist>
251 <segtitle>Installed Programs</segtitle>
252 <segtitle>Installed Libraries</segtitle>
253 <segtitle>Installed Directories</segtitle>
254
255 <seglistitem>
256 <seg>
257 gparted, gpartedbin and gparted_polkit (optional)
258 </seg>
259 <seg>
260 None
261 </seg>
262 <seg>
263 /usr/share/gnome/help/gparted and
264 /usr/share/omf/gparted
265 </seg>
266 </seglistitem>
267 </segmentedlist>
268
269 <variablelist>
270 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
271 <?dbfo list-presentation="list"?>
272 <?dbhtml list-presentation="table"?>
273
274 <varlistentry id="gparted-prog">
275 <term><command>gparted</command></term>
276 <listitem>
277 <para>
278 is a shell script which sets up the environment before calling
279 <command>gpartedbin</command>.
280 </para>
281 <indexterm zone="gparted gparted-prog">
282 <primary sortas="b-gparted">gparted</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="gpartedbin">
288 <term><command>gpartedbin</command></term>
289 <listitem>
290 <para>
291 is the Gparted binary.
292 </para>
293 <indexterm zone="gparted gpartedbin">
294 <primary sortas="b-gpartedbin">gpartedbin</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
298
299 <varlistentry id="gparted_polkit">
300 <term><command>gparted_polkit</command></term>
301 <listitem>
302 <para>
303 is an optional script which can be used to run gparted with polkit,
304 from a menu.
305 </para>
306 <indexterm zone="gparted gparted_polkit">
307 <primary sortas="b-gparted_polkit">gparted_polkit</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 </variablelist>
313
314 </sect2>
315
316</sect1>
Note: See TracBrowser for help on using the repository browser.