Changeset b2287935


Ignore:
Timestamp:
01/30/2007 05:25:21 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
99c190b
Parents:
9b26734
Message:

Set libxfce4util sysconfdir. Closes #2227

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9b26734 rb2287935  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     6<!ENTITY day          "29">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • introduction/welcome/changelog.xml

    r9b26734 rb2287935  
    4343
    4444    <listitem>
     45      <para>January 29th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Set the sysconfdir for libxfce4util, fixing
     49          ticket #2227.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>January 28th, 2007</para>
    4656      <itemizedlist>
  • x/wm/xfce.xml

    r9b26734 rb2287935  
    124124    </itemizedlist>
    125125
    126     <para>Install <application>libxfce4util</application>, <application>dbh</application>,
    127     <application>libxfcegui4</application>, <application>libxfce4mcs</application>,
    128     <application>xfce-mcs-manager</application>, and <application>xfwm4</application>
    129     by issuing the following commands:</para>
    130 
    131 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    132 make</userinput></screen>
    133 
    134     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    135 
    136 <screen role="root"><userinput>make install</userinput></screen>
    137 
    138     <para><application>xfce4-panel</application>, <application>xfdesktop</application>
    139     and <application>xfce-utils</application> require a parameter so that the
    140     configuration files are installed in
    141     <filename class='directory'>/etc/xdg</filename>. Configure them by issuing the
    142     following commands:</para>
     126    <para>Install the minimum applications by issuing the following
     127    commands:</para>
    143128
    144129<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    203188    </itemizedlist>
    204189
    205     <para>Configure all but the <application>xfce4-session</application> package
    206     using the following commands:</para>
    207 
    208 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    209 make</userinput></screen>
    210 
    211     <para><application>xfce4-session</application> requires the following
     190    <para>Install the remaining applications using the following
    212191    commands:</para>
    213192
     
    233212  </sect2>
    234213
     214  <sect2 role="commands">
     215    <title>Command Explanations</title>
     216
     217    <para><parameter>--sysconfdir=/etc</parameter>:
     218    <application>libxfce4util</application>,
     219    <application>xfce4-panel</application>,
     220    <application>xfdesktop</application>,
     221    <application>xfce-utils</application> and
     222    <application>xfce4-session</application> require this parameter
     223    because the path is built into the library or they install
     224    configuration files in <filename class="directory">/etc/xdg</filename>.</para>
     225
     226    <para><parameter>--libexecdir=/usr/lib/xfce4</parameter>:
     227    <application>xfce4-session</application> requires this parameter to
     228    install some utility programs to the correct location.</para>
     229
     230  </sect2>
     231
    235232  <sect2 role="configuration">
    236233    <title>Configuring XFce</title>
     
    239236      <title>Configuration Information</title>
    240237
    241       <para><application>XFCE</application> will look for the theme index from
     238      <para><application>XFce</application> will look for the theme index from
    242239      <xref linkend="hicolor-icon-theme"/> at run-time. Ensure you install the
    243       package before launching <application>XFCE</application>.</para>
     240      package before launching <application>XFce</application>.</para>
    244241
    245242      <para>Issue the command below to create an <filename>.xinitrc</filename>
    246243      file which will automatically run the appropriate
    247       <application>XFCE</application> programs when the
     244      <application>XFce</application> programs when the
    248245      <application>X</application> Window system is launched. Be sure to backup
    249246      your existing <filename>.xinitrc</filename> file before
Note: See TracChangeset for help on using the changeset viewer.