Changeset a75063d4 for gnome


Ignore:
Timestamp:
09/27/2003 06:46:10 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f47226
Parents:
009b52f
Message:

seperating para and screen sections

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

Location:
gnome
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome-intro.xml

    r009b52f ra75063d4  
    2525
    2626<para>If you choose the second option, removal of GNOME-2.2 is as easy
    27 as removing the edits from the pre-installation page and issueing the following command:
    28 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para>
     27as removing the edits from the pre-installation page and issueing the
     28following command:</para>
     29<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen>
    2930
    3031<para>If your system was completely built per <acronym>LFS</acronym> and
  • gnome/lib/bonobo/bonobo-activation-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>bonobo-activation</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
    77--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    88make &amp;&amp;
    9 make install</command></userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/lib/intltool/intltool-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>intltool</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/lib-config.xml

    r009b52f ra75063d4  
    44
    55<para>Set an Environment variable to resolve the prefix destination.</para> 
    6 <para>If GNOME is your desktop of choice:
     6<para>If GNOME is your desktop of choice:</para>
    77<screen><userinput><command>export GNOME_PREFIX=/usr</command></userinput></screen>
    8 If you want to try-out GNOME:
    9 <screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen></para>
     8<para>If you want to try-out GNOME:</para>
     9<screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen>
    1010
    1111<para>The try-out group will also need to make all the following
  • gnome/lib/libidl/libidl-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>libIDL</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/linc/linc-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>linc</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/other/gdm/gdm-config.xml

    r009b52f ra75063d4  
    1717password    required    pam_unix.so
    1818session     required    pam_unix.so
    19 <command>EOF</command></userinput></screen>
    20 <screen><userinput><command>cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
     19<command>EOF
     20cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
    2121auth        required    pam_env.so
    2222auth        required    pam_nologin.so
     
    3030
    3131<para>To automate the running of <command>gdm</command>, use the following command to
    32 create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can be removed for GNOME_PREFIX=/usr:
     32create the init.d script if your
     33GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can
     34be removed for GNOME_PREFIX=/usr:</para>
    3335<screen><userinput><command>cat &gt; /etc/rc.d/init.d/gdm &lt;&lt; "EOF"</command>
    3436#!/bin/bash
     
    7274# End $rc_base/init.d/gdm
    7375<command>EOF
    74 chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen></para>
     76chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen>
    7577
    7678<para>Create the symbolic links to this file in the relevant
    7779<filename>rc.d</filename>
    78 directory with the following commands:
     80directory with the following commands:</para>
    7981<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    8082ln -sf ../init.d/gdm ../rc0.d/K05gdm &amp;&amp;
     
    8486ln -sf ../init.d/gdm ../rc4.d/K05gdm &amp;&amp;
    8587ln -sf ../init.d/gdm ../rc5.d/S95gdm &amp;&amp;
    86 ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen></para>
     88ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen>
    8789
    8890<para>To autostart with a graphical login, edit
    89 <filename>/etc/inittab</filename> so that the line reading
     91<filename>/etc/inittab</filename> so that the line reading</para>
    9092<screen>id:3:initdefault:</screen>
    91 is changed to
    92 <screen>id:5:initdefault:</screen></para>
     93<para>is changed to</para>
     94<screen>id:5:initdefault:</screen>
    9395
    9496</sect3>
  • gnome/otherlibs/gnome-print/gnome-print-inst.xml

    r009b52f ra75063d4  
    55interpret that <application>libxml</application>-&libxml-version; is
    66newer than <application>libxml</application>-1.8.8. This can be solved
    7 by building <filename>xmlConf.sh</filename> with this command:
     7by building <filename>xmlConf.sh</filename> with this command:</para>
    88<screen><userinput><command>cat &gt; /opt/gnome/lib/xmlConf.sh &lt;&lt; EOF</command>
    99XML_LIBDIR="-L/usr/lib"
     
    1111XML_INCLUDEDIR="-I/usr/include/gnome-xml"
    1212MODULE_VERSION=xml-&libxml-version;
    13 <command>EOF</command></userinput></screen></para>
     13<command>EOF</command></userinput></screen>
    1414
    1515<para>Install <application>gnome-print</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.