Author: randy Date: Fri Feb 1 15:06:05 2013 New Revision: 10991 Log: Added xinclude files for adding update-desktop-database and gtk-update-icon-cache commands to packages (hopefully text this time)
Added: trunk/BOOK/xincludes/gtk-update-icon-cache.xml (contents, props changed) trunk/BOOK/xincludes/update-desktop-database.xml (contents, props changed) trunk/BOOK/xincludes/update-icons-and-desktop.xml (contents, props changed) Added: trunk/BOOK/xincludes/gtk-update-icon-cache.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/xincludes/gtk-update-icon-cache.xml Fri Feb 1 15:06:05 2013 (r10991) @@ -0,0 +1,20 @@ +<?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 installes icon files into the + <filename class="directory">/usr/share/icons/hicolor</filename> + hierarchy and you can improve system performance and memory usage by + updating <filename>/usr/share/icons/hicolor/index.theme</filename>. To + perform the update you must have <xref linkend="gtk2"/> or + <xref linkend="gtk3"/> installed and issue the following command as the + <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>gtk-update-icon-cache</userinput></screen> + </note> Added: trunk/BOOK/xincludes/update-desktop-database.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/xincludes/update-desktop-database.xml Fri Feb 1 15:06:05 2013 (r10991) @@ -0,0 +1,20 @@ +<?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 installes 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</userinput></screen> + </note> Added: trunk/BOOK/xincludes/update-icons-and-desktop.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/BOOK/xincludes/update-icons-and-desktop.xml Fri Feb 1 15:06:05 2013 (r10991) @@ -0,0 +1,26 @@ +<?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 installes 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="gtk2"/> or + <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: + </para> + +<screen role="root"><userinput>gtk-update-icon-cache && +update-desktop-database</userinput></screen> + </note> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
