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

Michael Weghorn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #13 from Michael Weghorn <[email protected]> ---
(In reply to giors_00 from comment #10)

>  > >     export QT_QPA_PLATFORM=xcb libreoffice --impress
> 
> If a copy/paste in a terminal "export QT_QPA_PLATFORM=xcb libreoffice
> --impress" I got an error (bash: export: `--impress': no es un identificador
> vĂ¡lido). I omitted "--impress" and nothing happens. Then I started
> Libreoffice and...still buggy. Same behaviour.

Sorry, my mistake.

You either have to use just

    QT_QPA_PLATFORM=xcb libreoffice --impress

or two separate commands:

    export QT_QPA_PLATFORM=xcb
    libreoffice --impress

(In reply to giors_00 from comment #11)
> Just would like to add that my workaround is going back to gnome (on
> wayland)...there, all seems to work fine. So I guess somehow is the mix
> wayland+plasma that messes all up.

Yes, sounds like this. To further narrow it down:  Does

    SAL_USE_VCLPLUGIN=gtk3 libreoffice --impress

work in a Plasma Wayland session and does

    SAL_USE_VCPLUGIN=kf5 libreoffice --impress

work in a GNOME session?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to