source: xsoft/other/xdg-utils.xml@ 6c91a92a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 6c91a92a was 6c91a92a, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Short descriptions

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

  • Property mode set to 100644
File size: 7.7 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 xdg-utils-download-http
8 "http://people.freedesktop.org/~rdieter/xdg-utils/xdg-utils-&xdg-utils-version;.tar.gz">
9<!-- "http://portland.freedesktop.org/download/xdg-utils-&xdg-utils-version;.tar.gz">-->
10 <!ENTITY xdg-utils-download-ftp " ">
11 <!ENTITY xdg-utils-md5sum "617ef5f9872ab5b148ad4717bc9012f5">
12 <!ENTITY xdg-utils-size "284 KB">
13 <!ENTITY xdg-utils-buildsize "2.1 MB">
14 <!ENTITY xdg-utils-time "less than 0.1 SBU">
15]>
16
17<sect1 id="xdg-utils" xreflabel="xdg-utils-&xdg-utils-version;">
18 <?dbhtml filename="xdg-utils.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date> </date>
23 </sect1info>
24
25 <title>xdg-utils-&xdg-utils-version;</title>
26
27 <indexterm zone="xdg-utils">
28 <primary sortas="a-xdg-utils">xdg-utils</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to xdg-utils</title>
33
34 <para>
35 <application>xdg-utils</application> is a a set of command line
36 tools that assist applications with a variety of desktop integration tasks.
37 It is required for Linux Standards Base (LSB) conformance.
38 </para>
39
40 &lfs78_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&xdg-utils-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&xdg-utils-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &xdg-utils-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &xdg-utils-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &xdg-utils-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &xdg-utils-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">xdg-utils Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="xmlto"/> with one of
81 <xref linkend="lynx"/>,
82 <xref linkend="w3m"/>,
83 <xref linkend="Links"/>, or
84 <xref linkend="fop"/>
85 </para>
86
87 <bridgehead renderas="sect4">Required (runtime)</bridgehead>
88 <para role="required">
89 <xref linkend="xorg7-app"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
93 <para role="optional">
94 <xref linkend="dbus"/>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/xdg-utils"/>
99 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of xdg-utils</title>
105
106 <para>Compile <application>xdg-utils</application> with the following
107 commands:</para>
108
109<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
110make</userinput></screen>
111
112 <caution><para>The tests for the scripts must be made from a X-Window
113 based session. There are several run-time requirements to run
114 the tests including a broswer and an MTA.
115 Running the tests as <systemitem class="username">root</systemitem>
116 usr is not recommended.</para></caution>
117
118 <para>To run the tests, issue: <command>make -k test</command>.</para>
119
120 <para>Now install it as the <systemitem class="username">root</systemitem>
121 user:</para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>xdg-desktop-menu, xdg-desktop-icon, xdg-mime, xdg-icon-resource,
137 xdg-open, xdg-email, xdg-screensaver, xdg-settings</seg>
138 <seg>None</seg>
139 <seg>None</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="xdg-desktop-menu">
149 <term><command>xdg-desktop-menu</command></term>
150 <listitem>
151 <para>
152 is a command line tool for (un)installing desktop menu items.
153 </para>
154 <indexterm zone="xdg-utils xdg-desktop-menu">
155 <primary sortas="b-xdg-desktop-menu">xdg-desktop-menu</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="xdg-desktop-icon">
161 <term><command>xdg-desktop-icon</command></term>
162 <listitem>
163 <para>
164 is a command line tool for (un)installing icons to the desktop.
165 </para>
166 <indexterm zone="xdg-utils xdg-desktop-icon">
167 <primary sortas="b-xdg-desktop-icon">xdg-desktop-icon</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="xdg-mime">
173 <term><command>xdg-mime</command></term>
174 <listitem>
175 <para>
176 is a command line tool for querying information about file
177 type handling and adding descriptions for new file types.
178 </para>
179 <indexterm zone="xdg-utils xdg-mime">
180 <primary sortas="b-xdg-mime">xdg-mime</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="xdg-icon-resource">
186 <term><command>xdg-icon-resource</command></term>
187 <listitem>
188 <para>
189 is a command line tool for (un)installing icon resources.
190 </para>
191 <indexterm zone="xdg-utils xdg-icon-resource">
192 <primary sortas="b-xdg-icon-resource">xdg-icon-resource</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="xdg-open">
198 <term><command>xdg-open</command></term>
199 <listitem>
200 <para>
201 opens a file or URL in the user's preferred application.
202 </para>
203 <indexterm zone="xdg-utils xdg-open">
204 <primary sortas="b-xdg-open">xdg-open</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="xdg-email">
210 <term><command>xdg-email</command></term>
211 <listitem>
212 <para>
213 opens the user's preferred e-mail composer in order to send a mail
214 message.
215 </para>
216 <indexterm zone="xdg-utils xdg-email">
217 <primary sortas="b-xdg-email">xdg-email</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="xdg-screensaver">
223 <term><command>xdg-screensaver</command></term>
224 <listitem>
225 <para>
226 is a command line tool for controlling the screensaver.
227 </para>
228 <indexterm zone="xdg-utils xdg-screensaver">
229 <primary sortas="b-xdg-screensaver">xdg-screensaver</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="xdg-settings">
235 <term><command>xdg-settings</command></term>
236 <listitem>
237 <para>
238 is a command line tool for managing various settings from
239 the desktop environment.
240 </para>
241 <indexterm zone="xdg-utils xdg-settings">
242 <primary sortas="b-xdg-settings">xdg-settings</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 </variablelist>
248 </sect2>
249</sect1>
Note: See TracBrowser for help on using the repository browser.