https://bugs.documentfoundation.org/show_bug.cgi?id=166846
--- Comment #1 from Kunshan Wang <[email protected]> --- I tried some more VCL interfaces: SAL_USE_VCLPLUGIN=qt6 libreoffice reorder-example.odp - same as the default kf6 SAL_USE_VCLPLUGIN=kf5 libreoffice reorder-example.odp - The "About LibreOffice" dialog shows "VCL: kf6". It behaves like "kf6", too. SAL_USE_VCLPLUGIN=qt5 libreoffice reorder-example.odp - After step 5, the cursor is a hand icon. (normal) - After step 7, "aaa" is now between "bbb" and "ccc". (normal) SAL_USE_VCLPLUGIN=gtk3 libreoffice reorder-example.odp - After step 5, the cursor is a hand icon. (normal) - After step 7, "aaa" is now between "bbb" and "ccc". (normal) SAL_USE_VCLPLUGIN=gen libreoffice reorder-example.odp - After step 5, the cursor is a prohibited sign. (broken) - After step 6, nothing happens. (broken. The rectangle with "1" should appear.) - After step 7, nothing happens. (broken. The slide "aaa" should be moved.) So both qt5 and gtk3 work completely normally. Maybe something is wrong with the qt6 and gtk4 VCL interfaces, and maybe also their interactions with Wayland. It is strange that the "gen" interface doesn't work. -- You are receiving this mail because: You are the assignee for the bug.
