source: xsoft/other/xdg-utils.xml@ c8a33e3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c8a33e3 was c8a33e3, checked in by Igor Živković <igor@…>, 10 years ago

lfs75 tags

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

  • Property mode set to 100644
File size: 7.2 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://portland.freedesktop.org/download/xdg-utils-&xdg-utils-version;.tar.gz">
9 <!ENTITY xdg-utils-download-ftp " ">
10 <!ENTITY xdg-utils-md5sum "fadf5e7a08e0526fc60dbe3e5b7ef8d6">
11 <!ENTITY xdg-utils-size "300 KB">
12 <!ENTITY xdg-utils-buildsize "1.6 MB">
13 <!ENTITY xdg-utils-time "less than 0.1 SBU">
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 &lfs75_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 (runtime)</bridgehead>
78 <para role="required">
79 <xref linkend="xorg7-app"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
83 <para role="optional">
84 <xref linkend="dbus"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of xdg-utils</title>
91
92 <para>Compile <application>xdg-utils</application> with the following
93 commands:</para>
94
95<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man</userinput></screen>
96
97 <caution><para>The tests for the scripts must be made from a X-Window
98 based session. There are several run-time requirements to run
99 the tests including a broswer and an MTA.
100 Running the tests as <systemitem class="username">root</systemitem>
101 usr is not recommended.</para></caution>
102
103 <para>To run the tests, issue: <command>make test</command>.</para>
104
105 <para>Now install it as the <systemitem class="username">root</systemitem>
106 user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>xdg-desktop-menu, xdg-desktop-icon, xdg-mime, xdg-icon-resource,
122 xdg-open, xdg-email, xdg-screensaver, xdg-settings</seg>
123 <seg>None</seg>
124 <seg>None</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="xdg-desktop-menu">
134 <term><command>xdg-desktop-menu</command></term>
135 <listitem>
136 <para>
137 is a command line tool for (un)installing desktop menu items.
138 </para>
139 <indexterm zone="xdg-utils xdg-desktop-menu">
140 <primary sortas="b-xdg-desktop-menu">xdg-desktop-menu</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="xdg-desktop-icon">
146 <term><command>xdg-desktop-icon</command></term>
147 <listitem>
148 <para>
149 is a command line tool for (un)installing icons to the desktop.
150 </para>
151 <indexterm zone="xdg-utils xdg-desktop-icon">
152 <primary sortas="b-xdg-desktop-icon">xdg-desktop-icon</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="xdg-mime">
158 <term><command>xdg-mime</command></term>
159 <listitem>
160 <para>
161 is a command line tool for querying information about file
162 type handling and adding descriptions for new file types.
163 </para>
164 <indexterm zone="xdg-utils xdg-mime">
165 <primary sortas="b-xdg-mime">xdg-mime</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="xdg-icon-resource">
171 <term><command>xdg-icon-resource</command></term>
172 <listitem>
173 <para>
174 is a command line tool for (un)installing icon resources.
175 </para>
176 <indexterm zone="xdg-utils xdg-icon-resource">
177 <primary sortas="b-xdg-icon-resource">xdg-icon-resource</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="xdg-open">
183 <term><command>xdg-open</command></term>
184 <listitem>
185 <para>
186 opens a file or URL in the user's preferred application.
187 </para>
188 <indexterm zone="xdg-utils xdg-open">
189 <primary sortas="b-xdg-open">xdg-open</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="xdg-email">
195 <term><command>xdg-email</command></term>
196 <listitem>
197 <para>
198 opens the user's preferred e-mail composer in order to send a mail
199 message.
200 </para>
201 <indexterm zone="xdg-utils xdg-email">
202 <primary sortas="b-xdg-email">xdg-email</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="xdg-screensaver">
208 <term><command>xdg-screensaver</command></term>
209 <listitem>
210 <para>
211 is a command line tool for controlling the screensaver.
212 </para>
213 <indexterm zone="xdg-utils xdg-screensaver">
214 <primary sortas="b-xdg-screensaver">xdg-screensaver</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="xdg-settings">
220 <term><command>xdg-settings</command></term>
221 <listitem>
222 <para>
223 is a command line tool for managing various settings from
224 the desktop environment.
225 </para>
226 <indexterm zone="xdg-utils xdg-settings">
227 <primary sortas="b-xdg-settings">xdg-settings</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233 </sect2>
234</sect1>
Note: See TracBrowser for help on using the repository browser.