https://bz.apache.org/ooo/show_bug.cgi?id=124948
--- Comment #5 from Ariel Constenla-Haile <[email protected]> --- (In reply to oooforum (fr) from comment #4) > Installation of AOO 4.1.2 with Fedora 24 x64 and same issue. > Launching AOO shows splashscreen and aborts. > Running soffice from a terminal displays a "fatal exception: signal 6" error. > > Trying to following commands as root from comment 3 but don't work. > > Very annoying Yours is likely another issue. Do you have gtk2 libraries installed? Try the following on a terminal: ~]$ ldd -v /opt/openoffice4/program/libvclplug_gtk.so In my system, this reports a missing library: ... libgdk_pixbuf_xlib-2.0.so.0 => not found ... Find the package which provides this library, and install it: [root@localhost ~]# dnf whatprovides */libgdk_pixbuf_xlib-2.0.so.0 Last metadata expiration check: 19:02:19 ago on Sun Jul 24 18:10:21 2016. gdk-pixbuf2-xlib-2.34.0-1.fc24.i686 : Additional library for using gdk-pixbuf with bare xlib Repo : fedora gdk-pixbuf2-xlib-2.34.0-1.fc24.x86_64 : Additional library for using gdk-pixbuf with bare xlib Repo : fedora [root@localhost ~]# dnf install gdk-pixbuf2-xlib Do the same with every missing library. Then, export the following variables: ~]$ export SAL_USE_VCLPLUGIN="gtk" ~]$ export OOO_FORCE_DESKTOP="gnome" Now run AOO on that terminal ~]$ /opt/openoffice4/program/soffice Does this work? -- You are receiving this mail because: You are the assignee for the issue.
