[Libreoffice-bugs] [Bug 140126] Cannot launch on Slackware
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 3 20:31:18 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=140126
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |serval2412 at yahoo.fr
Status|UNCONFIRMED |RESOLVED
Resolution|--- |NOTABUG
--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
Taking a look at https://slackware.pkgs.org/14.2/slackware-x86_64/, it seems
Slackware uses gtk+3-3.18.9-x86_64-1.txz so 3.18
and according to https://www.libreoffice.org/get-help/system-requirements/, you
need gtk3 3.18
=> so it should be ok at least for 7.0 branch.
In the error you quote, we see the use of
gtk_widget_path_iter_set_object_name()
According to
https://developer.gnome.org/gtk3/stable/gtk3-GtkWidgetPath.html#gtk-widget-path-iter-set-object-name,
gtk_widget_path_iter_set_object_name () is from gtk3 3.20
Digging a bit more LO 7.1 needs gtk3 3.20 min: see
http://document-foundation-mail-archive.969070.n3.nabble.com/raise-min-version-of-gtk-gt-3-20-tt4288742.html
If you can upgrade gtk3 version, you can try to workaround this by using:
"export SAL_USE_VCLPLUGIN=gen && soffice" (for generic rendering)
or
"export SAL_USE_VCLPLUGIN=kf5 && soffice" (for Kde Framework 5 rendering)
Meanwhile, let's put this one as NOTABUG
--
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/20210203/96848a28/attachment.htm>
More information about the Libreoffice-bugs
mailing list