Package Details: wps-office-365-fonts 12.8.2.19550-1

Git Clone URL: https://aur.archlinux.org/wps-office-365.git (read-only, click to copy)
Package Base: wps-office-365
Description: WPS Office, is an office productivity suite.
Upstream URL: https://365.wps.cn/
Keywords: office wps
Licenses: LicenseRef-WPS-EULA
Conflicts: wps-office-fonts
Provides: wps-office-fonts
Submitter: JoveYu
Maintainer: JoveYu (7Ji)
Last Packager: JoveYu
Votes: 12
Popularity: 0.42
First Submitted: 2024-05-14 10:31 (UTC)
Last Updated: 2025-01-08 01:41 (UTC)

Pinned Comments

JoveYu commented on 2024-05-15 09:16 (UTC) (edited on 2024-07-26 03:36 (UTC) by JoveYu)

常见问题:

  1. 后台进程退出不关闭
    禁用云服务sudo chmod -x /opt/kingsoft/wps-office/office6/wpscloudsvr

  2. 试用时间有限
    重置试用时间quickstartoffice stop && rm ~/.config/Kingsoft/AuthInfo.conf

  3. 协作开机自动启动
    执行rm ~/.config/autostart/xiezuo.desktop删除启动项目

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Interaccoonale commented on 2024-07-14 04:20 (UTC) (edited on 2024-07-14 09:40 (UTC) by Interaccoonale)

How to resolve the following error?

Can't translate pathname 'opt/kingsoft/wps-office/office6/mui/zh_CN/resource/fonts/CESI仿宋-GB13000_Regular.bin' to UTF-8:
Can't translate pathname 'opt/kingsoft/wps-office/office6/mui/zh_CN/resource/fonts/CESI仿宋-GB18030_Regular.bin' to UTF-8: 
Can't translate pathname 'opt/kingsoft/wps-office/office6/mui/zh_CN/resource/fonts/CESI仿宋-GB2312_Regular.bin' to UTF-8

The full log is not included because of the maximum character limitation. It repeats hundreds of times with different font names.

SummerBreeze commented on 2024-06-24 13:51 (UTC)

有个小问题,安装应用以后会自动创建右键新建的快捷方式,但是会提示找不到文件 /usr/share/templates/.source/wps文字文档.wps 这些文件在软件包的/opt/kingsoft/wps-office/templates/路径下,复制一份到.source就行了。注意源文件是大写字母,移动后应当改为小写。

XDwanj commented on 2024-06-17 06:43 (UTC) (edited on 2024-06-17 06:48 (UTC) by XDwanj)

@JoveYu

建议把 wps-office-365-fonts 设为可选依赖,像这样

optdepends=(
  'wps-office-365-fonts: FZ TTF fonts provided by wps office 365'
)

7Ji commented on 2024-06-16 04:46 (UTC)

@guiodic seems en_US, mn_CN, ru_RU, ug_CN, zh_CN MUIs are packed in upstream deb, so there're a few non-Chinese MUIs.

7Ji commented on 2024-06-16 04:41 (UTC) (edited on 2024-06-16 04:41 (UTC) by 7Ji)

不想wpscloudsvr后台在主wps进程退出后停留后台,又不想完全禁用wpscloudsvr的话,有以下几种方法:

  1. 可以使用 https://github.com/7Ji/wpscloudsvr-wrapper ,这个项目会替换wpscloudsvr,启动后会作为wpscloudsvr的父进程fork启动真正的wpscloudsvr并会在托盘区生成一个图标(名称为 WPS云服务)。所有wps进程退出后,可以点击托盘图标退出,其会将wpscloudsvr正确结束。
  2. 可以以 systemd-run --user -- wps 的形式启动相应进程,wpscloudsvr会和主进程一起被systemd user套入一个Type=oneshot的临时.service中,当主进程退出时,wpscloudsvr会作为service的孤儿进程被杀死。这个方案存在问题是wpscloudsvr会和首个主进程绑定,若保留其后启动的wps窗口而关闭首个,则wpscloudsvr会直接退出,不会等待其余wps进程。

guiodic commented on 2024-06-14 11:03 (UTC)

Is this in Chinese only?

JoveYu commented on 2024-06-13 14:03 (UTC) (edited on 2024-06-14 11:14 (UTC) by JoveYu)

尝试修复后台进程常住问题,更新一个版本。无效,已回滚

JoveYu commented on 2024-06-11 06:38 (UTC)

修复了下,确实是拆包的时候把软链接漏掉了。

moetayuko commented on 2024-06-11 06:07 (UTC) (edited on 2024-06-11 06:13 (UTC) by moetayuko)

12.8.2.16969-2 无法启动:

❯ /opt/kingsoft/wps-office/office6/wpp
/opt/kingsoft/wps-office/office6/wpp: error while loading shared libraries: libc++abi.so.1: cannot open shared object file: No such file or directory

安装 libc++ 后运行提示缺 qt5 的库

❯ /opt/kingsoft/wps-office/office6/wpp
dlopen /opt/kingsoft/wps-office/office6/libwppmain.so failed , error: libQt5ConcurrentKso.so.5: 无法打开共享目 标文件: 没有那个文件或目录

但是有 /opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so.5.12.12 这个文件

怀疑是不是拆包用的 _install 这个函数把软链接搞丢了造成的