Changeset a6c25738
- Timestamp:
- 09/05/2003 02:27:05 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 53462fd9
- Parents:
- 929ce00
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/add/applets/gnome-applets-desc.xml
r929ce00 ra6c25738 3 3 4 4 <para>The gnome-applets package contains 5 < userinput>battstat</userinput>, <userinput>cdplayer</userinput>,6 < userinput>charpick</userinput>, <userinput>drivemount</userinput>,7 < userinput>geyes</userinput>, <userinput>gkb</userinput>,8 < userinput>gtik2</userinput>, <userinput>gweather</userinput>,9 < userinput>mini-commander</userinput>, <userinput>mixer</userinput>,10 < userinput>modemlights</userinput> and <userinput>multiload applets</userinput>.</para>5 <command>battstat</command>, <command>cdplayer</command>, 6 <command>charpick</command>, <command>drivemount</command>, 7 <command>geyes</command>, <command>gkb</command>, 8 <command>gtik2</command>, <command>gweather</command>, 9 <command>mini-commander</command>, <command>mixer</command>, 10 <command>modemlights</command> and <command>multiload</command> applets.</para> 11 11 12 12 </sect2> -
gnome/add/applets/gnome-applets-exp.xml
r929ce00 ra6c25738 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts4 <para><command>--libexecdir=$GNOME_PREFIX/sbin</command> : This switch puts 5 5 libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of 6 6 <filename>$GNOME_PREFIX/libexec</filename>.</para> 7 7 8 <para>< userinput>--localstatedir=/var/lib :</userinput> This switch8 <para><command>--localstatedir=/var/lib :</command> This switch 9 9 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> 10 10 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para> 11 11 12 <para>< userinput>--sysconfdir=/etc/gnome :</userinput> This switch12 <para><command>--sysconfdir=/etc/gnome :</command> This switch 13 13 puts configuration files in <filename>/etc/gnome</filename> instead of 14 14 <filename>$GNOME_PREFIX/etc</filename>.</para> -
gnome/add/applets/gnome-applets-inst.xml
r929ce00 ra6c25738 1 1 <sect2> 2 <title>Installation of gnome-applets</title>2 <title>Installation of <application>gnome-applets</application></title> 3 3 4 <para>Install gnome-appletsby running the following commands:</para>4 <para>Install <application>gnome-applets</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ 7 7 --localstatedir=/var/lib --sysconfdir=/etc/gnome && 8 8 make && 9 make install</ userinput></screen></para>9 make install</command></userinput></screen> 10 10 11 11 </sect2> -
gnome/add/applets/gnome-applets-intro.xml
r929ce00 ra6c25738 1 1 <sect2> 2 <title>Introduction to gnome-applets</title>2 <title>Introduction to <application>gnome-applets</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gnome-applets-download-http;"/> 5 Download location (FTP): <ulink url="&gnome-applets-download-ftp;"/> 6 Version used: &gnome-applets-version; 7 Package size: &gnome-applets-size; 8 Estimated Disk space required: &gnome-applets-buildsize; 9 Estimated build time: &gnome-applets-time;</screen> 4 <para>The <application>gnome-applets</application> package contains small applications which 5 generally run in the background and display their output to the gnome 6 panel.</para> 10 7 11 <para>The gnome-applets package contains small applications which 12 generally run in the background and display their output to the gnome panel.</para> 8 <sect3><title>Package information</title> 9 <itemizedlist spacing='compact'> 10 <listitem><para>Download (HTTP): <ulink 11 url="&gnome-applets-download-http;"/></para></listitem> 12 <listitem><para>Download (FTP): <ulink 13 url="&gnome-applets-download-ftp;"/></para></listitem> 14 <listitem><para>Download size: &gnome-applets-size;</para></listitem> 15 <listitem><para>Estimated Disk space required: 16 &gnome-applets-buildsize;</para></listitem> 17 <listitem><para>Estimated build time: 18 &gnome-applets-time;</para></listitem></itemizedlist> 19 </sect3> 20 21 <sect3><title><application>gnome-applets</application> dependencies</title> 22 <sect4><title>Required</title> 23 <para><xref linkend="gail"/>, <xref linkend="libgtop"/> and <xref 24 linkend="gnome-panel"/></para></sect4> 25 </sect3> 13 26 14 <screen>gnome-applets depends on:15 <xref linkend="gail"/>, <xref linkend="libgtop"/> and <xref linkend="gnome-panel"/></screen>16 27 17 28 </sect2> -
gnome/add/applets/gnome-applets.ent
r929ce00 ra6c25738 5 5 <!ENTITY gnome-applets-desc SYSTEM "gnome-applets-desc.xml"> 6 6 <!ENTITY gnome-applets-config SYSTEM "gnome-applets-config.xml"> 7 <!ENTITY gnome-applets-buildsize " 22.6 MB">8 <!ENTITY gnome-applets-version "2.2. 1">9 <!ENTITY gnome-applets-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/2.2/gnome-applets-2.2. 1.tar.bz2">10 <!ENTITY gnome-applets-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-applets/2.2/gnome-applets-2.2. 1.tar.bz2">11 <!ENTITY gnome-applets-size " 1.9MB">12 <!ENTITY gnome-applets-time " 2.76SBU">7 <!ENTITY gnome-applets-buildsize "62.6 MB"> 8 <!ENTITY gnome-applets-version "2.2.2"> 9 <!ENTITY gnome-applets-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/2.2/gnome-applets-2.2.2.tar.bz2"> 10 <!ENTITY gnome-applets-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-applets/2.2/gnome-applets-2.2.2.tar.bz2"> 11 <!ENTITY gnome-applets-size "2.4 MB"> 12 <!ENTITY gnome-applets-time "0.85 SBU"> -
gnome/add/monitor/gnome-system-monitor-desc.xml
r929ce00 ra6c25738 2 2 <title>Contents</title> 3 3 4 <para>The gnome-system-monitor package contains <userinput>gnome-system-monitor</userinput>.</para>4 <para>The <application>gnome-system-monitor</application> package contains <command>gnome-system-monitor</command>.</para> 5 5 6 6 </sect2> … … 9 9 10 10 <sect3><title>gnome-system-monitor</title> 11 <para> gnome-system-monitordisplays the process tree and hardware meters.</para></sect3>11 <para><command>gnome-system-monitor</command> displays the process tree and hardware meters.</para></sect3> 12 12 13 13 -
gnome/add/monitor/gnome-system-monitor-exp.xml
r929ce00 ra6c25738 2 2 <title>Command explanations</title> 3 3 4 <para>< userinput>--localstatedir=/var/lib</userinput> : This switch4 <para><command>--localstatedir=/var/lib</command> : This switch 5 5 puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename> 6 6 instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para> 7 7 8 <para>< userinput>--sysconfdir=/etc/gnome</userinput> : This switch puts8 <para><command>--sysconfdir=/etc/gnome</command> : This switch puts 9 9 configuration files in <filename>/etc/gnome</filename> instead of 10 10 <filename>$GNOME_PREFIX/etc</filename>.</para> -
gnome/add/monitor/gnome-system-monitor-inst.xml
r929ce00 ra6c25738 1 1 <sect2> 2 <title>Installation of gnome-system-monitor</title>2 <title>Installation of <application>gnome-system-monitor</application></title> 3 3 4 <para>Install gnome-system-monitorby running the following commands:</para>4 <para>Install <application>gnome-system-monitor</application> by running the following commands:</para> 5 5 6 < para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \ 7 7 --sysconfdir=/etc/gnome && 8 8 make && 9 make install</ userinput></screen></para>9 make install</command></userinput></screen> 10 10 11 11 <note><para>make install will need path access to <filename 12 12 class="directory">$GNOME_PREFIX/bin</filename>. If your 13 13 preinstallation changes were made only to the user account, you will 14 need to adjust your path prior to running < userinput>make15 install</ userinput>.</para></note>14 need to adjust your path prior to running <command>make 15 install</command>.</para></note> 16 16 17 17 </sect2> -
gnome/add/monitor/gnome-system-monitor-intro.xml
r929ce00 ra6c25738 1 1 <sect2> 2 <title>Introduction to gnome-system-monitor</title>2 <title>Introduction to <application>gnome-system-monitor</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&gnome-system-monitor-download-http;"/> 5 Download location (FTP): <ulink url="&gnome-system-monitor-download-ftp;"/> 6 Version used: &gnome-system-monitor-version; 7 Package size: &gnome-system-monitor-size; 8 Estimated Disk space required: &gnome-system-monitor-buildsize; 9 Estimated build time: &gnome-system-monitor-time;</screen> 10 11 <para>The gnome-system-monitor package contains procman, GNOME's 4 <para>The <application>gnome-system-monitor</application> package contains procman, GNOME's 12 5 replacement to gtop.</para> 13 6 14 <screen>gnome-system-monitor depends on: 15 <xref linkend="libgnomeui"/> and <xref linkend="startup-notification"/></screen> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&gnome-system-monitor-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&gnome-system-monitor-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &gnome-system-monitor-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &gnome-system-monitor-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: 17 &gnome-system-monitor-time;</para></listitem></itemizedlist> 18 </sect3> 19 20 <sect3><title><application>gnome-system-monitor</application> dependencies</title> 21 <sect4><title>Required</title> 22 <para><xref linkend="libgnomeui"/> and <xref linkend="startup-notification"/></para></sect4> 23 </sect3> 24 16 25 17 26 </sect2> -
gnome/add/monitor/gnome-system-monitor.ent
r929ce00 ra6c25738 5 5 <!ENTITY gnome-system-monitor-desc SYSTEM "gnome-system-monitor-desc.xml"> 6 6 <!ENTITY gnome-system-monitor-config SYSTEM "gnome-system-monitor-config.xml"> 7 <!ENTITY gnome-system-monitor-buildsize " 3.2MB">8 <!ENTITY gnome-system-monitor-version "2.0. 4">9 <!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.0/gnome-system-monitor-2.0. 4.tar.bz2">10 <!ENTITY gnome-system-monitor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.0/gnome-system-monitor-2.0. 4.tar.bz2">11 <!ENTITY gnome-system-monitor-size "5 12KB">12 <!ENTITY gnome-system-monitor-time "0. 30SBU">7 <!ENTITY gnome-system-monitor-buildsize "8.5 MB"> 8 <!ENTITY gnome-system-monitor-version "2.0.5"> 9 <!ENTITY gnome-system-monitor-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.0/gnome-system-monitor-2.0.5.tar.bz2"> 10 <!ENTITY gnome-system-monitor-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.0/gnome-system-monitor-2.0.5.tar.bz2"> 11 <!ENTITY gnome-system-monitor-size "520 KB"> 12 <!ENTITY gnome-system-monitor-time "0.12 SBU"> -
index.xml
r929ce00 ra6c25738 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003090 4">6 <!ENTITY releasedate "September 4th, 2003">5 <!ENTITY version "20030905"> 6 <!ENTITY releasedate "September 5th, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
r929ce00 ra6c25738 11 11 <itemizedlist> 12 12 13 <listitem><para>Septermber 4th, 2003 [larry]: gnome: updated to 13 <listitem><para>September 5th, 2003 [larry]: gnome: updated to 14 gnome-system-moniter-2.0.5 and gnome-applets-2.2.2.</para></listitem> 15 16 <listitem><para>September 4th, 2003 [larry]: gnome: updated to 14 17 control-center-2.2.2 and gnome-terminal-2.2.2.</para></listitem> 15 18
Note:
See TracChangeset
for help on using the changeset viewer.