source: general/genutils/desktop-file-utils.xml@ 52d50d5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 52d50d5 was 52d50d5, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Genutils chapter.

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

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[c87e4dd]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[c87e4dd]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[77566073]7 <!ENTITY desktop-file-utils-download-http "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.gz">
[c87e4dd]8 <!ENTITY desktop-file-utils-download-ftp " ">
[93d2c72]9 <!ENTITY desktop-file-utils-md5sum "8b930e9ad08ac6b8205dd00a1d694b0c">
[f0ba6ba3]10 <!ENTITY desktop-file-utils-size "341 KB">
11 <!ENTITY desktop-file-utils-buildsize "2.7 MB">
[962d208]12 <!ENTITY desktop-file-utils-time "less than 0.1 SBU">
[c87e4dd]13]>
14
[8d77de6]15<sect1 id="desktop-file-utils"
[a70a184]16xreflabel="desktop-file-utils-&desktop-file-utils-version;">
[a149f6fe]17 <?dbhtml filename="desktop-file-utils.html"?>
[fc7afd0c]18
[a149f6fe]19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
[52d50d5]22 <keywordset>
23 <keyword role="package">desktop-file-utils-&desktop-file-utils-version;.tar</keyword>
24 <keyword role="ftptdir">desktop-file-utils</keyword>
25 </keywordset>
[a149f6fe]26 </sect1info>
[fc7afd0c]27
[832dcb80]28 <title>desktop-file-utils-&desktop-file-utils-version;</title>
[fc7afd0c]29
[a149f6fe]30 <indexterm zone="desktop-file-utils">
31 <primary sortas="a-Desktop-file-utils">Desktop-file-utils</primary>
32 </indexterm>
33
34 <sect2 role="package">
[832dcb80]35 <title>Introduction to desktop-file-utils</title>
[fc7afd0c]36
[8d77de6]37 <para>The <application>desktop-file-utils</application> package contains
38 command line utilities for working with <ulink
39 url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop
40 entries</ulink>. These utilities are used by
41 <application>GNOME</application>-2 and other applications
42 to manipulate the MIME-types application databases and help
[a149f6fe]43 adhere to the desktop entries standards specification.</para>
[fc7afd0c]44
[a149f6fe]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&desktop-file-utils-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&desktop-file-utils-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &desktop-file-utils-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &desktop-file-utils-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &desktop-file-utils-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &desktop-file-utils-time;</para>
64 </listitem>
65 </itemizedlist>
[fc7afd0c]66
[832dcb80]67 <bridgehead renderas="sect3">desktop-file-utils Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
[52d50d5]70 <para role="required"><xref linkend="glib2"/> and <xref linkend="popt"/></para>
[fc7afd0c]71
[a149f6fe]72 <bridgehead renderas="sect4">Optional</bridgehead>
[52d50d5]73 <para role="optional"><xref linkend="emacs"/></para>
[fc7afd0c]74
[a149f6fe]75 </sect2>
[fc7afd0c]76
[a149f6fe]77 <sect2 role="installation">
[832dcb80]78 <title>Installation of desktop-file-utils</title>
[a149f6fe]79
[8d77de6]80 <para>Install <application>desktop-file-utils</application> by running the
[a149f6fe]81 following commands:</para>
82
83<screen><userinput>./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
[fc7afd0c]85
[a149f6fe]86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fc7afd0c]87
[a149f6fe]88<screen role="root"><userinput>make install</userinput></screen>
[fc7afd0c]89
[a149f6fe]90 </sect2>
[fc7afd0c]91
[a149f6fe]92 <sect2 role="configuration">
[832dcb80]93 <title>Configuring desktop-file-utils</title>
[fc7afd0c]94
[a149f6fe]95 <sect3>
96 <title>Configuration Information</title>
[fc7afd0c]97
[807b609]98 <para>The default location for the MIME-types application database is
99 <filename>/usr/share/applications/mimeinfo.cache</filename>. If you are
100 going to install, or have already installed, a desktop environment such
101 as <application>GNOME</application> or <application>KDE</application> in
102 a prefix other than <filename class='directory'>/usr</filename>, you'll
103 need to update the <envar>XDG_DATA_DIRS</envar> and
104 <envar>XDG_CONFIG_DIRS</envar> environment variables so that the
105 additional MIME-types application databases and desktop menu files are
106 properly maintained and discovered. Add the following to the system-wide
107 or personal profile:</para>
[a149f6fe]108
109 <para>For <application>GNOME</application>:</para>
110
[807b609]111<screen><literal>XDG_DATA_DIRS=/usr/share:$GNOME_PREFIX/share
112XDG_CONFIG_DIRS=/usr/share:/etc/gnome/xdg
113export XDG_DATA_DIRS XDG_CONFIG_DIRS</literal></screen>
[a149f6fe]114
115 <para>For <application>KDE</application>:</para>
116
[807b609]117<screen><literal>XDG_DATA_DIRS=/usr/share:$KDE_PREFIX/share
118XDG_CONFIG_DIRS=/usr/share:/etc/kde/xdg
119export XDG_DATA_DIRS XDG_CONFIG_DIRS</literal></screen>
120
121
122<!-- This ends up messing up the menus and the GNOME and KDE stuff is simply
123 not yet interchangeable
[a149f6fe]124
[8d77de6]125 <para>If you're installing both <application>GNOME</application> and
[a149f6fe]126 <application>KDE</application>:</para>
127
128<screen><literal>XDG_DATA_DIRS=$XDG_DATA_DIRS:$GNOME_PREFIX/share:$KDE_PREFIX/share
129export XDG_DATA_DIRS</literal></screen>
[fc7afd0c]130
[807b609]131-->
132
[a149f6fe]133 </sect3>
[fc7afd0c]134
[a149f6fe]135 </sect2>
[fc7afd0c]136
[a149f6fe]137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
[fc7afd0c]144
[a149f6fe]145 <seglistitem>
[8d77de6]146 <seg>desktop-file-install, desktop-file-validate, and
[a149f6fe]147 update-desktop-database</seg>
148 <seg>None</seg>
149 <seg>None</seg>
150 </seglistitem>
151 </segmentedlist>
[fc7afd0c]152
[a149f6fe]153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
[fc7afd0c]157
[a149f6fe]158 <varlistentry id="desktop-file-install">
159 <term><command>desktop-file-install</command></term>
160 <listitem>
[8d77de6]161 <para>is used to install a new, or modify an existing desktop file
162 entry. It is also used to rebuild or modify the MIME-types
[a149f6fe]163 application database.</para>
164 <indexterm zone="desktop-file-utils desktop-file-install">
165 <primary sortas="b-desktop-file-install">desktop-file-install</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
[fc7afd0c]169
[a149f6fe]170 <varlistentry id="desktop-file-validate">
171 <term><command>desktop-file-validate</command></term>
172 <listitem>
173 <para>is used to verify the integrity of a desktop file.</para>
174 <indexterm zone="desktop-file-utils desktop-file-validate">
175 <primary sortas="b-desktop-file-validate">desktop-file-validate</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
[fc7afd0c]179
[a149f6fe]180 <varlistentry id="update-desktop-database">
181 <term><command>update-desktop-database</command></term>
182 <listitem>
[8d77de6]183 <para>is used to update the MIME-types
[a149f6fe]184 application database.</para>
185 <indexterm zone="desktop-file-utils update-desktop-database">
186 <primary sortas="b-update-desktop-database">update-desktop-database</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190 </variablelist>
191
192 </sect2>
[c87e4dd]193
194</sect1>
Note: See TracBrowser for help on using the repository browser.