source: xincludes/update-icons-and-desktop.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[518ba3f6]2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
4
5
6 <note>
7 <para>
[990dbf0]8 This package installs icon files into the <filename
9 class="directory">/usr/share/icons/hicolor</filename> hierarchy and
10 desktop files into the <filename
11 class="directory">/usr/share/applications</filename> hierarchy. You can
12 improve system performance and memory usage by updating
13 <filename>/usr/share/icons/hicolor/index.theme</filename> and
14 <filename>/usr/share/applications/mimeinfo.cache</filename>. To perform
15 the update you must have <xref linkend="gtk3"/> installed (for the icon
16 cache) and <xref linkend="desktop-file-utils"/> (for the desktop cache)
17 and issue the following commands as the <systemitem
18 class="username">root</systemitem> user:
[518ba3f6]19 </para>
20
[00d040d]21<screen role="nodump"><userinput>gtk-update-icon-cache -qtf /usr/share/icons/hicolor &amp;&amp;
[118b201]22update-desktop-database -q</userinput></screen>
[518ba3f6]23 </note>
Note: See TracBrowser for help on using the repository browser.