source: xsoft/other/xdg-utils.xml@ 91d7e16

10.0 10.1 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 91d7e16 was 58387b50, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Tag the printing stack

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

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