Changeset 2b60acc


Ignore:
Timestamp:
09/12/2009 01:27:03 AM (15 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
6863995f
Parents:
c65f0c0
Message:

Updated gnome-menus-2.26.2 instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-menus.xml

    rc65f0c0 r2b60acc  
    125125        <para>So that <application>GNOME</application> can find the desktop
    126126        configuration files, ensure you set the <envar>XDG_CONFIG_DIRS</envar>
    127         environment variable in the system profile, or in individual user's
    128         profiles as shown below (you may add additional directories, separated
    129         with colons, if desired):</para>
    130 
    131 <screen role='root'><userinput>cat &gt;&gt; /etc/skel/.bash_profile &lt;&lt; "EOF"
    132 <literal>export XDG_CONFIG_DIRS=&gnome-etc-dir;/xdg:/etc/xdg</literal>
    133 EOF</userinput></screen>
     127        environment variable in the individual user's profiles, or in the system
     128        profile (use this option if you will be running
     129        <application>GDM</application>) as shown below (you may add additional
     130        directories, separated with colons, if desired):</para>
     131
     132<screen role='root'><userinput>echo "export XDG_CONFIG_DIRS=&gnome-etc-dir;/xdg" \
     133&gt; /etc/profile.d/gnome.sh</userinput></screen>
    134134
    135135      </sect4>
     
    140140        <para>So that <application>GNOME</application> can find the data
    141141        to populate the menus, ensure you set the <envar>XDG_DATA_DIRS</envar>
    142         environment variable in the system profile, or in individual user's
    143         profiles as shown below (you may add additional directories, separated
     142        environment variable in the individual user's profiles, or in the system
     143        profile as shown below (you may add additional directories, separated
    144144        with colons, if desired):</para>
    145145
    146 <screen role='root'><userinput>cat &gt;&gt; /etc/skel/.bash_profile &lt;&lt; "EOF"
    147 <literal>export XDG_DATA_DIRS=$GNOME_PREFIX/share:/usr/share</literal>
    148 EOF</userinput></screen>
     146<screen role='root'><userinput>echo "export XDG_DATA_DIRS=$GNOME_PREFIX/share:\
     147/usr/share:/usr/local/share" &gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
    149148
    150149      </sect4>
     
    153152        <title>PYTHONPATH Variable</title>
    154153
    155         <para>If your GNOME-2 installation prefix is anything other than
    156         <filename class='directory'>/usr</filename> and you have
    157         <application>Python</application> installed, you need to update the
     154        <para>If your <application>GNOME</application> installation prefix is
     155        anything other than <filename class='directory'>/usr</filename> and you
     156        have <application>Python</application> installed, you need to update the
    158157        <envar>PYTHONPATH</envar> environment variable so that the
    159158        <filename>gmenu</filename> module can be located by
     
    161160        profile, or in individual user's profiles as shown below:</para>
    162161
    163 <screen role='root'><userinput>cat &gt;&gt; /etc/skel/.bash_profile &lt;&lt; "EOF"
    164 <literal>export PYTHONPATH=$PYTHONPATH:$(pkg-config --variable=prefix \
    165        ORBit-2.0)/lib/python&python-majorver;/site-packages:$(pkg-config \
    166        --variable=prefix \
    167        ORBit-2.0)/lib/python&python-majorver;/site-packages/GMenuSimpleEditor</literal>
    168 EOF</userinput></screen>
     162<screen role='root'><userinput>echo "export PYTHONPATH=\$PYTHONPATH:$(pkg-config \
     163--variable=prefix ORBit-2.0)/lib/python2.6/site-packages:$(pkg-config \
     164--variable=prefix ORBit-2.0)/lib/python2.6/site-packages/GMenuSimpleEditor" \
     165&gt;&gt; /etc/profile.d/gnome.sh</userinput></screen>
    169166
    170167      </sect4>
  • introduction/welcome/changelog.xml

    rc65f0c0 r2b60acc  
    4242-->
    4343    <listitem>
     44      <para>September 12th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[wblaszcz] - Updated gnome-menus-2.26.2 instructions.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>September 8th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.