2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-02-02 07:06:05 +08:00
|
|
|
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
|
|
|
|
|
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
2023-09-12 00:51:23 +08:00
|
|
|
This package installs icon files into the <filename
|
|
|
|
class="directory">/usr/share/icons/hicolor</filename> hierarchy and
|
|
|
|
desktop files into the <filename
|
|
|
|
class="directory">/usr/share/applications</filename> hierarchy. You can
|
|
|
|
improve system performance and memory usage by updating
|
|
|
|
<filename>/usr/share/icons/hicolor/index.theme</filename> and
|
|
|
|
<filename>/usr/share/applications/mimeinfo.cache</filename>. To perform
|
|
|
|
the update you must have <xref linkend="gtk3"/> installed (for the icon
|
|
|
|
cache) and <xref linkend="desktop-file-utils"/> (for the desktop cache)
|
|
|
|
and issue the following commands as the <systemitem
|
|
|
|
class="username">root</systemitem> user:
|
2013-02-02 07:06:05 +08:00
|
|
|
</para>
|
|
|
|
|
2019-09-18 03:37:50 +08:00
|
|
|
<screen role="nodump"><userinput>gtk-update-icon-cache -qtf /usr/share/icons/hicolor &&
|
2019-05-02 01:14:16 +08:00
|
|
|
update-desktop-database -q</userinput></screen>
|
2013-02-02 07:06:05 +08:00
|
|
|
</note>
|