Changeset cf7ffff


Ignore:
Timestamp:
08/25/2014 01:24:08 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
ef5eb8e
Parents:
a22ed6c6
Message:

Check window managers.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14061 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/rep-gtk.xml

    ra22ed6c6 rcf7ffff  
    3838    Both can be installed, if needed. </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/librep.xml

    ra22ed6c6 rcf7ffff  
    3434    interpreter as an extension language.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787  </sect2>
    8888
    89   <sect2 role="commands">
    90     <title>Command Explanations</title>
    91 
    92     <para><option>- -libexecdir=/usr/lib</option>: This option installs
    93     the package's private programs to <filename
    94     class="directory">/usr/lib/rep</filename> instead of <filename
    95     class="directory">/usr/libexec/rep</filename> in accordance
    96     with the old version of the FHS used before LFS-7.5.</para>
    97 
    98   </sect2>
    99 
    10089  <sect2 role="content">
    10190    <title>Contents</title>
  • general/prog/pyxdg.xml

    ra22ed6c6 rcf7ffff  
    3131      </para>
    3232
    33       &lfs75_checked;
     33      &lfs76_checked;
    3434
    3535      <bridgehead renderas="sect4">Package Information</bridgehead>
  • x/lib/gtk-engines.xml

    ra22ed6c6 rcf7ffff  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/wm/fluxbox.xml

    ra22ed6c6 rcf7ffff  
    3434    manager.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/wm/icewm.xml

    ra22ed6c6 rcf7ffff  
    3636    speed, simplicity, and not getting in the user&apos;s way.</para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/wm/openbox.xml

    ra22ed6c6 rcf7ffff  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9292    <title>Installation of Openbox</title>
    9393
    94     <note><para>If XORG_PREFIX is not <filename class='directory'>/usr</filename>,
    95     tell <command>gcc</command> about it:</para>
    96 
    97     <screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
    98     </note>
    99 
    10094    <para>
    10195      Install <application>Openbox</application> by running the following
     
    232226      </para>
    233227
    234 <screen role="user"><userinput>echo openbox &gt; ~/.xinitrc</userinput></screen>
     228<screen role="user"><userinput>echo "exec openbox-session" &gt; ~/.xinitrc</userinput></screen>
    235229
    236230      <para>
     
    242236<screen role="user"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    243237<literal>display -backdrop -window root /path/to/beautiful/picture.jpeg
    244 exec openbox</literal>
     238exec openbox-session</literal>
    245239EOF</userinput></screen>
    246240
     
    258252# display the chosen picture:
    259253display -backdrop -window root "${picture_list[${random_number}]}"
    260 exec openbox</literal>
     254exec openbox-session</literal>
    261255EOF</userinput></screen>
    262256
     
    277271eval $(dbus-launch --auto-syntax --exit-with-session)
    278272lxpanel &amp;
    279 exec openbox</literal>
     273exec openbox-session</literal>
    280274EOF</userinput></screen>
    281275    </sect3>
  • x/wm/sawfish.xml

    ra22ed6c6 rcf7ffff  
    3535    controlled through the extension language.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8484    commands:</para>
    8585
    86 <screen><userinput>./configure --prefix=/usr --with-pango  &amp;&amp;
     86<screen><userinput>./configure --prefix=/usr --with-pango &amp;&amp;
    8787make</userinput></screen>
    8888
Note: See TracChangeset for help on using the changeset viewer.