source: xsoft/other/xdg-utils.xml@ 56605b9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 56605b9 was 08de396, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Synchronize D-Bus with LFS.

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

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