Changeset 15a1fed9 for gnome


Ignore:
Timestamp:
05/10/2005 08:39:26 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b3c19135
Parents:
48c17bf2
Message:

Begin GNOME-2.10.1 updates; increment bootscripts version to include Igor's changes to MySQL

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

Location:
gnome
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/config.xml

    r48c17bf2 r15a1fed9  
    77
    88<sect1 id="gnome-config">
    9 <sect1info>
    10 <othername>$LastChangedBy$</othername>
    11 <date>$Date$</date>
    12 </sect1info>
    13 <?dbhtml filename="config.html"?>
    14 <title>Configuring the core GNOME packages</title>
    159
     10  <sect1info>
     11    <othername>$LastChangedBy$</othername>
     12    <date>$Date$</date>
     13  </sect1info>
    1614
    17 <para>Create (or append to) an <filename>.xinitrc</filename> file to start
    18 <application><acronym>GNOME</acronym></application>:</para>
     15  <?dbhtml filename="config.html"?>
     16  <title>Configuring the core GNOME packages</title>
    1917
    20 <screen><userinput><command>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</command></userinput></screen>
     18  <para>Create (or append to) an <filename>.xinitrc</filename> file to start
     19  <application>GNOME</application>:</para>
    2120
    22 <para>Ensure all libraries can be found with (as root):</para>
     21<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
    2322
    24 <screen><userinput><command>ldconfig</command></userinput></screen>
     23  <para>Ensure all libraries can be found with (as root):</para>
    2524
    26 <para>Update the <acronym>MIME</acronym>-type application database
    27 (as root):</para>
     25<screen role='root'><userinput>ldconfig</userinput></screen>
    2826
    29 <screen><userinput><command>update-desktop-database</command></userinput></screen>
     27  <para>Update the <acronym>MIME</acronym>-type application database
     28  (as root):</para>
    3029
    31 <para>There are reports of some panel icons not being displayed properly when
    32 using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
    33 <filename class='directory'>/usr</filename>. As the root user, add the
    34 following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
    35 correct the problem (ensure you substitute the correct path in the
    36 pixmap_path, if necessary):</para>
     30<screen role='root'><userinput>update-desktop-database</userinput></screen>
    3731
    38 <screen><userinput role='root'><command>cat &gt;&gt; $GNOME_PREFIX/share/gnome-panelrc &lt;&lt; "EOF"</command>
     32  <!-- I'm not sure this is required in GNOME-2.10.1, as it all appears to work
    3933
     34  <para>There are reports of some panel icons not being displayed properly when
     35  using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
     36  <filename class='directory'>/usr</filename>. As the root user, add the
     37  following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
     38  correct the problem (ensure you substitute the correct path in the
     39  pixmap_path, if necessary):</para>
     40
     41<screen role='root'><userinput>cat &gt;&gt; $GNOME_PREFIX/share/gnome-panelrc &lt;&lt; "EOF"</userinput>
     42<literal>
    4043pixmap_path "/opt/gnome-2.8/share/pixmaps"
    4144
     
    5356
    5457class "GtkWidget" style "panel-icons"
     58</literal>
     59<userinput>EOF</userinput></screen>
    5560
    56 <command>EOF</command></userinput></screen>
    57 
    58 <para>At this point you can bring up
    59 <application><acronym>GNOME</acronym></application> with
    60 <command>startx</command>.</para>
     61  -->
     62  <para>At this point you can bring up <application>GNOME</application> with
     63  <command>startx</command>.</para>
    6164
    6265</sect1>
  • gnome/core/pre-install-config.xml

    r48c17bf2 r15a1fed9  
    77
    88<sect1 id="gnome-pre-install-config">
    9 <sect1info>
    10 <othername>$LastChangedBy$</othername>
    11 <date>$Date$</date>
    12 </sect1info>
    13 <?dbhtml filename="pre-install-config.html"?>
    14 <title>Pre-installation configuration</title>
    159
    16 <para>Set an environment variable to resolve the prefix destination.</para>
     10  <sect1info>
     11    <othername>$LastChangedBy$</othername>
     12    <date>$Date$</date>
     13  </sect1info>
    1714
    18 <para>If <application><acronym>GNOME</acronym></application> is your desktop
    19 of choice:</para>
     15  <?dbhtml filename="pre-install-config.html"?>
     16  <title>Pre-installation configuration</title>
    2017
    21 <screen><userinput><command>export GNOME_PREFIX=/usr</command></userinput></screen>
     18  <para>Set an environment variable to resolve the prefix destination.</para>
    2219
    23 <para>If you want to try-out
    24 <application><acronym>GNOME</acronym></application>:</para>
     20  <para>If <application><acronym>GNOME</acronym></application> is your desktop
     21  of choice:</para>
    2522
    26 <screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen>
     23<screen><userinput>export GNOME_PREFIX=/usr</userinput></screen>
    2724
    28 <para>Remember to execute <command>ldconfig</command> after installation of libraries to
    29 update the library cache.</para>
     25  <para>If you want to try-out <application>GNOME</application>, or install
     26  it in an easy to remove location:</para>
    3027
    31 <para>The try-out group will also need to make all the following
    32 configuration changes:</para>
     28<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;</userinput></screen>
    3329
    34 <para>Add to your system or personal profile:</para>
     30  <para>Remember to execute <command>ldconfig</command> as the
     31  <systemitem class='username'>root</systemitem> user after installation of
     32  libraries to update the library cache.</para>
    3533
    36 <screen><userinput><command>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
     34  <para>The try-out group will also need to make all the following
     35  configuration changes:</para>
     36
     37  <para>Add to your system or personal profile:</para>
     38
     39<screen><literal>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
    3740export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;/lib/pkgconfig
    38 export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;/lib</command></userinput></screen>
     41export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome-&gnome-version;/lib</literal></screen>
    3942
    40 <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
     43  <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
    4144
    42 <screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
    43 # Begin gnome addition to /etc/ld.so.conf
     45<screen role='root'><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</userinput>
     46<literal># Begin gnome addition to /etc/ld.so.conf
    4447
    4548/opt/gnome-&gnome-version;/lib
    4649
    47 # End gnome addition
    48 <command>EOF</command></userinput></screen>
     50# End gnome addition</literal>
     51<userinput>EOF</userinput></screen>
    4952
    50 <para>Add to your <filename>/etc/man.conf</filename>:</para>
     53  <para>Add to your <filename>/etc/man.conf</filename>:</para>
    5154
    52 <screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
    53 # Begin gnome addition to man.conf
     55<screen role='root'><userinput>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</userinput>
     56<literal># Begin gnome addition to man.conf
    5457
    5558MANPATH /opt/gnome-&gnome-version;/man
    5659
    57 # End gnome addition to man.conf
    58 <command>EOF</command></userinput></screen>
     60# End gnome addition to man.conf</literal>
     61<userinput>EOF</userinput></screen>
    5962
    6063</sect1>
  • gnome/gnome-intro.xml

    r48c17bf2 r15a1fed9  
    77
    88<partintro>
    9 <title>Introduction to <application><acronym>GNOME</acronym></application></title>
     9  <title>Introduction to GNOME</title>
    1010
    11 <para>This chapter presents the instructions to install a complete
    12 <application><acronym>GNOME</acronym></application>-&gnome-version; desktop
    13 environment and a limited
    14 <application><acronym>GNOME</acronym></application> 1.4 library environment that is
    15 sufficient to run <application><acronym>GNOME</acronym></application> 1.4 applications included in this book. The
    16 order of the pages follow the build order defined by the
    17 GNOME development team as published in the <ulink
    18 url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>.</para>
     11  <para>This chapter presents the instructions to install a complete
     12  <application>GNOME</application>-&gnome-version;&gnome-minor-version;
     13  desktop environment and a limited <application>GNOME</application> 1.4
     14  library environment that is sufficient to run
     15  <application>GNOME</application> 1.4 applications included in this book.
     16  The order of the pages follow the build order defined by the
     17  <application>GNOME</application> development team as published in previous
     18  versions of the <ulink
     19  url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">
     20  release notes</ulink>. Note that the development team did not publish a
     21  build order for the &gnome-version;&gnome-minor-version; release.</para>
    1922
    20 <para>The installation of <application><acronym>GNOME</acronym></application>-&gnome-version; is a large undertaking and one we would
    21 like to see you complete with the least amount of stress. One
    22 of the first goals in this installation is to protect your previously
    23 installed software, especially if you are testing
    24 <application><acronym>GNOME</acronym></application> on your machine.
    25 <application><acronym>GNOME</acronym></application>-&gnome-version;
    26 packages utilize the <parameter>--prefix=option</parameter> for
    27 <command>configure</command>, so you will
    28 use that and an environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to
    29 the installation.</para>
     23  <para>The installation of
     24  <application>GNOME</application>-&gnome-version;&gnome-minor-version;
     25  is a large undertaking and one we would like to see you complete with the
     26  least amount of stress. One of the first goals in this installation is to
     27  protect your previously installed software, especially if you are testing
     28  <application>GNOME</application> on your machine.
     29  <application>GNOME</application>-&gnome-version; packages utilize the
     30  <parameter>--prefix=option</parameter> passed to
     31  <command>configure</command>, so you will use that and an environment
     32  variable (<envar>GNOME_PREFIX</envar>) to add flexibility to the
     33  installation.</para>
    3034
    31 <para>To install
    32 <application><acronym>GNOME</acronym></application> as a desktop
    33 alternative, it is recommended that
    34 you install with <parameter>--prefix=/usr</parameter>. If you are not sure that you are going
    35 to keep the <application><acronym>GNOME</acronym></application> installation, you may install with
    36 <parameter>--prefix=/opt/gnome-&gnome-version;</parameter>.  Setting the
    37 environment variable and the
    38 additional edits required by the second option are covered on the
    39 pre-installation page. Since
    40 <application><acronym>GNOME</acronym></application> has matured,
    41 installing with <parameter>--prefix=/usr</parameter> is the preferable approach.</para>
     35  <para>To install <application>GNOME</application> as your desktop of choice,
     36  it is recommended that you install using
     37  <parameter>--prefix=/usr</parameter>. If you are not sure that you are going
     38  to keep the <application>GNOME</application> installation, or you think you
     39  will update to the newest releases as they become available, you should
     40  install with <parameter>--prefix=/opt/gnome-&gnome-version;</parameter>.
     41  Setting the environment variable and the additional edits required by the
     42  second option are covered on the pre-installation page.</para>
    4243
    43 <para>If you choose the second option, removal of
    44 <application><acronym>GNOME</acronym></application>-&gnome-version; is as easy
    45 as removing the edits from the pre-installation page and issuing the
    46 following command:</para>
    47 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen>
     44  <para>If you choose the second option, removal of
     45  <application>GNOME</application>-&gnome-version;&gnome-minor-version; is as
     46  easy as removing the edits from the pre-installation page and issuing the
     47  following command:</para>
    4848
    49 <para>If your system was completely built per <acronym>LFS</acronym> and
    50 <acronym>BLFS</acronym>
    51 instructions, you have a very good chance of using
    52 <application><acronym>GNOME</acronym></application>-&gnome-version;
    53 after your first install.  If you are a typical <acronym>LFS</acronym> user, you have made
    54 modifications to the instructions along the way knowing that you have to
    55 take those modifications into account on future installations.  You
    56 should have no problems integrating
    57 <application><acronym>GNOME</acronym></application>-&gnome-version; into your unique setup, but
    58 you will have to install 28 to 33 packages before you can run
    59 <application><acronym>GNOME</acronym></application>
    60 through any testing (assuming your window manager is preinstalled and
    61 tested). You should anticipate that you will be rebuilding
    62 <application><acronym>GNOME</acronym></application> at least
    63 once to make adjustments for your setup.</para>
     49<screen><userinput>rm -rf /opt/gnome-&gnome-version; </userinput></screen>
    6450
    65 <para>If you are building a
    66 <application><acronym>GNOME</acronym></application> 1.4 desktop environment, you would
    67 install only those libraries in the
    68 <application><acronym>GNOME</acronym></application> 1.4 chapter
    69 <emphasis>and</emphasis> any dependencies listed on those pages, whether
    70 labeled or not. <application><acronym>GNOME</acronym></application> packages without pages are simply installed with:
    71 <screen><command>./configure --prefix=/opt/gnome &amp;&amp;
    72 make &amp;&amp;
    73 make install</command></screen>
    74 These instructions are simplistic to facilitate removal of
    75 <application><acronym>GNOME</acronym></application> 1.4
    76 from <acronym>BLFS</acronym> systems when it is no longer necessary.  These instructions
    77 may be refined later to comply with <acronym>BLFS</acronym> standards for file locations,
    78 specifically <filename class='directory'>/opt/gnome/etc</filename> to
    79 <filename class='directory'>/etc</filename> and <filename
    80 class='directory'>/opt/gnome/var</filename> to
    81 <filename class='directory'>/var</filename>.  You should consider using
    82 the <application><acronym>GNOME</acronym></application> 1.4 hint
    83 located at <ulink url="http://www.linuxfromscratch.org/hints/"/> if you
    84 have no interest in <application><acronym>GNOME</acronym></application>-&gnome-version;.</para>
     51  <para>If your system was completely built per LFS and BLFS instructions,
     52  you have a very good chance of using
     53  <application>GNOME</application>-&gnome-version;&gnome-minor-version; after
     54  your first installation. If you are a typical LFS user, you have made
     55  modifications to the instructions along the way knowing that you have to
     56  take those modifications into account on future installations. You should
     57  have no problems integrating
     58  <application>GNOME</application>-&gnome-version;&gnome-minor-version; into
     59  your unique setup, but you will have to install almost 50 packages before
     60  you can run <application>GNOME</application> through any testing (assuming
     61  your window manager is preinstalled and tested). You should anticipate that
     62  you will be rebuilding <application>GNOME</application> at least once to
     63  make adjustments for your setup.</para>
    8564
    86 <!--
    87 <para><application><acronym>GNOME</acronym></application>-&gnome-version; dependencies</para>
    88 <para>Required</para>
    89 <para>
    90 <xref linkend="gtk2"/> and
    91 <xref linkend="popt"/>
    92 </para>
    93 <para>Optional</para>
    94 <para>
    95 <xref linkend="libxml2"/>,
    96 <xref linkend="libxslt"/>,
    97 <xref linkend="DocBook"/>,
    98 <xref linkend="docbook-xsl"/> and
    99 <xref linkend="fam"/>
    100 </para>
    101 -->
     65  <para>If you are building a <application>GNOME</application> 1.4 desktop
     66  environment, you would install only those libraries in the
     67  <application>GNOME</application> 1.4 chapter <emphasis>and</emphasis> any
     68  dependencies listed on those pages, whether labeled or not.
     69  <application>GNOME</application> packages without pages are simply
     70  installed with:</para>
     71
     72<screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
     73make</userinput></screen>
     74
     75  <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
     76
     77<screen role='root'><userinput>make install</userinput></screen>
     78
     79  <para>These instructions are simplistic to facilitate removal of
     80  <application>GNOME</application> 1.4 from BLFS systems when it is no longer
     81  necessary. These instructions may be refined later to comply with BLFS
     82  standards for file locations, specifically
     83  <filename class='directory'>/opt/gnome/etc</filename> to
     84  <filename class='directory'>/etc</filename> and
     85  <filename class='directory'>/opt/gnome/var</filename> to
     86  <filename class='directory'>/var</filename>. You should consider using
     87  the <application>GNOME</application> 1.4 hint located at
     88  <ulink url="http://www.linuxfromscratch.org/hints/"/> if you have no
     89  interest in
     90  <application>GNOME</application>-&gnome-version;&gnome-minor-version;.</para>
    10291
    10392</partintro>
Note: See TracChangeset for help on using the changeset viewer.