<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice does not start on wayland without an Xwayland DISPLAY running"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121275#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice does not start on wayland without an Xwayland DISPLAY running"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121275">bug 121275</a>
              from <span class="vcard"><a class="email" href="mailto:greg@unrelenting.technology" title="Greg V <greg@unrelenting.technology>"> <span class="fn">Greg V</span></a>
</span></b>
        <pre>(In reply to Caolán McNamara from <a href="show_bug.cgi?id=121275#c1">comment #1</a>)
<span class="quote">> It might be the splashscreen thing, which is still in X, does launching from
> the command line like...

> libreoffice --nologo

> work ?</span >

I have tested nologo (forgot to mention), it does not help.

Though the instant quit probably meant LO was already open, so these results
were not right.

Actually what's happening when DISPLAY is not set and there's no existing LO
session is that two processes are both waiting on a mutex forever (umtx ~=
futex):

  538: pwrite(5,"<item oor:path="/org.openoffice."...,65541,0x13d5ef) = 65541
(0x10005)
  538: pwrite(5,"Position" oor:op="fuse"><value>1"...,55277,0x14d5f4) = 55277
(0xd7ed)
  538: close(5)                                  = 0 (0x0)
  538:
rename("/home/greg/.config/libreoffice/4/user/Uxl7Ia","/home/greg/.config/libreoffice/4/user/registrymodifications.xcu")
= 0 (0x0)
  538: <thread 101507 exited>
  527: _umtx_op(0x800a4b008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  538: _umtx_op(0x8077a7008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  527: _umtx_op(0x800a4b008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  538: _umtx_op(0x8077a7008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  527: _umtx_op(0x800a4b008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'
  538: _umtx_op(0x8077a7008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffcec8)
ERR#60 'Operation timed out'</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>