Changeset 851cc10


Ignore:
Timestamp:
02/20/2005 08:48:50 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a6922b0
Parents:
e3c939cc
Message:

Tagging and editorial changes to metacity and xfce

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3486 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/wm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/wm/metacity.xml

    re3c939cc r851cc10  
    1515<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
    2020<?dbhtml filename="metacity.html" ?>
    2121<title>Metacity-&metacity-version;</title>
     22
     23<indexterm zone="metacity">
     24  <primary sortas="a-metacity">Metacity</primary>
     25</indexterm>
    2226
    2327<sect2>
     
    2731manager. This is useful for organizing and displaying windows.</para>
    2832
    29 <sect3><title>Package information</title>
     33<sect3>
     34<title>Package information</title>
     35
    3036<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink
    32 url="&metacity-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink
    34 url="&metacity-download-ftp;"/></para></listitem>
    35 <listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
    36 <listitem><para>Download size: &metacity-size;</para></listitem>
    37 <listitem><para>Estimated disk space required:
    38 &metacity-buildsize;</para></listitem>
    39 <listitem><para>Estimated build time:
    40 &metacity-time;</para></listitem></itemizedlist>
     37  <listitem><para>Download (HTTP): <ulink url="&metacity-download-http;"/></para></listitem>
     38  <listitem><para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para></listitem>
     39  <listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
     40  <listitem><para>Download size: &metacity-size;</para></listitem>
     41  <listitem><para>Estimated disk space required: &metacity-buildsize;</para></listitem>
     42  <listitem><para>Estimated build time: &metacity-time;</para></listitem>
     43</itemizedlist>
    4144</sect3>
    4245
    43 <sect3><title><application>Metacity</application> dependencies</title>
    44 <sect4><title>Required</title>
     46<sect3>
     47<title><application>Metacity</application> dependencies</title>
     48
     49<sect4>
     50<title>Required</title>
     51
    4552<para><xref linkend="intltool"/>,
    46 <xref linkend="GConf"/> and
    47 <xref linkend="gtk2"/></para>
     53      <xref linkend="GConf"/>, and
     54      <xref linkend="gtk2"/>
     55</para>
    4856</sect4>
    4957
    50 <sect4><title>Optional</title>
     58<sect4>
     59<title>Optional</title>
    5160<para><xref linkend="startup-notification"/>,
    52 <ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>* and
    53 <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
     61      <ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>*, and
     62      <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
    5463</para>
    5564
     
    6069requirement by installing an <filename>xrender.pc</filename> file into
    6170<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
    62 downloaded from <ulink
    63 url="http://www.linuxfromscratch.org/~randy/xrender.pc"/>.</para>
     71installed as:</para>
     72
     73<screen><userinput><command>cat &gt; /usr/X11R6/lib/pkgconfig/xrender.pc &lt;&lt; "EOF"</command>
     74prefix=/usr/X11R6
     75exec_prefix=${prefix}
     76libdir=${exec_prefix}/lib
     77includedir=${prefix}/include
     78
     79Name: Xrender
     80Description: X Render Library
     81Version: 0.8.3
     82Cflags: -I${includedir} -I/usr/X11R6/include
     83Libs: -L${libdir} -lXrender  -L/usr/X11R6/lib -lX11
     84<command>EOF</command></userinput></screen>
    6485
    6586<para>** <application>libXcomposite</application> can optionally be used, but
     
    80101commands:</para>
    81102
    82 <screen><userinput><command>./configure --prefix=/usr \
    83     --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
    84 make &amp;&amp;
    85 make install</command></userinput></screen>
     103<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &amp;&amp;
     104make</command></userinput></screen>
     105
     106<para>Now, as the root user:</para>
     107 
     108<screen><userinput role='root'><command>make install</command></userinput></screen>
    86109
    87110</sect2>
     
    97120</sect2>
    98121
    99 <sect2>
     122<sect2 id='metacity-config'>
    100123<title>Configuring <application>Metacity</application></title>
    101124
    102 <sect3><title>Configuration Information</title>
     125<sect3>
     126<title>Configuration Information</title>
    103127
    104128<para>To automatically start the <application>Metacity</application> window
    105129manager when you issue the <command>startx</command> command, append to (or
    106130create) <filename>.xinitrc</filename> using the command below. Ensure you
    107 backup your current <filename>.xinitrc</filename> before proceeding.</para>
     131backup your current <filename>~/.xinitrc</filename> before proceeding.</para>
     132
     133<indexterm zone="metacity metacity-config">
     134   <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
     135</indexterm>
    108136
    109137<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
     
    118146<title>Contents</title>
    119147
    120 <para>The <application>Metacity</application> package contains
    121 <command>metacity</command>.</para>
     148<segmentedlist>
     149  <segtitle>Installed Program</segtitle>
     150  <segtitle>Installed Libraries</segtitle>
     151  <segtitle>Installed Directories</segtitle>
     152 
     153  <seglistitem>
     154    <seg>metacity</seg>
     155    <seg>None</seg>
     156    <seg>None</seg>
     157  </seglistitem>
     158</segmentedlist>
     159 
     160<variablelist>
     161  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     162  <?dbfo list-presentation="list"?>
     163
     164<varlistentry id="metacity-prog">
     165  <term><command>metacity</command></term>
     166  <listitem>
     167    <para>is a window manager used mainly by
     168       <application><acronym>GNOME</acronym></application>.
     169    </para>
     170    <indexterm zone="metacity metacity-prog">
     171      <primary sortas="b-metacity">metacity</primary>
     172    </indexterm>
     173  </listitem>
     174</varlistentry>
     175
     176</variablelist>
    122177
    123178</sect2>
    124 
    125 <sect2><title>Description</title>
    126 
    127 <sect3><title>metacity</title>
    128 <para><command>metacity</command> is a window manager used mainly by
    129 <application><acronym>GNOME</acronym></application>.</para>
    130 </sect3>
    131 
    132 </sect2>
    133 
    134179</sect1>
    135180
  • x/wm/xfce.xml

    re3c939cc r851cc10  
    1515<sect1 id="xfce" xreflabel="XFce-&xfce-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
     20
    2021<?dbhtml filename="xfce.html" ?>
    2122<title>XFce-&xfce-version;</title>
    2223
     24<indexterm zone="xfce">
     25  <primary sortas="a-xfce">Xfce</primary>
     26</indexterm>
     27
    2328<sect2>
    2429<title>Introduction to <application>XFce</application></title>
     
    2934<sect3><title>Package information</title>
    3035<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink
    32 url="&xfce-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink
    34 url="&xfce-download-ftp;"/></para></listitem>
    35 <listitem><para>Download MD5 sum: &xfce-md5sum;</para></listitem>
    36 <listitem><para>Download size: &xfce-size;</para></listitem>
    37 <listitem><para>Estimated disk space required:
    38 &xfce-buildsize;</para></listitem>
    39 <listitem><para>Estimated build time:
    40 &xfce-time;</para></listitem></itemizedlist>
     36  <listitem><para>Download (HTTP): <ulink url="&xfce-download-http;"/></para></listitem>
     37  <listitem><para>Download (FTP): <ulink url="&xfce-download-ftp;"/></para></listitem>
     38  <listitem><para>Download MD5 sum: &xfce-md5sum;</para></listitem>
     39  <listitem><para>Download size: &xfce-size;</para></listitem>
     40  <listitem><para>Estimated disk space required: &xfce-buildsize;</para></listitem>
     41  <listitem><para>Estimated build time: &xfce-time;</para></listitem>
     42</itemizedlist>
    4143</sect3>
    4244
    43 <sect3><title><application>XFce</application> dependencies</title>
    44 <sect4><title>Required</title>
     45<sect3>
     46<title><application>XFce</application> dependencies</title>
     47
     48<sect4>
     49<title>Required</title>
     50
    4551<para><xref linkend="gtk2"/> and
    46 <xref linkend="libxml2"/></para>
     52      <xref linkend="libxml2"/>
     53</para>
    4754</sect4>
    4855
    49 <sect4><title>Optional</title>
     56<sect4>
     57<title>Optional</title>
    5058<para><xref linkend="libgtkhtml"/> and
    51 <xref linkend="startup-notification"/></para>
     59      <xref linkend="startup-notification"/>
     60</para>
    5261</sect4>
    5362</sect3>
     
    5968
    6069<para><application>XFce</application> now distributes as a
    61 <acronym>TAR</acronym> ball of base packages and module packages. These
    62 instructions will only cover the bare minimum to run the application. The
    63 remaining modules would all follow the same pattern which will soon become
    64 obvious.</para>
    65 
    66 <para>Install <application>XFce</application> by running the following
    67 commands:</para>
    68 
    69 <screen><userinput><command>cd src &amp;&amp;
    70 tar -zxf libxfce4util-&xfce-version;.tar.gz &amp;&amp;
    71 cd libxfce4util-&xfce-version; &amp;&amp;
    72 ./configure --prefix=/usr &amp;&amp;
    73 make &amp;&amp;
    74 make install &amp;&amp;
    75 cd .. &amp;&amp;
    76 tar -zxf libxfcegui4-&xfce-version;.tar.gz &amp;&amp;
    77 cd libxfcegui4-&xfce-version; &amp;&amp;
    78 ./configure --prefix=/usr &amp;&amp;
    79 make &amp;&amp;
    80 make install &amp;&amp;
    81 cd .. &amp;&amp;
    82 tar -zxf libxfce4mcs-&xfce-version;.tar.gz &amp;&amp;
    83 cd libxfce4mcs-&xfce-version; &amp;&amp;
    84 ./configure --prefix=/usr &amp;&amp;
    85 make &amp;&amp;
    86 make install &amp;&amp;
    87 cd .. &amp;&amp;
    88 tar -zxf xfce-mcs-manager-&xfce-version;.tar.gz &amp;&amp;
    89 cd xfce-mcs-manager-&xfce-version; &amp;&amp;
    90 ./configure --prefix=/usr &amp;&amp;
    91 make &amp;&amp;
    92 make install &amp;&amp;
    93 cd .. &amp;&amp;
    94 tar -zxf xfwm4-&xfce-version;.tar.gz &amp;&amp;
    95 cd xfwm4-&xfce-version; &amp;&amp;
    96 ./configure --prefix=/usr &amp;&amp;
    97 make &amp;&amp;
    98 make install &amp;&amp;
    99 cd .. &amp;&amp;
    100 tar -zxf xfdesktop-&xfce-version;.tar.gz &amp;&amp;
    101 cd xfdesktop-&xfce-version; &amp;&amp;
    102 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    103 make &amp;&amp;
    104 make install &amp;&amp;
    105 cd .. &amp;&amp;
    106 tar -zxf xfce4-panel-&xfce-version;.tar.gz &amp;&amp;
    107 cd xfce4-panel-&xfce-version; &amp;&amp;
    108 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    109 make &amp;&amp;
    110 make install &amp;&amp;
    111 cd .. &amp;&amp;
    112 tar -zxf xfce-utils-&xfce-version;.tar.gz &amp;&amp;
    113 cd xfce-utils-&xfce-version; &amp;&amp;
    114 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    115 make &amp;&amp;
    116 make install</command></userinput></screen>
    117 
    118 <para>Modules not installed above are: dbh-1.0.15 (required for xffm),
    119 gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox,
    120 xfce4-mixer, xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher,
    121 xffm, xffm-icons, xfprint and xfwm4-themes.</para>
     70<acronym>TAR</acronym> ball of base packages and module packages.
     71For each package, run the following:</para>
     72
     73<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     74make</command></userinput></screen>
     75
     76<para>Now, as the root user:</para>
     77 
     78<screen><userinput role='root'><command>make install</command></userinput></screen>
     79
     80<para>The following packages will install the bare minimum:</para>
     81
     82<itemizedlist spacing='compact'>
     83  <listitem><para>libxfce4util-&xfce-version;.tar.gz</para></listitem>
     84  <listitem><para>libxfcegui4-&xfce-version;.tar.gz</para></listitem>
     85  <listitem><para>libxfce4mcs-&xfce-version;.tar.gz</para></listitem>
     86  <listitem><para>xfce-mcs-manager-&xfce-version;.tar.gz</para></listitem>
     87  <listitem><para>xfwm4-&xfce-version;.tar.gz</para></listitem>
     88  <listitem><para>xfdesktop-&xfce-version;.tar.gz</para></listitem>
     89  <listitem><para>xfce4-panel-&xfce-version;.tar.gz</para></listitem>
     90  <listitem><para>xfce-utils-&xfce-version;.tar.gz</para></listitem>
     91</itemizedlist>
     92
     93<para>In addition, you may choose to install:</para>
     94 
     95<itemizedlist spacing='compact'>
     96  <listitem><para>dbh-1.0.15 (required for xffm)</para></listitem>
     97  <listitem><para>gtk-xfce-engine-2.1.9</para></listitem>
     98  <listitem><para>xfcalendar-0.1.6</para></listitem>
     99  <listitem><para>xfce-mcs-plugins</para></listitem>
     100  <listitem><para>xfce4-iconbox</para></listitem>
     101  <listitem><para>xfce4-mixer</para></listitem>
     102  <listitem><para>xfce4-systray</para></listitem>
     103  <listitem><para>xfce4-systray</para></listitem>
     104  <listitem><para>xfce4-themes</para></listitem>
     105  <listitem><para>xfce4-toys</para></listitem>
     106  <listitem><para>xfce4-trigger-launcher</para></listitem>
     107  <listitem><para>xffm</para></listitem>
     108  <listitem><para>xffm-icons</para></listitem>
     109  <listitem><para>xfprint</para></listitem>
     110  <listitem><para>xfwm4-themes.</para></listitem>
     111</itemizedlist>
    122112
    123113</sect2>
    124114
    125 <sect2>
     115<sect2 id='xfce-config'>
    126116<title>Configuring <application>XFce</application></title>
    127117
    128 <sect3><title>Config files</title>
     118<sect3>
     119<title>Config files</title>
    129120<para><filename>~/.xinitrc</filename></para>
    130121</sect3>
    131122
    132 <sect3><title>Configuration Information</title>
     123<sect3>
     124<title>Configuration Information</title>
    133125
    134126<para>Be sure to backup your current <filename>.xinitrc</filename> before
    135127proceeding.</para>
    136128
    137 <screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
     129<screen><userinput><command>cat &gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    138130xfce-mcs-manager
    139131xfwm4 --daemon
     
    143135<command>EOF</command></userinput></screen>
    144136
     137<indexterm zone="xfce xfce-config">
     138  <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
     139</indexterm>
     140
    145141</sect3>
    146 
    147142</sect2>
    148143
     
    150145<title>Contents</title>
    151146
    152 <para>The <application>XFce</application> package contains
    153 <command>fgr</command>,
    154 <command>scramble</command>,
    155 <command>startxfce4</command>,
    156 <command>xfapps</command>,
    157 <command>xfapps4</command>,
    158 <command>xfbook</command>,
    159 <command>xfbook4</command>,
    160 <command>xfcalendar</command>,
    161 <command>xfce-mcs-manager</command>,
    162 <command>xfce-setting-show</command>,
    163 <command>xfce4-about</command>,
    164 <command>xfce4-iconbox</command>,
    165 <command>xfce4-panel</command>,
    166 <command>xfce4-tips</command>,
    167 <command>xfdesktop</command>,
    168 <command>xfdiff4</command>,
    169 <command>xffm</command>,
    170 <command>xffstab</command>,
    171 <command>xffstab4</command>,
    172 <command>xfglob4</command>,
    173 <command>xfhelp4</command>,
    174 <command>xflock4</command>,
    175 <command>xfmountdev4</command>,
    176 <command>xfprint-manager</command>,
    177 <command>xfprint4</command>,
    178 <command>xfrun4</command>,
    179 <command>xfsamba4</command>,
    180 <command>xftaskbar4</command>,
    181 <command>xfterm4</command>,
    182 <command>xftrash4</command>,
    183 <command>xftree4</command>,
    184 <command>xfwm4</command> and
    185 <filename class="libraryfile">libdbh</filename>,
    186 <filename class="libraryfile">libxfce4mcs</filename>,
    187 <filename class="libraryfile">libxfce4util</filename>,
    188 <filename class="libraryfile">libxfcegui4</filename>,
    189 <filename class="libraryfile">libxffm</filename> and
    190 <filename class="libraryfile">libxfprint</filename> libraries.
    191 </para>
    192 
     147<segmentedlist>
     148  <segtitle>Installed Programs</segtitle>
     149  <segtitle>Installed Libraries</segtitle>
     150  <segtitle>Installed Directories</segtitle>
     151 
     152  <seglistitem>
     153    <seg>fgr, scramble, startxfce4, xfapps, xfapps4, xfbook, xfbook4, xfcalendar, xfce-mcs-manager,
     154         xfce-setting-show, xfce4-about, xfce4-iconbox, xfce4-panel, xfce4-tips, xfdesktop,
     155         xfdiff4, xffm, xffstab, xffstab4, xfglob4, xfhelp4, xflock4. xfmountdev4,
     156         xfprint-manager, xfprint4, xfrun4, xfsamba4, xftaskbar4, xfterm4,
     157         xftrash4, xftree4, xfwm4</seg>
     158    <seg id='xfcelibs'>libdbh, libxfce4mcs, libxfce4util, libxfcegui4, libxffm, libxfprint</seg>
     159    <seg>None</seg>
     160  </seglistitem>
     161</segmentedlist>
     162
     163<indexterm zone="xfce xfcelibs">
     164  <primary sortas="c-libdbh">libdbh.so</primary>
     165</indexterm>
     166 
     167<indexterm zone="xfce xfcelibs">
     168  <primary sortas="c-libxfce4mcs">libxfce4mcs.so</primary>
     169</indexterm>
     170 
     171<indexterm zone="xfce xfcelibs">
     172  <primary sortas="c-libxfce4util">libxfce4util.so</primary>
     173</indexterm>
     174 
     175<indexterm zone="xfce xfcelibs">
     176  <primary sortas="c-libxfcegui4">libxfcegui4.so</primary>
     177</indexterm>
     178 
     179<indexterm zone="xfce xfcelibs">
     180  <primary sortas="c-libxffm">libxffm.so</primary>
     181</indexterm>
     182 
     183<indexterm zone="xfce xfcelibs">
     184  <primary sortas="c-libxfprint">libxfprint.so</primary>
     185</indexterm>
     186 
     187<variablelist>
     188  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     189  <?dbfo list-presentation="list"?>
     190
     191<varlistentry id="fgr">
     192  <term><command>fgr</command></term>
     193  <listitem>
     194    <para>is a file content search engine for <command>xffm</command>.</para>
     195    <indexterm zone="xfce fgr">
     196      <primary sortas="b-fgr">fgr</primary>
     197    </indexterm>
     198  </listitem>
     199</varlistentry>
     200
     201<varlistentry id="xfce-mce-manager">
     202  <term><command>xfce-mce-manager</command></term>
     203  <listitem>
     204    <para>is the settings manager for <application>XFce</application>.</para>
     205    <indexterm zone="xfce xfce-mce-manager">
     206      <primary sortas="b-xfce-mce-manager">xfce-mce-manager</primary>
     207    </indexterm>
     208  </listitem>
     209</varlistentry>
     210
     211<varlistentry id="xfce4-about">
     212  <term><command>xfce4-about</command></term>
     213  <listitem>
     214    <para>displays the about box.</para>
     215    <indexterm zone="xfce xfce4-about">
     216      <primary sortas="b-xfce4-about">xfce4-about</primary>
     217    </indexterm>
     218  </listitem>
     219</varlistentry>
     220
     221<varlistentry id="xfce-setting-show">
     222  <term><command>xfce-setting-show</command></term>
     223  <listitem>
     224    <para>displays the settings for <application>XFce</application>.</para>
     225    <indexterm zone="xfce xfce-setting-show">
     226      <primary sortas="b-xfce-setting-show">xfce-setting-show</primary>
     227    </indexterm>
     228  </listitem>
     229</varlistentry>
     230
     231<varlistentry id="xfce4-panel">
     232  <term><command>xfce4-panel</command></term>
     233  <listitem>
     234    <para>is the panel manager for <application>XFce</application>. It contains
     235          the launcher, clock, mail check, desktop switcher and separator programs.</para>
     236    <indexterm zone="xfce xfce4-panel">
     237      <primary sortas="b-xfce4-panel">xfce4-panel</primary>
     238    </indexterm>
     239  </listitem>
     240</varlistentry>
     241
     242<varlistentry id="xfdesktop">
     243  <term><command>xfdesktop</command></term>
     244  <listitem>
     245    <para> is the desktop manager for <application>XFce</application>.</para>
     246    <indexterm zone="xfce xfdesktop">
     247      <primary sortas="b-xfdesktop">xfdesktop</primary>
     248    </indexterm>
     249  </listitem>
     250</varlistentry>
     251
     252<varlistentry id="xfhelp4">
     253  <term><command>xfhelp4</command></term>
     254  <listitem>
     255    <para>is script that launches a <acronym>HTML</acronym> browser to
     256          display online documentation.</para>
     257    <indexterm zone="xfce xfhelp4">
     258      <primary sortas="b-xfhelp4">xfhelp4</primary>
     259    </indexterm>
     260  </listitem>
     261</varlistentry>
     262
     263<varlistentry id="xflock4">
     264  <term><command>xflock4</command></term>
     265  <listitem>
     266    <para>is a script used to lock the current screen during drag and drop actions.</para>
     267    <indexterm zone="xfce xflock4">
     268      <primary sortas="b-xflock4">xflock4</primary>
     269    </indexterm>
     270  </listitem>
     271</varlistentry>
     272
     273<varlistentry id="xfmountdev4">
     274  <term><command>xfmountdev4</command></term>
     275  <listitem>
     276    <para>mounts a device on the specified mount point and launches <command>xftree4</command>,
     277          then unmounts the device when <command>xftree4</command> finishes.</para>
     278    <indexterm zone="xfce xfmountdev4">
     279      <primary sortas="b-xfmountdev4">xfmountdev4</primary>
     280    </indexterm>
     281  </listitem>
     282</varlistentry>
     283
     284<varlistentry id="xfrun4">
     285  <term><command>xfrun4</command></term>
     286  <listitem>
     287    <para>is the program launcher for <application>XFce</application>.</para>
     288    <indexterm zone="xfce xfrun4">
     289      <primary sortas="b-xfrun4">xfrun4</primary>
     290    </indexterm>
     291  </listitem>
     292</varlistentry>
     293
     294<varlistentry id="xfsamba4">
     295  <term><command>xfsamba4</command></term>
     296  <listitem>
     297    <para> is the <application>Samba</application> front end for <application>XFce</application>.</para>
     298    <indexterm zone="xfce xfsamba4">
     299      <primary sortas="b-xfsamba4">xfsamba4</primary>
     300    </indexterm>
     301  </listitem>
     302</varlistentry>
     303
     304<varlistentry id="xftaskbar4">
     305  <term><command>xftaskbar4</command></term>
     306  <listitem>
     307    <para>is the taskbar manager for <application>XFce</application>.</para>
     308    <indexterm zone="xfce xftaskbar4">
     309      <primary sortas="b-xftaskbar4">xftaskbar4</primary>
     310    </indexterm>
     311  </listitem>
     312</varlistentry>
     313
     314<varlistentry id="xfterm4">
     315  <term><command>xfterm4</command></term>
     316  <listitem>
     317    <para>is a small terminal wrapper to be used as a drag and drop action
     318          for the <application>XFce</application> front panel.</para>
     319    <indexterm zone="xfce xfterm4">
     320      <primary sortas="b-xfterm4">xfterm4</primary>
     321    </indexterm>
     322  </listitem>
     323</varlistentry>
     324
     325<varlistentry id="xftrash4">
     326  <term><command>xftrash4</command></term>
     327  <listitem>
     328    <para>is a small script to be used as a drag and drop action for the
     329          <application>XFce</application> front panel.</para>
     330    <indexterm zone="xfce xftrash4">
     331      <primary sortas="b-xftrash4">xftrash4</primary>
     332    </indexterm>
     333  </listitem>
     334</varlistentry>
     335
     336<varlistentry id="xftree4">
     337  <term><command>xftree4</command></term>
     338  <listitem>
     339    <para>is the file manager for <application>XFce</application>.</para>
     340    <indexterm zone="xfce xftree4">
     341      <primary sortas="b-xftree4">xftree4</primary>
     342    </indexterm>
     343  </listitem>
     344</varlistentry>
     345
     346<varlistentry id="xfwm4">
     347  <term><command>xfwm4</command></term>
     348  <listitem>
     349    <para>is an <application>X11></application> window manager for <application>XFce</application>.</para>
     350    <indexterm zone="xfce xfwm4">
     351      <primary sortas="b-xfwm4">xfwm4</primary>
     352    </indexterm>
     353  </listitem>
     354</varlistentry>
     355
     356</variablelist>
    193357</sect2>
    194 
    195 <sect2><title>Description</title>
    196 
    197 <sect3><title>fgr</title>
    198 <para><command>fgr</command> is a file content search engine for
    199 <command>xffm</command>.</para></sect3>
    200 
    201 <sect3><title>xfce-mce-manager</title>
    202 <para><command>xfce-mce-manager</command> is the settings manager for
    203 <application>XFce</application>.</para></sect3>
    204 
    205 <sect3><title>xfce4-about</title>
    206 <para><command>xfce4-about</command> displays the about box.</para></sect3>
    207 
    208 <sect3><title>xfce-setting-show</title>
    209 <para><command>xfce_setting-show</command> displays the settings for
    210 <application>XFce</application>.</para></sect3>
    211 
    212 <sect3><title>xfce4-panel</title>
    213 <para><command>xfce4-panel</command> is the panel manager for
    214 <application>XFce</application>. It contains the launcher, clock, mail
    215 check, desktop switcher and separator programs.</para></sect3>
    216 
    217 <sect3><title>xfdesktop</title>
    218 <para><command>xfdesktop </command> is the desktop manager
    219 for <application>XFce</application>.</para></sect3>
    220 
    221 <sect3><title>xfhelp4</title>
    222 <para><command>xfhelp4</command> is script that launches a
    223 <acronym>HTML</acronym> browser to display online documentation.</para></sect3>
    224 
    225 <sect3><title>xflock4</title>
    226 <para><command>xflock4</command> is a script used to lock the current screen
    227 during drag and drop actions.</para></sect3>
    228 
    229 <sect3><title>xfmountdev4</title>
    230 <para><command>xfmountdev4</command> mounts a device on the specified mount
    231 point and launches <command>xftree4</command>, then unmounts the device
    232 when <command>xftree4</command> finishes.</para></sect3>
    233 
    234 <sect3><title>xfrun4</title>
    235 <para><command>xfrun4</command> is the program launcher for
    236 <application>XFce</application>.</para></sect3>
    237 
    238 <sect3><title>xfsamba4</title>
    239 <para><command>xfsamba4</command> is <application>Samba</application> front end
    240 for <application>XFce</application>.</para></sect3>
    241 
    242 <sect3><title>xftaskbar4</title>
    243 <para><command>xftaskbar4</command> is the taskbar manager for
    244 <application>XFce</application>.</para></sect3>
    245 
    246 <sect3><title>xfterm4</title>
    247 <para><command>xfterm4</command> is a small terminal wrapper to be used as a
    248 drag and drop action for the <application>XFce</application> front panel.
    249 </para></sect3>
    250 
    251 <sect3><title>xftrash4</title>
    252 <para><command>xftrash4</command> is a small script to be used as a drag and
    253 drop action for the <application>XFce</application> front panel.</para></sect3>
    254 
    255 <sect3><title>xftree4</title>
    256 <para><command>xftree4</command> is the file manager for
    257 <application>XFce</application>.</para></sect3>
    258 
    259 <sect3><title>xfwm4</title>
    260 <para><command>xfwm4</command> is a window manager for
    261 <application>X11</application>.</para></sect3>
    262 
    263 </sect2>
    264 
    265358</sect1>
    266359
Note: See TracChangeset for help on using the changeset viewer.