You are not logged in.
Pages: 1
Hi All
I know this has come up before but has anyone got WPS Office running under Scorpion?
Was working great under Orion but now I have upgraded having some real probs getting it installed
This is what I tried so far;
gbentley@q4os-desktop:~/Documents$ sudo wget http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb
--2017-11-25 16:46:07-- http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb
Resolving mirrors.kernel.org (mirrors.kernel.org)... 198.145.21.9, 2001:19d0:306:6:0:1994:3:14
Connecting to mirrors.kernel.org (mirrors.kernel.org)|198.145.21.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 116466 (114K) [application/octet-stream]
Saving to: ‘libpng12-0_1.2.54-1ubuntu1_amd64.deb’
libpng12-0_1.2.54-1ubuntu1 100%[======================================>] 113.74K 103KB/s in 1.1s
2017-11-25 16:46:09 (103 KB/s) - ‘libpng12-0_1.2.54-1ubuntu1_amd64.deb’ saved [116466/116466]
gbentley@q4os-desktop:~/Documents$ sudo dpkg -i libpng12-0_1.2.54-1ubuntu1_amd64.deb
Selecting previously unselected package libpng12-0:amd64.
(Reading database ... 112681 files and directories currently installed.)
Preparing to unpack libpng12-0_1.2.54-1ubuntu1_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.54-1ubuntu1) ...
Setting up libpng12-0:amd64 (1.2.54-1ubuntu1) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
gbentley@q4os-desktop:~/Documents$ sudo dpkg -i wps-office_10.1.0.5707_a21_amd64.deb
(Reading database ... 112693 files and directories currently installed.)
Preparing to unpack wps-office_10.1.0.5707_a21_amd64.deb ...
Unpacking wps-office (10.1.0.5707~a21) over (10.1.0.5707~a21) ...
Setting up wps-office (10.1.0.5707~a21) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for shared-mime-info (1.8-1) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Processing triggers for hicolor-icon-theme (0.15-1) ...
I get the icons in the office menu and the splash screen comes up but then disappears real quick.
Trying from cli;
gbentley@q4os-desktop:/usr/bin$ ./wps
./wps: line 38: 29564 Segmentation fault ${gInstallPath}/office6/${gApp} ${gOptExt} ${gOpt} "$@"
gbentley@q4os-desktop:/usr/bin$
Did I do something obviously wrong lol?
We cannot solve our problems with the same thinking we used when we created them.
Offline
I just downloaded it to test and I go the same message as you have.
Offline
I havent been able to get WPS to work in Scorpion even though Ive got it installed on some other distros without issues.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Does having two different png libs create issues?
We cannot solve our problems with the same thinking we used when we created them.
Offline
I dont think its an issue.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
I tried copying libpng 1.2 in to the /opt/kingsoft/office6 folder but it didnt work
We cannot solve our problems with the same thinking we used when we created them.
Offline
Segmentation fault... WPS is trying to access a protected memory location causing a crash. Clearly an issue with WPS and Q4OS as it works fine with the Buntus/Mint.
Last edited by crosscourt (2017-11-25 19:28)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
dpkg will not look for dependencies - gdebi will - it may help??
have you tried using the older version of WPS Office from 2016 in case they introduced something silly?
Offline
have you tried using the older version of WPS Office from 2016 in case they introduced something silly?
Good suggestion bin!, I just tried Version 10.1.0.5672~a21 and it worked without issue. And just to note I used the linpng12-0 from Jessie rather than the Ubuntu one but I don't know if it will make a difference.
Offline
dpkg will not look for dependencies - gdebi will - it may help??
have you tried using the older version of WPS Office from 2016 in case they introduced something silly?
Apt (not apt-get) is now capable of doiong direct local installation of .deb files with dependency resolution. However, in this case, because libpng12-0 no longer exists in the stretch repos, it would not help.
bin wrote:have you tried using the older version of WPS Office from 2016 in case they introduced something silly?
Good suggestion bin!, I just tried Version 10.1.0.5672~a21 and it worked without issue. And just to note I used the linpng12-0 from Jessie rather than the Ubuntu one but I don't know if it will make a difference.
It doesn't make a difference, depending on which Ubuntu repo it is, the one from Jessie and Ubuntu are the same file just renamed.
Q4OS Trinity machine - Crelander E160. Intel Celeron N5105, 16GB LPDDR4, 512GB m.2 SATA SSD, Intel UHD graphics, Intel 7265 Wifi 5 + BT 4.x, 16" 3072x1920 LCD.
Offline
Dai_trying wrote:bin wrote:have you tried using the older version of WPS Office from 2016 in case they introduced something silly?
Good suggestion bin!, I just tried Version 10.1.0.5672~a21 and it worked without issue. And just to note I used the linpng12-0 from Jessie rather than the Ubuntu one but I don't know if it will make a difference.
It doesn't make a difference, depending on which Ubuntu repo it is, the one from Jessie and Ubuntu are the same file just renamed.
Not really true, I extracted both the packages and libpng12.so.0 (and libpng12.so.0.50.0) is 154.9k in Jessie and only 146.4 in the Ubuntu version quoted in original wget line, so there is at least 8.5k difference between them, although what that 8.5k consists of I haven't looked into.
Offline
well, like I said, it depends on which Ubuntu version the libpng12-0 package is from. The version in 14.04 should match Jessie, while 16.04 should be newer (no idea why it's older) and 17.10 shouldn't have it anymore.
Q4OS Trinity machine - Crelander E160. Intel Celeron N5105, 16GB LPDDR4, 512GB m.2 SATA SSD, Intel UHD graphics, Intel 7265 Wifi 5 + BT 4.x, 16" 3072x1920 LCD.
Offline
This may help - I work with MX-16 and the latest version installs WPS fine - as it should being jessie based.
The attached deb is the libpng file they use - I have installed in Scorpion and it permits installation of the latest 64 bit WPS
Offline
Feren OS based on Mint is also using WPS Office as default.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Pages: 1