![]() Registered Member ![]()
|
Just installed WPS, my go to office suite. Installation went fine, but the application won't open.
When I click the icon in the menu, the disclaimer comes up which I accept, but that's it. This works fine on all the 'buntus. Any ideas? |
![]() Global Moderator ![]()
|
And which distro might you be having? Also, how did you install it?
Try opening it from the command line. That should give some more feedback.
Debian testing
|
![]() Registered Member ![]()
|
The same here. After last update WPS doens't open. It throws this error:
/usr/bin/et: line 38: 12619 Segmentation fault ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@" EDIT: running Neon User Edition up to date. |
![]() Registered Member ![]()
|
Using Neon user edition 5.10.3, Fully upto date.
Getting the same error as the previous poster from command line. I installed using qapt, although I had to run "sudo dpkg --configure -a" afterward, to fully install it. |
![]() Global Moderator ![]()
|
Hm, a seg fault is never nice. Quite clearly that office suite is not built with Neon in mind and I very much doubt you'll ever get it running. Time to ask their developers for advice as they know all about it.
Sorry I cannot be of more help.
Debian testing
|
![]() Registered Member ![]()
|
I've tried renaming the
|
![]() Registered Member ![]()
|
I recall I installed WPS on Neon way back (the .deb with Qapt). Also recall WPS crashing on first launch. After the initial crash it worked pretty well (the templates wouldn't load at all but I don't care about those anyways). At any rate, for whatever reason, Plasma and WPS don't seem to favor each other. I'd like it open-sourced and free for GNU/Linux. Not sure it will ever happen but I'm confident.
Edit: Same result on Kubuntu 16.04.3 with back-ported plasma version 5.8.7.
Last edited by raddison on Sat Sep 16, 2017 8:47 pm, edited 2 times in total.
Proud to be powered by Plasma
|
![]() Registered Member ![]()
|
Ola Pessoal...
Segue um script para gerar a solução no GNU/Linux KDu4 Alpha2 KDE-Plasma. #!/bin/bash # https://linuxdicasesuporte.blogspot.com ... ntu-e.html # The dependency should correspond with the package name. # # Instalar o qt4-qtconfig - Isso é para se evitar o erro reportado pelo membro da comunidade # Correção wps - Erro de Falaha de Segmentação: # /usr/bin/wps, linha 38: 13405 Falha de segmentação ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@" # Otimizado para uso no GNU/Linux KDu4 Alpha2 KDE-Plasma # Abra o qtconfig e set para GTK em "Select GUI Style" Salve, saia e e execute o WPS clear dependencies=( "http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb" "http://kdl.cc.ksosoft.com/wps-community/download/fonts/wps-office-fonts_1.0_all.deb" "http://repo.uniaolivre.com/packages/trusty/main/wps-office-mui-pt-br_1.1.0-0kaiana1_all.deb" "http://kdl1.cache.wps.com/ksodl/download/linux/a21//wps-office_10.1.0.5707~a21_amd64.deb" "http://br.archive.ubuntu.com/ubuntu/pool/universe/q/qt4-x11/qt4-qtconfig_4.8.7+dfsg-7ubuntu1_amd64.deb" ) package_name=( "libpng12-0_1.2.54-1ubuntu1_amd64.deb" "wps-office-fonts_1.0_all.deb" "wps-office-mui-pt-br_1.1.0-0kaiana1_all.deb" "wps-office_10.1.0.5707~a21_amd64.deb" "qt4-qtconfig_4.8.7+dfsg-7ubuntu1_amd64.deb" ) for (( x=0; x<${#dependencies[@]}; x++ )); do wget -c ${dependencies[${x}]} done for (( x=0; x<${#package_name[@]}; x++ )); do sudo dpkg --install ${package_name[${x}]} # Abrindo o qtconfig para setar GTK em "Select GUI Style" Salve, saia e e execute o WPS xterm -bg darkblue -fg white -title "Setando GTK para o ambiente sem QT cfgs." -e ' echo -e "\n\n\n Configurando o ambiente QT,\n\n Set "Select GUI Style" para GTK"; /usr/bin/qtconfig' sleep 5 sudo apt update -y; sudo apt dist-upgrade -y done Now open WPS it is fine working |
![]() Registered Member ![]()
|
@projetolinuxkdu Muito obrigado! ![]() As WPS is proprietary and closed-source, do you happen to know whether it sends anything to mothership (as in spyware?) I haven't sniffed the traffic yet but I will. I hate to admit it but it's better-looking, snappier and more compatible with those darn patented Mikerosoft formats than LibreOffice and it's got night mode. What's your plasma version, If I may? Again, I like WPS a lot but It makes me feel uneasy because I still don't know whether it's mining any data or not.
Last edited by raddison on Wed Sep 27, 2017 4:09 pm, edited 2 times in total.
Proud to be powered by Plasma
|
![]() Registered Member ![]()
|
I'm sure Richard M. Stallman wouldn't agree to what I've just done and I still cannot assess the risk/benefit ratio but I've done it.
1.
2. Selected GTK+ in Qt Conifiguration GUI and saved 3.
4.
5.
6.
7.
8.
9.
10.
WPS now works flawlessly on my system. Haven't encountered any issues whatsoever and it launches blazingly fast. No sign of any templates which is cool. No adds whatsoever. Perhaps it's worth mentioning I'm on Neon LTS edition. Perhaps it's worth mentioning that Baloo File Indexing Daemon has thrown a message:
Don't know if that has any minor or major significance and I haven't yet tried to achieve reproducibility. But WPS as such works wonderfully on Plasma (I'll check if it also works on 5.10.5 and above as my current one is obviously 5.8.7. I'll keep an eye on it. Note to myself: dude, if you wanna get rid of it use:
@waynes So? What's your take on it. Seems to work just fine, hmm? ![]() Edit: I have the tendency to get excited and post before proper assessment of the software. Corrections downstream.
Last edited by raddison on Sun Sep 24, 2017 11:00 am, edited 1 time in total.
Proud to be powered by Plasma
|
![]() Registered Member ![]()
|
Hi raddison.
Excellent clear instructions. Seems to work fine on Neon LTS. I will use it over the next few days & report back if I hit any issues. Thanks. |
![]() Registered Member ![]()
|
@Waynes You're welcome. I just structured it a bit and checked if it works. All credit for helping us out goes to @projetolinuxkdu Thanks man! ![]()
Proud to be powered by Plasma
|
![]() Registered Member ![]()
|
Opla! I think instead of this
5.
you can choose from here https://packages.ubuntu.com/xenial/amd6 ... 0/download Seems I've installed from Debian instead of Ubuntu ![]() BUT I'd rather apt install the package. What's its exact name though? ![]()
Proud to be powered by Plasma
|
![]() Registered Member ![]()
|
The libpng package in the official repos is more recent, "libpng12-0" which is version 1.2.54 instead of 1.2.50.
I have installed it without it seeming to have any adverse effects. @raddison.. So maybe steps Nos 5 & 6, simply want changing to:
|
![]() Registered Member ![]()
|
Agreed. Apt for qt4-qtconfig and libpng12-0 and dpkg for the rest.
Proud to be powered by Plasma
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]