https://bugs.documentfoundation.org/show_bug.cgi?id=166479
--- Comment #5 from Michael Weghorn <[email protected]> --- (In reply to Jessica from comment #2) > bisected with win64-25.2 > > commit 1021f3e47ab2827d1b7872f641a21b84efcc2c91 > Author: Norbert Thiebaud <[email protected]> > Date: Sat Oct 19 00:10:17 2024 -0700 > > source bfbaeb8192447265bdd78d1be4990947d135eb6e > > source bfbaeb8192447265bdd78d1be4990947d135eb6e > > instdir/program/setup.ini | 2 +- > instdir/program/vcllo.dll | Bin 13686784 -> 13686272 bytes > instdir/program/vclplug_winlo.dll | Bin 2587648 -> 2587648 bytes > instdir/program/version.ini | 2 +- > 4 files changed, 2 insertions(+), 2 deletions(-) > > Results under 20 sec is good, more than 20sec bad. That sounds like something on your system is requesting information via the accessibility API. Since the above commit, that will automatically enable accessibility in LibreOffice, while that was not the case previously. I think that by itself is correct, and therefore it's not really a regression, but should have been the same with e.g. NVDA as an actual screen reader enabled earlier. Can you please check whether explicitly disabling accessibility by setting environment variable SAL_ACCESSIBILITY_ENABLED=0 and restarting results in the additional delay disappearing again? (In reply to Buovjaga from comment #4) > The commit says: > > 'However, `ImplInitAccessBridge` already only gets called > when either support for assistive technology has explicitly > been enabled in the settings (i.e. in "Tools" -> "Options" -> > "LibreOfficeDev" > -> "Accessibility", the "Support assistive technology tools (restart > required" checkbox was checked) or...' > > ...but I don't have any such "Support assistive technology tools" option in > master. That was dropped in commit 069d2c079664cf44fc471216b1204cb71a6362cd Author: Michael Weghorn Date: Mon Oct 28 21:12:48 2024 +0100 win a11y: Drop "Enable AT Tool support" from options UI , see the commit message for more details. -- You are receiving this mail because: You are the assignee for the bug.
