[Libreoffice-bugs] [Bug 140566] Bug in Impress on Plasma Deskop with 2 monitors

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Mar 8 07:49:38 UTC 2021


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

Michael Weghorn <m.weghorn at posteo.de> changed:

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

--- Comment #13 from Michael Weghorn <m.weghorn at posteo.de> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210308/5e816ca8/attachment.htm>


More information about the Libreoffice-bugs mailing list