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

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2...@yahoo.fr
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to