Ignore:
Timestamp:
10/10/2015 05:26:18 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a395d1
Parents:
2629a88
Message:

Add update-desktop-database to the yelp install commands.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/yelp.xml

    r2629a88 r70e06fa  
    7777      <xref linkend="webkitgtk2"/> and
    7878      <xref linkend="yelp-xsl"/>
     79    </para>
     80
     81    <bridgehead renderas="sect4">Recommended</bridgehead>
     82    <para role="recommended">
     83      <xref linkend="desktop-file-utils"/>
    7984    </para>
    8085
     
    118123    </para>
    119124
    120 <screen role="root"><userinput>make install</userinput></screen>
     125<screen role="root"><userinput>make install &amp;&amp;
     126update-desktop-database</userinput></screen>
    121127
    122128  </sect2>
     
    130136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131137      href="../../xincludes/gtk-doc-rebuild.xml"/>
     138
     139    <para><command>update-desktop-database</command>: This ensures that
     140    <filename>/usr/share/applications/mimeinfo.cache</filename> will
     141    be updated and therefore the <command>help</command> in gnome
     142    applications will work. Some packages run this command during their
     143    installation, but yelp and the gnome applications do not.</para>
    132144
    133145  </sect2>
Note: See TracChangeset for help on using the changeset viewer.