Changeset 3b269b9 for gnome/core


Ignore:
Timestamp:
10/10/2005 06:02:07 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.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:
0c4e116
Parents:
807b609
Message:

Updated core GNOME packages to the 2.12.1 release of GNOME. GNOME add-on packages are updated only to the release versions. The individual updates to the GNOME add-on packages will be accomplished individually. This is the first of 3 commits.

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

Location:
gnome/core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/config.xml

    r807b609 r3b269b9  
    1616  <title>Configuring the Core GNOME Packages</title>
    1717
    18   <para>Create (or append to) an <filename>.xinitrc</filename> file to start
     18  <para>Create (or append to) a <filename>~/.xinitrc</filename> file to start
    1919  <application>GNOME</application>:</para>
    2020
    2121<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
     22
     23  <para>If you have <xref linkend="dbus"/> installed, you can start the
     24  <application>D-BUS</application> session daemon here as well. Starting the
     25  session daemon here has the added bonus that it will exit when you log out
     26  of your <application>GNOME</application> session. If you wish to start the
     27  daemon here, use the following command instead of the one shown above:</para>
     28
     29<screen><userinput>echo "exec dbus-launch --sh-syntax --exit-with-session gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
     30
     31  <note>
     32    <para>Check the <filename>~/.xinitrc</filename> file and ensure you have
     33    no other window managers or other <application>X</application> applications
     34    starting before <application>GNOME</application>.</para>
     35  </note>
    2236
    2337  <para>Ensure all libraries can be found with (as
     
    3145<screen role='root'><userinput>update-desktop-database</userinput></screen>
    3246
    33   <!-- I'm not sure this is required in GNOME-2.10.1, as it all appears to work
    34 
    35   <para>There are reports of some panel icons not being displayed properly when
    36   using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
    37   <filename class='directory'>/usr</filename>. As the root user, add the
    38   following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
    39   correct the problem (ensure you substitute the correct path in the
    40   pixmap_path, if necessary):</para>
    41 
    42 <screen role='root'><userinput>cat &gt;&gt; $GNOME_PREFIX/share/gnome-panelrc &lt;&lt; "EOF"</userinput>
    43 <literal>
    44 pixmap_path "/opt/gnome-2.8/share/pixmaps"
    45 
    46 style "panel-icons"
    47 {
    48         stock ["panel-screenshot"] =    {{"gnome-screenshot.png"}}
    49         stock ["panel-gnome-logo"] =    {{"gnome-logo-icon-transparent.png"}}
    50         stock ["panel-cde"] =           {{"cdeappmenu.png"}}
    51         stock ["panel-launcher"] =      {{"launcher-program.png"}}
    52         stock ["panel-run"] =           {{"gnome-run.png"}}
    53         stock ["panel-drawer"] =        {{"panel-drawer.png"}}
    54         stock ["panel-main-menu"] =     {{"gnome-main-menu.png"}}
    55         stock ["panel-force-quit"] =    {{"panel-force-quit.png"}}
    56 }
    57 
    58 class "GtkWidget" style "panel-icons"
    59 </literal>
    60 <userinput>EOF</userinput></screen>
    61 
    62   -->
    63 
    6447  <para>At this point you can bring up <application>GNOME</application> with
    6548  <command>startx</command>.</para>
  • gnome/core/core.xml

    r807b609 r3b269b9  
    3939  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-themes.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="scrollkeeper.xml"/>
     41  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-doc-utils.xml"/>
    4142  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-desktop.xml"/>
    4243  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-backgrounds.xml"/>
     
    5152  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="eel.xml"/>
    5253  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="nautilus.xml"/>
    53   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-doc-utils.xml"/>
    54   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/>
    5554  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="yelp.xml"/>
    5655  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="control-center.xml"/>
  • gnome/core/pre-install-config.xml

    r807b609 r3b269b9  
    2323
    2424  <para>If you want to try-out <application>GNOME</application>, or install
    25   it in an easy to remove location:</para>
     25  it in an easy-to-remove location:</para>
    2626
    2727<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;</userinput></screen>
     
    2929  <para>Remember to execute <command>ldconfig</command> as the
    3030  <systemitem class='username'>root</systemitem> user after installation of
    31   libraries to update the library cache.</para>
     31  libraries to update the linker's library cache.</para>
    3232
    3333  <para>The try-out group will also need to make all the following
Note: See TracChangeset for help on using the changeset viewer.