Ignore:
Timestamp:
05/30/2005 09:34:17 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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
Children:
e9116cc
Parents:
74390482
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/desktop-file-utils.xml

    r74390482 r8d77de6  
    1313]>
    1414
    15 <sect1 id="desktop-file-utils" 
     15<sect1 id="desktop-file-utils"
    1616xreflabel="desktop-file-utils-&desktop-file-utils-version;">
    1717  <?dbhtml filename="desktop-file-utils.html"?>
     
    3131    <title>Introduction to Desktop-file-utils</title>
    3232
    33     <para>The <application>desktop-file-utils</application> package contains 
    34     command line utilities for working with <ulink 
    35     url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop 
    36     entries</ulink>. These utilities are used by 
    37     <application>GNOME</application>-2 and other applications 
    38     to manipulate the MIME-types application databases and help 
     33    <para>The <application>desktop-file-utils</application> package contains
     34    command line utilities for working with <ulink
     35    url="http://www.freedesktop.org/Standards/desktop-entry-spec">desktop
     36    entries</ulink>. These utilities are used by
     37    <application>GNOME</application>-2 and other applications
     38    to manipulate the MIME-types application databases and help
    3939    adhere to the desktop entries standards specification.</para>
    4040<para><xref linkend="glib2"/> and <xref linkend="popt"/></para>
     
    7272    <title>Installation of Desktop-file-utils</title>
    7373
    74     <para>Install <application>desktop-file-utils</application> by running the 
     74    <para>Install <application>desktop-file-utils</application> by running the
    7575    following commands:</para>
    7676
     
    9090      <title>Configuration Information</title>
    9191
    92       <para>The default location for the MIME-types application 
    93       database is <filename>/usr/share/applications/mimeinfo.cache</filename>. If 
    94       you are going to install, or have already installed, a desktop environment 
    95       such as <application>GNOME</application> or 
    96       <application>KDE</application> in a prefix other than 
    97       <filename class='directory'>/usr</filename>, you'll need to update the 
    98       <envar>XDG_DATA_DIRS</envar> environment variable so that additional 
    99       MIME-types application databases are properly maintained. 
     92      <para>The default location for the MIME-types application
     93      database is <filename>/usr/share/applications/mimeinfo.cache</filename>. If
     94      you are going to install, or have already installed, a desktop environment
     95      such as <application>GNOME</application> or
     96      <application>KDE</application> in a prefix other than
     97      <filename class='directory'>/usr</filename>, you'll need to update the
     98      <envar>XDG_DATA_DIRS</envar> environment variable so that additional
     99      MIME-types application databases are properly maintained.
    100100      Add the following to the system-wide or personal profile:</para>
    101101
     
    110110export XDG_DATA_DIRS</literal></screen>
    111111
    112       <para>If you're installing both <application>GNOME</application> and 
     112      <para>If you're installing both <application>GNOME</application> and
    113113      <application>KDE</application>:</para>
    114114
     
    129129
    130130      <seglistitem>
    131         <seg>desktop-file-install, desktop-file-validate, and 
     131        <seg>desktop-file-install, desktop-file-validate, and
    132132        update-desktop-database</seg>
    133133        <seg>None</seg>
     
    144144        <term><command>desktop-file-install</command></term>
    145145        <listitem>
    146           <para>is used to install a new, or modify an existing desktop file 
    147           entry. It is also used to rebuild or modify the MIME-types 
     146          <para>is used to install a new, or modify an existing desktop file
     147          entry. It is also used to rebuild or modify the MIME-types
    148148          application database.</para>
    149149          <indexterm zone="desktop-file-utils desktop-file-install">
     
    166166        <term><command>update-desktop-database</command></term>
    167167        <listitem>
    168           <para>is used to update the MIME-types 
     168          <para>is used to update the MIME-types
    169169          application database.</para>
    170170          <indexterm zone="desktop-file-utils update-desktop-database">
Note: See TracChangeset for help on using the changeset viewer.