Package Details: wps-office-mime 11.1.0.11719-1

Git Clone URL: https://aur.archlinux.org/wps-office.git (read-only, click to copy)
Package Base: wps-office
Description: Mime files provided by Kingsoft Office (WPS Office)
Upstream URL: http://wps-community.org
Licenses: LicenseRef-WPS-EULA
Submitter: felixonmars
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 488
Popularity: 2.02
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 2 3 4 5 6 7 8 9 .. 69 Next › Last »

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

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

ppc52776 commented on 2023-01-20 10:22 (UTC)

@pacut, please install the latest wps-office package, it needs libtiff5 dependency now.

pacut commented on 2023-01-20 09:56 (UTC)

WPS PDF is not launching anylonger + if you try export to PDF from WPS Writer you get an error. How to get rid of it ?

Universebenzene commented on 2023-01-17 05:08 (UTC)

@jinmax100 Please focus on the optional dependency.

jinmax100 commented on 2023-01-16 16:23 (UTC)

WPS PDF is not launching at all. Journalctl outputs nothing. Tried re-installing via "yay" as well as building pkg manually, yet still the PDF application doesn't launch. Does anybody have a fix for this? Please suggest.

jan666 commented on 2022-12-22 16:30 (UTC) (edited on 2022-12-25 13:39 (UTC) by jan666)

After installing and removing WPS office there are left over mime types in /home/username/.local/share/mime/ This will interfere with file icons for Libreoffice, There is only a standard file icon, not the specific one from the chosen theme. After i removed those leftovers file icons return to normal operation.

So possible add a cleanup script to remove those mime types, and add update-mime-database?

This is a problem on Manjaro, Endouveros and Arch as it comes from AUR

xuanruiqi commented on 2022-12-16 18:19 (UTC)

Just a note: you should bump the pkgrel when updating dependencies because it changes the package. Thanks!

archack71 commented on 2022-12-14 03:31 (UTC)

/usr/bin/wps

python2

python -c 'import sys, urllib; print urllib.unquote(sys.argv[1])'

python3

python -c 'import sys, urllib.parse; print(urllib.parse.unquote(sys.argv[1]))'