<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - building from source for gtk3 sets dependency on wayland, resulting binary crashes Xorg"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141762">141762</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>building from source for gtk3 sets dependency on wayland, resulting binary crashes Xorg
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.1.2.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Installation
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>yury.tarasievich@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I tried to build 7.1.2.2 from source on my non-wayland linux system. 

As it happens, the build includes non-optional dependency on wayland in its
binaries. After build completion, I tried to run soffice, and my Xorg blanked
the screen and after several mode changes (visible by display's status popups)
stopped responding at all.

(Same problem exists on my system with AppImage of 7.1.2.2 as downloaded from
libreoffice.org).

Expected result: build that doesn't hardwire wayland requirements, which is the
root of the problem, by my guess.

Part of ' ldd -r libvclplug_gtk3lo.so |sort ' output:
        libwayland-client.so.0 => /usr/lib64/libwayland-client.so.0
(0x00007eff4b2f3000)
        libwayland-cursor.so.0 => /usr/lib64/libwayland-cursor.so.0
(0x00007eff4b2e9000)
        libwayland-egl.so.1 => /usr/lib64/libwayland-egl.so.1
(0x00007eff4b2e4000)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>