mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
a149f6fe30
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3927 af4574ff-66df-0310-9fd7-8a98e5e911e0
181 lines
6.5 KiB
XML
181 lines
6.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY desktop-file-utils-download-http "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-&desktop-file-utils-version;.tar.gz">
|
|
<!ENTITY desktop-file-utils-download-ftp " ">
|
|
<!ENTITY desktop-file-utils-md5sum "8b930e9ad08ac6b8205dd00a1d694b0c">
|
|
<!ENTITY desktop-file-utils-size "341 KB">
|
|
<!ENTITY desktop-file-utils-buildsize "2.7 MB">
|
|
<!ENTITY desktop-file-utils-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="desktop-file-utils"
|
|
xreflabel="desktop-file-utils-&desktop-file-utils-version;">
|
|
<?dbhtml filename="desktop-file-utils.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Desktop-file-utils-&desktop-file-utils-version;</title>
|
|
|
|
<indexterm zone="desktop-file-utils">
|
|
<primary sortas="a-Desktop-file-utils">Desktop-file-utils</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Desktop-file-utils</title>
|
|
|
|
<para>The <application>desktop-file-utils</application> package contains
|
|
command line utilities for working with <ulink
|
|
url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop
|
|
entries</ulink>. These utilities are used by
|
|
<application>GNOME</application>-2 and other applications
|
|
to manipulate the MIME-types application databases and help
|
|
adhere to the desktop entries standards specification.</para>
|
|
<para><xref linkend="glib2"/> and <xref linkend="popt"/></para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&desktop-file-utils-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&desktop-file-utils-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &desktop-file-utils-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &desktop-file-utils-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &desktop-file-utils-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &desktop-file-utils-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Desktop-file-utils Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="emacs"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Desktop-file-utils</title>
|
|
|
|
<para>Install <application>desktop-file-utils</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuring Desktop-file-utils</title>
|
|
|
|
<sect3>
|
|
<title>Configuration Information</title>
|
|
|
|
<para>The default location for the MIME-types application
|
|
database is <filename>/usr/share/applications/mimeinfo.cache</filename>. If
|
|
you are going to install, or have already installed, a desktop environment
|
|
such as <application>GNOME</application> or
|
|
<application>KDE</application> in a prefix other than
|
|
<filename class='directory'>/usr</filename>, you'll need to update the
|
|
<envar>XDG_DATA_DIRS</envar> environment variable so that additional
|
|
MIME-types application databases are properly maintained.
|
|
Add the following to the system-wide or personal profile:</para>
|
|
|
|
<para>For <application>GNOME</application>:</para>
|
|
|
|
<screen><literal>XDG_DATA_DIRS=$XDG_DATA_DIRS:$GNOME_PREFIX/share
|
|
export XDG_DATA_DIRS</literal></screen>
|
|
|
|
<para>For <application>KDE</application>:</para>
|
|
|
|
<screen><literal>XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDE_PREFIX/share
|
|
export XDG_DATA_DIRS</literal></screen>
|
|
|
|
<para>If you're installing both <application>GNOME</application> and
|
|
<application>KDE</application>:</para>
|
|
|
|
<screen><literal>XDG_DATA_DIRS=$XDG_DATA_DIRS:$GNOME_PREFIX/share:$KDE_PREFIX/share
|
|
export XDG_DATA_DIRS</literal></screen>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>desktop-file-install, desktop-file-validate, and
|
|
update-desktop-database</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="desktop-file-install">
|
|
<term><command>desktop-file-install</command></term>
|
|
<listitem>
|
|
<para>is used to install a new, or modify an existing desktop file
|
|
entry. It is also used to rebuild or modify the MIME-types
|
|
application database.</para>
|
|
<indexterm zone="desktop-file-utils desktop-file-install">
|
|
<primary sortas="b-desktop-file-install">desktop-file-install</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="desktop-file-validate">
|
|
<term><command>desktop-file-validate</command></term>
|
|
<listitem>
|
|
<para>is used to verify the integrity of a desktop file.</para>
|
|
<indexterm zone="desktop-file-utils desktop-file-validate">
|
|
<primary sortas="b-desktop-file-validate">desktop-file-validate</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="update-desktop-database">
|
|
<term><command>update-desktop-database</command></term>
|
|
<listitem>
|
|
<para>is used to update the MIME-types
|
|
application database.</para>
|
|
<indexterm zone="desktop-file-utils update-desktop-database">
|
|
<primary sortas="b-update-desktop-database">update-desktop-database</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|