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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.