Package Details: wps-office 11.1.0.11723-1

Git Clone URL: https://aur.archlinux.org/wps-office.git (read-only, click to copy)
Package Base: wps-office
Description: Kingsoft Office (WPS Office) - an office productivity suite
Upstream URL: http://wps-community.org
Licenses: LicenseRef-WPS-EULA
Conflicts: kingsoft-office
Submitter: felixonmars
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 492
Popularity: 1.03
First Submitted: 2014-08-17 11:57 (UTC)
Last Updated: 2024-07-29 18:49 (UTC)

Dependencies (25)

Sources (2)

Pinned Comments

Universebenzene commented on 2025-01-07 17:16 (UTC)

Users who want WPS version above 12, install wps-office-cn instead.

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 .. 51 52 53 54 55 56 57 58 59 60 61 .. 70 Next › Last »

JoveYu commented on 2013-06-20 05:54 (UTC)

lib32-libcups depend on lib32-libtiff could you upload you .ppt file with problem? or email it to me !

<deleted-account> commented on 2013-06-20 03:00 (UTC)

Thanks for this package. It renders Office documents much better than LibreOffice. I have a .ppt file which has a tiff logo. The logo does not appear. Is this a kingsoft issue or could it be that a lib32-libtiff dependency is missing? There is no error message when I run wpp from the command line though.

babycalf commented on 2013-06-13 06:35 (UTC)

我从wps主页下载了,xz包怎么打包用pacman 安装啊 有人可以教我下么.

py_crash commented on 2013-05-27 21:15 (UTC)

Your package seems a duplicate from https://aur.archlinux.org/packages/wpsforlinux/

JoveYu commented on 2013-05-25 14:30 (UTC)

in order to completing some functions, such as encryption,kingsoft use a depth customized QT ,it can not be replaced by system-default QT . kingsoft try to submit their branch of qt to the upstream, maybe it will be possible someday

brli commented on 2013-05-25 12:44 (UTC)

is it possible to use system-default qt?

lilydjwg commented on 2013-05-23 15:33 (UTC)

mikronimo: Your /tmp mounts on a tmpfs filesystem which is by default half of your RAM. To tell yaourt (or some other tool?) to use other place as a temporary directory, set $TMP, e.g. TMP=/var/tmp yaourt -S kingsoft-office BTW, if you find your running building will soon run out of space in /tmp, you can loose the limit by remounting: mount -o remount,size=8G /tmp