Changeset ba273a07


Ignore:
Timestamp:
04/24/2019 08:47:12 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1c450b30
Parents:
75aa9f2e
Message:

Separate make install from update-desktop-database for yelp:
This is mainly for the sake of jhalfs and porg, but conceptually, the former
instruction is an install instruction, and the latter is a configuration
instruciton

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/yelp.xml

    r75aa9f2e rba273a07  
    124124    </para>
    125125
    126 <screen role="root"><userinput>make install &amp;&amp;
    127 update-desktop-database</userinput></screen>
     126<screen role="root"><userinput>make install</userinput></screen>
     127
     128    <para>
     129      Still as the <systemitem class="username">root</systemitem> user, ensure
     130      that <filename>/usr/share/applications/mimeinfo.cache</filename> will
     131      be updated and therefore the <command>help</command> in gnome
     132      applications will work.
     133    </para>
     134
     135<screen role="root"><userinput>update-desktop-database</userinput></screen>
    128136
    129137  </sect2>
     
    137145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    138146      href="../../xincludes/gtk-doc-rebuild.xml"/>
    139 
    140     <para><command>update-desktop-database</command>: This ensures that
    141     <filename>/usr/share/applications/mimeinfo.cache</filename> will
    142     be updated and therefore the <command>help</command> in gnome
    143     applications will work. Some packages run this command during their
    144     installation, but yelp and the gnome applications do not.</para>
    145147
    146148  </sect2>
Note: See TracChangeset for help on using the changeset viewer.