Package Details: wps-office-cn 12.1.0.17900-1

Git Clone URL: https://aur.archlinux.org/wps-office-cn.git (read-only, click to copy)
Package Base: wps-office-cn
Description: Kingsoft Office (WPS Office) CN version - an office productivity suite
Upstream URL: https://linux.wps.cn
Licenses: LicenseRef-WPS-EULA
Conflicts: kingsoft-office, wps-office
Provides: wps-office
Submitter: Universebenzene
Maintainer: Universebenzene (witt.9099)
Last Packager: witt.9099
Votes: 42
Popularity: 0.78
First Submitted: 2020-01-10 04:38 (UTC)
Last Updated: 2024-11-07 07:33 (UTC)

Dependencies (24)

Required by (19)

Sources (2)

Pinned Comments

Universebenzene commented on 2020-01-10 08:31 (UTC) (edited on 2020-01-10 08:45 (UTC) by Universebenzene)

[Attention] The zh_CN mui files (including all the Simplified Chinese support) are splitted into the wps-office-mui-zh-cn package. If you want zh_CN support, DO NOT FORGET to install the mui-zh-cn package.

Also the mui-zh-cn package can be installed to recover the zh_CN support of the Intl version https://aur.archlinux.org/packages/wps-office , but the login and some other supports are still only available in the CN version.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 18 Next › Last »

ftwcpc commented on 2023-06-29 06:56 (UTC)

After upgrading freetype2 from v2.13.0 to v2.13.1, some fonts are not rendered correctly.

Evelden commented on 2023-06-21 06:44 (UTC)

An error has been reported when I export a document as pdf file every time. How can I solve it?

Universebenzene commented on 2023-06-12 08:20 (UTC)

@mio-19 从10702开始就没法在软件里设语言了,只能直接走环境变量

mio-19 commented on 2023-06-11 12:09 (UTC)

这个版本wps是没有语言设置只能按系统语言吗

foxcat1986 commented on 2023-03-07 15:29 (UTC) (edited on 2023-03-08 00:26 (UTC) by foxcat1986)

安装到这一步失败,提示: -> 正在解压缩 wps-office_11.1.0.11691_amd64.deb,使用 bsdtar ==> 正在开始 prepare()... /tmp/pamac-build-foxcat/wps-office-cn/PKGBUILD:行40: patch:未找到命令 ==> 错误: 在 prepare() 中发生一个错误。 正在放弃...

找到问题所在了 居然是我机器里头没有安装patch 不知道是不是什么时候误删除了😂

wszqkzqk commented on 2023-02-09 01:45 (UTC) (edited on 2023-02-09 01:47 (UTC) by wszqkzqk)

@Universebenzene 或者也可以打包一个依赖libtifflibtiff5-wrapper作为提供libtiff.so.5的依赖,在其中给一个软链接来解决问题。这样必须要libtiff5才能工作的软件可以自己安装libtiff5,而不需要的只需要安装一个仅仅包含软链接的包就行了。也许也可以做一个专用的wps-libtiff5-wrapper

wszqkzqk commented on 2023-02-09 01:41 (UTC)

现在我给wps一个libtiff6的软链接工作是没有问题的,软链接一般认为比另外安装一个依赖要方便

Universebenzene commented on 2023-02-08 13:35 (UTC)

@hottea 噢,大佬们说的是软链接的情况。当前是另依赖专门打的tiff5的包所以是另一种方法解决了

hottea commented on 2023-02-08 13:26 (UTC)

@Universebenzene 他担心直接放 /usr/lib/libtiff.so.5 会导致一些软件实际上依赖 libtiff.so.5 且不能在 libtiff.so.6 下工作的时候出错啊。所以丢 /usr/lib/office6/libtiff.so.5 这样子会好一点,不会影响到其他软件的依赖。最好还是让 WPS 上游去修这个 bug。

Universebenzene commented on 2023-02-08 11:27 (UTC)

@wszqkzqk 没太懂大佬说的和“真正需要libtiff5的软件不兼容”大概是个什么情景?