readlicense_oo/docs/readme.xrm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4f7b864cc6d32916efc32a0e190962291e206d23 Author: Michael Weghorn <[email protected]> AuthorDate: Thu Nov 6 11:52:46 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Nov 8 11:58:29 2025 +0100 readlicense_oo/docs/readme.xrm: Update GTK/ATK min version ... after commit c392f7b8a614c7ef32cfa9888aeb06b27b535390 Author: Michael Weghorn <[email protected]> Date: Wed Nov 5 17:44:57 2025 +0100 gtk3: Require GTK >= 3.24 Thanks to Ilmari for pointing it out in [1]. Also, mention ATK as a dependency along with the GTK 3 version, because ATK is used by the GTK library and the gtk3 VCL plugin. Drop the explicit mention of at-spi2. Except for the build-time gtk3 a11y tests, libatspi isn't used directly, but only indirectly via ATK or on the "receiving end" by assistive technology. But then, it's the responsibility of the assistive technology or desktop environment packaging to ensure that libatspi is installed. While at it, also change ""KDE" to "KDE Plasma", as that's the name of the desktop environment, and use the term "desktop environment" instead of "GUI". [1] https://gerrit.libreoffice.org/c/core/+/193477/comments/86c382ee_b979934f Change-Id: Ic93234b8b9bee0bd770ae99429fd2ed9fe6ae767 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193526 Tested-by: Christian Lohmaier <[email protected]> Reviewed-by: Michael Weghorn <[email protected]> diff --git a/readlicense_oo/docs/readme.xrm b/readlicense_oo/docs/readme.xrm index 5167de6a93ec..2b4da4823dbc 100644 --- a/readlicense_oo/docs/readme.xrm +++ b/readlicense_oo/docs/readme.xrm @@ -73,11 +73,11 @@ </li> <li> - <p id="s256we" xml:lang="en-US">GTK version 3.20 or higher;</p> + <p id="s256we" xml:lang="en-US">GTK version 3.24 and ATK version 2.36 or higher;</p> </li> <li> - <p id="wd2dff" xml:lang="en-US">Gnome 3.18 or higher, with the at-spi2 1.32 package (required for support for assistive technology [AT] tools), or another compatible GUI (such as KDE, among others).</p> + <p id="wd2dff" xml:lang="en-US">Gnome 3.18 or higher, or another compatible desktop environment (such as KDE Plasma, among others).</p> </li> </ul> <p id="Linuxi3a" xml:lang="en-US">There is a wide variety of Linux distributions, and there may be different installation options (KDE vs Gnome, etc.) available from the same Linux vendor. Some distributions ship with their own “native” version of ${PRODUCTNAME}, which may have different features from this community-supplied version of ${PRODUCTNAME}. In many cases, you can install the community-supplied ${PRODUCTNAME} alongside a native version. However, you may prefer to remove the “native” version before installing this community-supplied version. For details on how to do that, please consult the user help resources provided by your particular Linux vendor.</p>
