Ignore:
Timestamp:
09/25/2016 05:40:14 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fc8b669
Parents:
d5dfe50
Message:

Removed startx change in xinit for systemd builds

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xinit.xml

    rd5dfe50 r0d8e5a10  
    8181    <title>Installation of xinit</title>
    8282
    83     <para>First, modify <command>startx</command>, hence the X session starts on
    84     the first unused virtual terminal, which normally is vt7:</para>
     83    <para revision='sysv'>First, modify <command>startx</command>, hence the X
     84    session starts on the first unused virtual terminal, which normally is
     85    vt7:</para>
    8586    <!--Apparently, this should not be done for systemd systems-->
    8687
    87 <screen><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' \
     88<screen revision='sysv'><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' \
    8889    -i startx.cpp</userinput></screen>
    8990
    90     <note>
     91    <note revision='sysv'>
    9192      <para>
    9293        If you have already installed this package without the sed above, there
     
    9596        class="username">root</systemitem> user:
    9697        <command>sed -i '/$serverargs $vtarg/ s/serverargs/: #&amp;/'
    97         /usr/bin/startx</command>
     98        $XORG_PREFIX/bin/startx</command>
    9899      </para>
    99100    </note>
     
    102103    following commands:</para>
    103104
    104 <screen><userinput>./configure $XORG_CONFIG \
    105             --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
     105<screen><userinput>./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
    106106make</userinput></screen>
    107107
Note: See TracChangeset for help on using the changeset viewer.