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

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since a804944 was 990dbf0, checked in by Bruce Dubbs <bdubbs@…>, 8 months ago

Remove obsolete references to gtk2

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
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>
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:
19 </para>
20
21<screen role="nodump"><userinput>gtk-update-icon-cache -qtf /usr/share/icons/hicolor &amp;&amp;
22update-desktop-database -q</userinput></screen>
23 </note>
Note: See TracBrowser for help on using the repository browser.