Ignore:
Timestamp:
03/01/2015 12:26:57 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 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:
a8a3b0cd
Parents:
6dd40f9
Message:

Run update-desktop-database and unpdate-mime-database after xfce4-session

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xfce/core/xfce4-session.xml

    r6dd40f9 r8b59876  
    8585    </para>
    8686
     87    <bridgehead renderas="sect4">Recommended</bridgehead>
     88    <para role="recommended">
     89      <xref linkend="desktop-file-utils"/> and
     90      <xref linkend="shared-mime-info"/>
     91    </para>
     92
    8793    <bridgehead renderas="sect4">Required Runtime</bridgehead>
    8894    <para role="required runtime">
     
    153159    </para>
    154160
     161    <para>
     162      When building an <application>Xfce4</application> package, some
     163      configuration files are installed in <filename class="directory">
     164      usr/share/applications</filename>, <filename class="directory">
     165      usr/share/icons</filename>, and <filename class="directory">
     166      usr/share/mime</filename>. In order to use those files in your
     167      <application>Xfce4</application> session, you need to update various
     168      databases. Do that by running, as the <systemitem class="username">
     169      root</systemitem> user (you need to have the recommended dependencies
     170      installed):
     171   </para>
     172
     173<screen role="root"><userinput>update-desktop-database &amp;&amp;
     174update-mime-database</userinput></screen>
    155175  </sect2>
    156176
Note: See TracChangeset for help on using the changeset viewer.