Changeset a70a184
- Timestamp:
- 01/29/2005 08:03:34 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 233a4f43
- Parents:
- 55d12bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/desktop-file-utils.xml
r55d12bc ra70a184 13 13 ]> 14 14 15 <sect1 id="desktop-file-utils" xreflabel="desktop-file-utils-&desktop-file-utils-version;"> 15 <sect1 id="desktop-file-utils" 16 xreflabel="desktop-file-utils-&desktop-file-utils-version;"> 16 17 <sect1info> 17 18 <othername>$LastChangedBy$</othername> … … 20 21 <?dbhtml filename="desktop-file-utils.html"?> 21 22 <title>desktop-file-utils-&desktop-file-utils-version;</title> 23 <indexterm zone="desktop-file-utils"> 24 <primary sortas="a-Desktop-file-utils">Desktop-file-utils</primary> 25 </indexterm> 22 26 23 27 <sect2> … … 65 69 66 70 <screen><userinput><command>./configure --prefix=/usr && 67 make && 68 make install</command></userinput></screen> 71 make</command></userinput></screen> 72 73 <para>Now, as the root user:</para> 74 75 <screen><userinput role='root'><command>make install</command></userinput></screen> 69 76 70 77 </sect2> … … 108 115 <title>Contents</title> 109 116 110 < para>The <application>desktop-file-utils</application> package contains111 < command>desktop-file-install</command>,112 < command>desktop-file-validate</command> and113 < command>update-desktop-database</command>.</para>117 <segmentedlist> 118 <segtitle>Installed Programs</segtitle> 119 <segtitle>Installed Libraries</segtitle> 120 <segtitle>Installed Directories</segtitle> 114 121 115 </sect2> 122 <seglistitem> 123 <seg>desktop-file-install, desktop-file-validate and 124 update-desktop-database</seg> 125 <seg>None</seg> 126 <seg>None</seg> 127 </seglistitem> 128 </segmentedlist> 116 129 117 <sect2><title>Description</title> 130 <variablelist> 131 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 132 <?dbfo list-presentation="list"?> 118 133 119 <sect3><title>desktop-file-install</title> 120 <para><command>desktop-file-install</command> is used to install a new, or 121 modify an existing desktop file entry. It is also used to rebuild or modify 122 the <acronym>MIME</acronym>-types application database.</para></sect3> 134 <varlistentry id="desktop-file-install"> 135 <term><command>desktop-file-install</command></term> 136 <listitem><para>is used to install a new, or modify an existing desktop file 137 entry. It is also used to rebuild or modify the <acronym>MIME</acronym>-types 138 application database.</para> 139 <indexterm zone="desktop-file-utils desktop-file-install"> 140 <primary sortas="b-desktop-file-install">desktop-file-install</primary> 141 </indexterm></listitem> 142 </varlistentry> 123 143 124 <sect3><title>desktop-file-validate</title> 125 <para><command>desktop-file-validate</command> is used to verify the integrity 126 of a desktop file.</para></sect3> 144 <varlistentry id="desktop-file-validate"> 145 <term><command>desktop-file-validate</command></term> 146 <listitem><para>is used to verify the integrity of a desktop file.</para> 147 <indexterm zone="desktop-file-utils desktop-file-validate"> 148 <primary sortas="b-desktop-file-validate">desktop-file-validate</primary> 149 </indexterm></listitem> 150 </varlistentry> 127 151 128 <sect3><title>update-desktop-database</title> 129 <para><command>update-desktop-database</command> is used to update the 130 <acronym>MIME</acronym>-types application database.</para></sect3> 152 <varlistentry id="update-desktop-database"> 153 <term><command>update-desktop-database</command></term> 154 <listitem><para>is used to update the <acronym>MIME</acronym>-types 155 application database.</para> 156 <indexterm zone="desktop-file-utils update-desktop-database"> 157 <primary sortas="b-update-desktop-database">update-desktop-database</primary> 158 </indexterm></listitem> 159 </varlistentry> 160 </variablelist> 131 161 132 162 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.