Package Details: wps-office 11.1.0.11723-2

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: 0.155562
First Submitted: 2014-08-17 11:57 (UTC)
Last Updated: 2025-05-02 12:23 (UTC)

Dependencies (26)

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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 70 Next › Last »

ruinb0w commented on 2019-12-27 03:28 (UTC)

Bug report: ==> ERROR: One or more files did not pass the validity check! :: Unable to build wps-office - makepkg exited with code: 1

OS: manjro-18.10.4 kernel: 5.4.2-1 AUR tool: trizen

Universebenzene commented on 2019-12-26 05:29 (UTC)

@kayaksan @fsck_bieber The upstream says "The server is under maintenance, the version will be released this week." Maybe we should wait for some time

kayaksan commented on 2019-12-26 05:16 (UTC)

Validity check problems for 11.1.0.8865. Clearing the cache doesn't work.

fsck_bieber commented on 2019-12-02 16:15 (UTC)

I find all files uploaded to Google Drive failed to be recognized when the linux wps mime are effective. Such a pain to me, until I know it now!

sigma14 commented on 2019-11-15 20:28 (UTC)

the download link does not seem to be working anymore? any chance for a alternate link to be used?

curl: (22) The requested URL returned error: 504 Gateway Time-out ==> ERROR: Failure while downloading http://kdl.cc.ksosoft.com/wps-community/download/8865/wps-office_11.1.0.8865_amd64.deb

Universebenzene commented on 2019-10-30 05:40 (UTC)

@gameslayer Try installing the optdepend ttf-wps-fonts

gameslayer commented on 2019-10-30 05:32 (UTC)

Need to include the fonts it needs, will take a bit to open and always complain about missing font's.

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.

simgunz commented on 2019-10-25 17:45 (UTC) (edited on 2019-10-25 17:45 (UTC) by simgunz)

The following pacman hook allows to automatically remove the WPS mime type definitions each time wps-office is updated.

/etc/pacman.d/hooks/wps-office.hook:
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = wps-office 

[Action]
Description = Remove MIME types that mess up things...
When = PostTransaction
Exec = /bin/sh -c 'rm /usr/share/mime/packages/wps-office-*.xml && update-mime-database /usr/share/mime'