source: xsoft/other/xdg-utils.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

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