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: 489
Popularity: 2.05
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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 69 Next › Last »

timxx commented on 2018-07-08 01:31 (UTC)

@overclockedllama If you don't want the WPS Spreadsheets following the system color, run qtconfig-qt4 and change the Build Palette section to what you want and Save.

Or add -style=STYLE to the WPS commands, et -style=Cleanlooks for example.

monsieurzik commented on 2018-07-03 15:45 (UTC)

Unable to install wps office on Manjaro this day. Errors about path, translations and directories. It'is a fresh install of Manjaro updated.

overclockedllama commented on 2018-06-26 06:31 (UTC) (edited on 2018-06-26 06:36 (UTC) by overclockedllama)

The new update has changed my wps spreadsheet background and the formula bar to all black so I cant see anything I type. I think this might be a theme/gtk issue. I am using awesomewm. Is there any way to change this? Also, "automatic", seems to be white? This is very strange

timxx commented on 2018-06-21 14:48 (UTC)

I made an languages package for wps-office, hope you enjoy it. LoL

https://aur.archlinux.org/pkgbase/wps-office-mui/

ppc52776 commented on 2018-06-21 13:20 (UTC)

Thanks @timxx. It works now!!

timxx commented on 2018-06-21 13:07 (UTC)

@ppc52776 A workaround is that DO IT YOURSELF.

First, download the language from here: http://kdl.cc.ksosoft.com/wps-community/download/mui/10.1.0.6634/mui_zh_tw.7z (Change zh_tw to other languages if someone interested).

Now unpack the mui_zh_tw.7z to ~/.kingsoft or /usr/lib (the full path should be ~/.kingsoft/office6/mui/zh_TW or /usr/lib/office6/mui/zh_TW.)

Finally, setup the LANG env to zh_TW.UTF-8 if your system is not the default. Or change the config for permanent: ~/.config/Kingsoft/Office.conf Add the following sections (or change the old value if already had): [General] languages=zh_TW

Too bad they removed the switch language entrance...

ppc52776 commented on 2018-06-18 17:19 (UTC)

How to change UI language to zh_TW?

Universebenzene commented on 2018-06-07 12:15 (UTC)

Thanks @lilydjwg. I remove the qt4 from depends. As a newbie I often make mistakes in packaging. Thank you all for helping me.

lilydjwg commented on 2018-06-07 07:30 (UTC)

This package doesn't depend on qt4. It bundles one itself.

Universebenzene commented on 2018-06-07 05:50 (UTC)

@miku84 the dependency qt4 was shown by namcap. If I build the package without writing qt4 in the depends, namcap said: wps-office E: Dependency qt4 detected and not included (libraries ['usr/lib/libQtOpenGL.so.4', 'usr/lib/libQtSvg.so.4', 'usr/lib/libQtCore.so.4', 'usr/lib/libQtNetwork.so.4', 'usr/lib/libQtDBus.so.4'] needed in files.... So I add qt4 in depends