Changeset cf7ffff for x/wm


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

Location:
x/wm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • 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.