WPS Office Writer not loading

android@android-Inspiron-3421:~$ wps
/usr/bin/wps: line 38: 8454 Segmentation fault (core dumped) ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"

WPS writer is not loading. It gives me error above.

4

3 Answers

-style gtk+ took care of the seg fault for me ! thanks l13s7-ae

I added it to /usr/bin/wpp /usr/bin/wps and /usr/bin/et so it works from menu and file manager.

 if [ 1 -eq ${gDaemon} ]; then nohup ${gInstallPath}/office6/${gApp} ${gOpt} -style gtk+ > /dev/null 2>&1 & else ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} -style gtk+ "$@" fi

GUI solution

The solution is install Qt 4 Settings and change the theme

sudo apt-get install qt4-qtconfig

In Ubuntu 16.04 the launcher of this packages is called:

qtconfig-qt4

this you need to put in a terminal and launch (You can also look for it in the application launcher for your operating system but I can not do a tutorial for all of them since there is: Xubuntu, Ubuntu Studio, Ubuntu Gnome, Kubuntu, e.g.)

open this config dialog and chose GTK+

01 qtconfig-qt4 en la terminal

02 chose GTK+

03 Save

Launch again WPS Office and Working

Viewing in: WPS Office not working, error

GTK theme have to be set with environment variable and parameter

env GTK2_RC_FILES=/usr/share/themes/Adwaita/gtk-2.0/gtkrc ./et -style gtk+

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like