Package Details: wps-office-365-fonts 12.8.2.21176-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.031524
First Submitted: 2024-05-14 10:31 (UTC)
Last Updated: 2025-05-22 09:29 (UTC)

Pinned Comments

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进程。

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

1 2 3 4 5 6 Next › Last »

JoveYu commented on 2025-05-19 02:13 (UTC) (edited on 2025-05-19 02:15 (UTC) by JoveYu)

@isomo Thanks, the download problem has been fixed

isomo commented on 2025-05-17 10:23 (UTC) (edited on 2025-05-17 10:43 (UTC) by isomo)

add referrer can work @JoveYu on Sat May 17 18:23:17 HKT 2025

curl -L -O -e "https://365.wps.cn" "https://wps-linux-365.wpscdn.cn/wps/download/ep/Linux365/20327/wps-office_12.8.2.20327.AK.preload.sw_amd64.deb"

Our solution (have other better ways? 😢 ):

  • We downloaded the file manually using curl with the required referer (https://365.wps.cn/downloadGuid).
  • We modified the PKGBUILD to use the locally downloaded file instead of trying to download it from the source URL.

ccicnce113424 commented on 2025-05-17 08:53 (UTC)

现在可能需要添加referrer才能从链接下载。

JoveYu commented on 2025-05-12 09:42 (UTC)

Kingsoft does not provide global wps-365, try to use wps-office

udotirol commented on 2025-05-12 09:35 (UTC)

this again seems to be one of the WPS packages that are only useable in China:

==> ERROR: Failure while downloading https://wps-linux-365.wpscdn.cn/wps/download/ep/Linux365/20327/wps-office_12.8.2.20327.AK.preload.sw_amd64.deb Aborting...

Can you please do the rest of the world a favour and suffix the package accordingly with -cn, ie wps-office-365-cn? Thanks.

JaxTsai commented on 2025-04-15 09:38 (UTC)

环境变量有效,感谢🙏🙏🙏 WM是hyprland, 分辨率2240x1400(但14寸😂) scale配的auto, hyprland自动设的1.6

JoveYu commented on 2025-04-15 03:38 (UTC) (edited on 2025-04-15 03:45 (UTC) by JoveYu)

桌面环境设置缩放,wps会自动适配缩放的。我这边使用gnome和KDE都没有问题。你是用什么桌面,什么显示器,缩放配置多少?

其他桌面环境可以尝试使用QT_FONT_DPI环境变量来设置缩放。

export QT_FONT_DPI=96    # 100%缩放
export QT_FONT_DPI=144   # 150%缩放
export QT_FONT_DPI=192   # 200%缩放

JaxTsai commented on 2025-04-15 03:37 (UTC)

请问HiDPI下有解决方案吗?笔记本上字体真的好小😭

JoveYu commented on 2025-01-13 03:11 (UTC)

The application will automatically set the application language based on the system settings. If you need to specify a language, you can try configuring it through the LANG environment variable export LANG=zh_CN.UTF-8.