Changeset 70eab9cd


Ignore:
Timestamp:
10/28/2014 05:41:12 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
dbdc2d7
Parents:
b178376
Message:

Some minor fixes to wm section, finishing the Xorg section entirely.

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

Location:
x
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk2-systemd.xml

    rb178376 r70eab9cd  
    3434      web rendering engine <application>WebKit</application> to the
    3535      <application>GTK+ 3</application> and <application>GTK+ 2</application>
    36       platform.
     36      platforms.
    3737    </para>
    3838
  • x/wm/openbox.xml

    rb178376 r70eab9cd  
    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

    rb178376 r70eab9cd  
    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.