Changeset 30364533 for gnome/platform


Ignore:
Timestamp:
05/18/2021 04:16:45 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e3c9e953
Parents:
9223e98
Message:

gnome-shell [sysv]: fix failure to start an xwayland app

File:
1 edited

Legend:

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

    r9223e98 r30364533  
    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">
Note: See TracChangeset for help on using the changeset viewer.