Package Details: wps-office-mui-zh-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: Chinese (Simplified) mui package for WPS Office
Upstream URL: https://linux.wps.cn
Licenses: LicenseRef-WPS-EULA
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 (0)

Required by (2)

Sources (1)

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 .. 8 9 10 11 12 13 14 15 16 17 18 Next › Last »

crc2022 commented on 2022-06-14 06:01 (UTC)

最新版本更新后经常出现cpu占用过高的问题,只要是跟系统界面有关的操作(比如点加号新建文件,更换皮肤,进入个人中心等等)基本都会让cpu飙升到30%而且一直降不下来,除非退出,有人遇到类似情况的吗

Universebenzene commented on 2022-05-01 04:21 (UTC)

@Direct-A 我重下了一遍,散列值对的。是不是AUR helper的锅

Direct-A commented on 2022-05-01 01:26 (UTC) (edited on 2022-05-01 01:31 (UTC) by Direct-A)

最近更新老是报这个

:: File /var/cache/pacman/pkg/wps-office-mui-zh-cn-11.1.0.10976-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (checksum)).

是不是 PKGBUILD 里 sha1sums 不对啊

shiran1909 commented on 2022-03-04 08:13 (UTC)

字体显示发虚的在/usr/bin/wps,wpp,et,wpspdf 文件#!/bin/bash 下面一行添加变量 export QT_SCREEN_SCALE_FACTORS=1试一下

dgy18787 commented on 2022-01-20 14:07 (UTC)

@Clansty 刚刚发现之前写的解决方法漏了一个命令

/usr/bin/wps, wpp, wpspdf, et四个文件的第二行的变量更改为 export LD_PRELOAD=/usr/lib/libfreetype.so

即可,多加一个export

Clansty commented on 2022-01-20 13:23 (UTC) (edited on 2022-01-20 13:23 (UTC) by Clansty)

aarch64 版本无法运行,解决方法是删除如下文件:

/usr/lib/office6/libfreetype.so.6.12.1
/usr/lib/office6/libfreetype.so.6
/usr/lib/office6/libfreetype.so

这样 WPS 会使用系统的 libfreetype

参考资料:https://steamcommunity.com/app/289070/discussions/0/2993165479021209204/

everyx commented on 2021-12-09 02:05 (UTC)

同样在 Gnome Wayland 下不能复制文字,有什么官方渠道能反馈这个问题么?

zllps commented on 2021-11-23 02:11 (UTC)

现在这个版本的DPI有问题啊,按照 wps-office 那边在desptop里面修改缩放 也无效,现在看得也太难受了.有没有啥解决办法

dgy18787 commented on 2021-11-16 10:36 (UTC) (edited on 2021-11-16 10:49 (UTC) by dgy18787)

才发现可以发中文...

问题已经解决了。 libfontconfig.so 中没有需要的那个模块,运行以下命令,将模块替换为LD_PRELOAD=/usr/lib/libfreetype.so即可

LD_PRELOAD=/usr/lib/libfreetype.so wps

可以在/usr/bin/wps, wpp, wpspdf, et四个文件的第二行添加一个变量

LD_PRELOAD=/usr/lib/libfreetype.so

即可解决问题。