glfs/xincludes/update-desktop-database.xml
Pierre Labastie 118b201271 Various fixes and nits:
- gnome-calculator: fix building with vala-0.44.x
- sendmail: don't use an unset variable
- file-roller: separate install and configuration
- xincludes: fix updating the icon cache and the desktop database

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21532 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-05-01 17:14:16 +00:00

21 lines
819 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
<!-- $LastChangedBy$
$Date$ -->
<note>
<para>
This package installs desktop files into the
<filename class="directory">/usr/share/applications</filename>
hierarchy and you can improve system performance and memory usage by
updating <filename>/usr/share/applications/mimeinfo.cache</filename>.
To perform the update you must have
<xref linkend="desktop-file-utils"/> installed and issue the following
command as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>update-desktop-database -q</userinput></screen>
</note>