source: xsoft/other/xdg-utils.xml@ 2e3d2d0

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 2e3d2d0 was 2e3d2d0, checked in by Igor Živković <igor@…>, 10 years ago

recommend dbus for xdg-utils runtime

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