[Libreoffice-bugs] [Bug 124598] New: Do not try to load KDE5-related VCL plugins on LXQt

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 8 03:19:25 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124598

            Bug ID: 124598
           Summary: Do not try to load KDE5-related VCL plugins on LXQt
           Product: LibreOffice
           Version: 6.2.2.2 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: UI
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: yen at chyen.cc

Description:
This is a follow-up of
https://bugs.documentfoundation.org/show_bug.cgi?id=123595. See also
https://github.com/lxqt/lxqt/issues/1673.

Currently in Arch Linux with LXQt, gtk3_kde5 is used when kio libraries are not
installed, and thus file dialogs are broken. To workaround the issue, I propose
to use pStandardFallbackList instead of pKDEFallbackList if DESKTOP_LXQT is
detected in libreoffice/vcl/source/app/salplug.cxx.

Simon Quigley, the author of commits proposing DESKTOP_LXQT, is fine with
changing upstream defaults:

> Sure, I think that's acceptable

(https://github.com/lxqt/lxqt/issues/1673#issuecomment-480558178)

Steps to Reproduce:
1. Install LXQt WITHOUT kio 
2. Unset all SAL_USE_VCLPLUGIN environment variables
3. Run LibreOffice
4. Hitting Ctrl+O

Actual Results:
LibreOffice hangs, waiting for the open file dialog, and there's an error in
the terminal:

> /usr/lib/libreoffice/program/lo_kde5filepicker: error while loading shared libraries: libKF5KIOFileWidgets.so.5: cannot open shared object file: No such file or directory

Expected Results:
The open file dialog appears


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190408/640bf674/attachment-0001.html>


More information about the Libreoffice-bugs mailing list