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: 491
Popularity: 1.76
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 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

1 2 3 4 5 6 .. 69 Next › Last »

carlosal1015 commented on 2024-10-20 18:57 (UTC)

@AnoGP, latest version is 11.1.0.11723.

kooritea commented on 2024-09-15 15:04 (UTC)

Missing dependencies patch https://archlinux.org/packages/core/x86_64/patch/

su226 commented on 2024-09-15 05:23 (UTC)

wps-community.org is now expired and new URL is www.wps.com (not .cn). Please update PKGBUILD.

nahdd123 commented on 2024-08-06 12:31 (UTC)

In the spreadsheet, date format is always 'dd-mm-yyyy'. How can I change default date format like this 'yyyy-mm-dd' ?

bigsaltyfishes commented on 2024-05-03 09:53 (UTC)

We can simply patch libqpdfpaint.so and libpdfmain.so to get it work with libtiff from extra repository:

patchelf --replace-needed libtiff.so.5 libtiff.so.6 /usr/lib/office6/libqpdfpaint.so
patchelf --replace-needed libtiff.so.5 libtiff.so.6 /usr/lib/office6/libpdfmain.so

Universebenzene commented on 2024-04-29 09:49 (UTC)

@cdiamond Try using LANG variable to set locale.

cdiamond commented on 2024-04-29 09:40 (UTC)

can anyone explain how to setup mui language? I see no selector button anywhere, but the new package already contains some mui languages integrated in /usr/lib/office6.

Ataraxy commented on 2024-04-26 12:22 (UTC) (edited on 2024-04-26 12:22 (UTC) by Ataraxy)

To unhide launch issues (eg libtiff5 and future proof), please consider removing the 2>&1 from the run() in the script wpspdf:

{ ${gInstallPath}/office6/${gApp} "$@"; } > /dev/null # 2>&1

mnabid commented on 2024-04-16 02:27 (UTC)

More skins/themes that are offered in the Windows counterpart of WPS Office can be found here: https://github.com/Prayag2/wps-skin-installer

No need to run the script, just copy everything from .skins directory to /usr/lib/office6/skins/. Then you need to edit~/.local/share/Kingsoft/office6/skinsv2/default/histroy.ini (yes, the typo is intentional):

[wpsoffice]
lastSkin=green-cat

WPS Office in Linux doesn't support enabling dark mode out-of-the-box. You need to enable the 2018white_dark skin.

Universebenzene commented on 2024-03-01 02:25 (UTC)

@shuryanc On non-systemd systems, you just need to delete all /usr/lib/office6/libdbus-1.so* files. wps should automatically find system so, no need to create link manually.