Package Base Details: wps-office

Git Clone URL: https://aur.archlinux.org/wps-office.git (read-only, click to copy)
Submitter: felixonmars
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 488
Popularity: 2.28
First Submitted: 2014-08-17 11:57 (UTC)
Last Updated: 2024-02-22 03:20 (UTC)

Pinned Comments

Universebenzene commented on 2023-01-20 10:34 (UTC)

Anyone who meet the problem of launching wpspdf, please install the optional dependency libtiff5

Universebenzene commented on 2020-10-22 02:25 (UTC)

If you have the "ERROR: One or more files failed the validity check!" problem, try cleaning your AUR cache first, and try again.

Universebenzene commented on 2020-01-10 04:48 (UTC) (edited on 2020-06-09 15:38 (UTC) by Universebenzene)

[ATTENTION] The new international version (11.1.0.9080) removed zh_CN support, login, and some other functions. If you still want full functions, or you want aarch64 support, you may need the Chinese version from https://linux.wps.cn here: https://aur.archlinux.org/pkgbase/wps-office-cn

Universebenzene commented on 2019-10-26 05:46 (UTC) (edited on 2019-10-26 07:10 (UTC) by Universebenzene)

I split the /usr/share/mime/packages/wps-office-*.xml files to the wps-office-mime package to avoid mime issues. If you still want the mime files provided by wps-office itself, you can install the new mime package.

Universebenzene commented on 2019-07-05 17:08 (UTC)

There is no official 32-bit package for version 11.1.0.8722, so I drop the support for i686 arch. For archlinux32 users you can create another wps-office package for 32-bit system yourself.

Universebenzene commented on 2019-04-16 13:34 (UTC)

When you shut down wps-office, the wpsoffice process may still exist. You can do sudo chmod -x /usr/lib/office6/wpsoffice to fix it. But this might bring you problem with signing in.

oowl commented on 2017-11-29 14:16 (UTC)

About the software issues, you can go to the official feedback problem. I'm just a packager, I can not solve the software problem.

Latest Comments

« First ‹ Previous 1 .. 49 50 51 52 53 54 55 56 57 58 59 .. 69 Next › Last »

qpalz commented on 2013-07-08 12:20 (UTC)

Why not use http://wdl.cache.ijinshan.com/wps/download/Linux/unstable/kingsoft-office-9.1.0.4032-0.1.a10.i686.rpm?

Diego commented on 2013-07-05 09:48 (UTC)

Please translate the PKGBUILD in English

shmilee commented on 2013-06-26 15:57 (UTC)

@hagabaka 1)Error with 'i686' architecture: DONE. 2) For wpsoffice, if arch=('i686' 'x86_64'),then you will get 2 pkgs: wpsoffice-9.1.0.4032~a10-1-i686.pkg.tar.xz wpsoffice-9.1.0.4032~a10-1-x86_64.pkg.tar.xz They contain same files,and differ in depends only. Because of the long time of compression and their size, I add wpsoffice-common to deal with the depends of wps-office. I know namcap will gives many warnning about that.

theOptimizedCode commented on 2013-06-24 10:57 (UTC)

@JoveYu That worked! However, that shouldn't have happened in the first place!

hagabaka commented on 2013-06-24 10:13 (UTC)

Actually since wpsoffice-common only contains the license, it should have arch=('any'), and wpsoffice should have ('i686' 'x86_64').

hagabaka commented on 2013-06-24 09:41 (UTC)

I got: ==> ERROR: wpsoffice-en-US-templates is not available for the 'i686' architecture. ==> ERROR: wpsoffice-zh-CN-templates is not available for the 'i686' architecture. ==> ERROR: wpsoffice-en-US is not available for the 'i686' architecture. ==> ERROR: wpsoffice-zh-CN is not available for the 'i686' architecture. ==> ERROR: wpsoffice is not available for the 'i686' architecture. Adding arch=('any') to all the package_ functions worked. I'm using pacman 4.1.2-1 from [testing].

shmilee commented on 2013-06-24 09:20 (UTC)

This is a split kingsoft-office package, which is different from kingsoft-office package in AUR. After run makepkg, you will get 7 pkgs in group wpsforlinux: 1) wpsoffice; 2) wpsoffice-common; 3) wpsoffice-en-US; 4) wpsoffice-en-US-templates; 5) wpsoffice-fonts; 6) wpsoffice-zh-CN; 7) wpsoffice-zh-CN-templates; Minimal installation is 1 2 and a langpack, 3 or 6.