Package Details: wps-office-365-edu 12.1.2.23578-2

Git Clone URL: https://aur.archlinux.org/wps-office-365-edu.git (read-only, click to copy)
Package Base: wps-office-365-edu
Description: WPS Office for education.
Upstream URL: https://365.wps.cn/edu/home
Licenses: LicenseRef-WPS-EULA
Conflicts: wps-office
Provides: wps-office
Submitter: Stevezxc
Maintainer: Stevezxc
Last Packager: Stevezxc
Votes: 3
Popularity: 1.71
First Submitted: 2024-12-12 05:50 (UTC)
Last Updated: 2025-12-23 12:22 (UTC)

Required by (19)

Sources (3)

Latest Comments

1 2 Next › Last »

pwspog commented on 2026-03-18 14:25 (UTC)

OK.It has been done. It should just be a temporary network error.

Stevezxc commented on 2026-03-18 05:42 (UTC)

@pwspog Seems to be your network issue; I could download normally. You need to handle it yourself.

pwspog commented on 2026-03-18 05:28 (UTC) (edited on 2026-03-18 05:30 (UTC) by pwspog)

I can't download the package. There is error.

curl: (35) TLS connect error: error:0A000126:SSL routines::unexpected eof while reading

==> 错误: 无法下载 https://pubwps-wps365-obs.wpscdn.cn/download/Linux/365edu/12.1.2.23578/wps-office_12.1.2.23578.AK.preload.sw.withsn_amd64.deb 正在放弃... -> 下载源文件时出错: /home/cmdpig/.cache/yay/wps-office-365-edu context: exit status 1

acropolis commented on 2026-02-05 23:36 (UTC) (edited on 2026-02-05 23:36 (UTC) by acropolis)

I am not sure if this will work for you but I edited the desktop files and I can now double click files to open them

sudo sed -i 's|^Exec=\([^ ]*\).*|Exec=sh -c "cd \\"\\$(dirname \\"%f\\")\\"; \1 \\"\\$(basename \\"%f\\")\\""|' /usr/share/applications/wps-office-*.desktop

basically it goes to the file fir and launches the file from there since the issue is that it cant properly parse absolute paths

feng823 commented on 2025-12-25 02:32 (UTC)

Version 12.1.2.23578 cannot properly parse absolute paths, so when you double-click to open a file, the program does not respond. It is recommended to install wps-office-365-edu-12.8.2.21176-1-x86_64.pkg.tar.zst.

Stevezxc commented on 2025-12-23 12:32 (UTC)

Dependencies updated

duguyipiao commented on 2025-12-23 07:13 (UTC)

Is libpng12 still necessary? I noticed libpng12 is already replaced by libpng in wps-office-365.

Stevezxc commented on 2025-05-15 14:07 (UTC)

@Mooling0602 Fcitx5 需要指定环境变量 QT_IM_MODULE=fcitx

Mooling0602 commented on 2025-05-15 12:30 (UTC)

KDE Plasma 6 Wayland用Fcitx5无法输入中文,不清楚是啥问题

strawhat commented on 2025-04-07 10:40 (UTC) (edited on 2025-04-07 12:07 (UTC) by strawhat)

got error curl: (35) TLS connect error: error:00000000:lib(0)::reason(0) when downloading the deb file

problem solved by modifying /etc/makepkg.conf:

line 'https::/usr/bin/curl -qgb "" -fLC - --retry 3 --retry-delay 3 -o %o %u' was changed to: 'https::/usr/bin/wget --tries 3 -c -O %o %u',

to use wget instead of curl for downloading