Changes in / [5e479452:e3c9e953]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    r5e479452 re3c9e953  
    6868        <para>
    6969          Estimated build time: &gnome-shell-time;
     70        </para>
     71      </listitem>
     72    </itemizedlist>
     73
     74    <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact" revision="sysv">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch"/>
    7080        </para>
    7181      </listitem>
     
    132142    </para>
    133143
    134 <screen revision="sysv"><userinput>mkdir build &amp;&amp;
     144<screen revision="sysv"><userinput>patch -Np1 -i ../gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch &amp;&amp;
     145
     146mkdir build &amp;&amp;
    135147cd    build &amp;&amp;
    136148
     
    160172  <sect2 role="commands">
    161173    <title>Command Explanations</title>
     174
     175    <para revision="sysv">
     176      <command>patch ...</command>: This patch fixes a bug when trying to
     177      start an xwayland application on non systemd.
     178    </para>
    162179
    163180    <para revision="sysv">
  • introduction/welcome/changelog.xml

    r5e479452 re3c9e953  
    4545      <para>May 18th, 2021</para>
    4646      <itemizedlist>
     47        <listitem revision="sysv">
     48          <para>[pierre] - gnome-shell: add a patch to fix a failure to start
     49          xwayland applications on non systemd.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[ken] - in Linux-PAM do not move libs to /lib.</para>
     53        </listitem>
    4754        <listitem>
    4855          <para>[bdubbs] - Update to pango-1.48.5. Fixes
  • postlfs/security/linux-pam.xml

    r5e479452 re3c9e953  
    172172    </para>
    173173
    174 <screen><userinput>./configure --prefix=/usr                    \
    175             --sysconfdir=/etc                \
    176             --libdir=/usr/lib                \
    177             --enable-securedir=/lib/security \
     174<screen><userinput>./configure --prefix=/usr                        \
     175            --sysconfdir=/etc                     \
     176            --libdir=/usr/lib                      \
     177            --enable-securedir=/usr/lib/security    \
    178178            --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; &amp;&amp;
    179179make</userinput></screen>
     
    240240
    241241<screen role="root"><userinput>make install &amp;&amp;
    242 chmod -v 4755 /sbin/unix_chkpwd &amp;&amp;
    243 
    244 for file in pam pam_misc pamc
    245 do
    246   mv -v /usr/lib/lib${file}.so.* /lib &amp;&amp;
    247   ln -sfv ../../lib/$(readlink /usr/lib/lib${file}.so) /usr/lib/lib${file}.so
    248 done</userinput></screen>
     242chmod -v 4755 /usr/sbin/unix_chkpwd</userinput></screen>
    249243
    250244  </sect2>
     
    254248
    255249    <para>
    256       <parameter>--enable-securedir=/lib/security</parameter>:
     250      <parameter>--enable-securedir=/usr/lib/security</parameter>:
    257251      This switch sets the installation location for the
    258252      <application>PAM</application> modules.
     
    271265
    272266    <para>
    273       <command>chmod -v 4755 /sbin/unix_chkpwd</command>:
     267      <command>chmod -v 4755 /usr/sbin/unix_chkpwd</command>:
    274268      The <command>unix_chkpwd</command> helper program must be setuid
    275269      so that non-<systemitem class="username">root</systemitem>
Note: See TracChangeset for help on using the changeset viewer.