For some fcitx users under English locale, who cannot turn on fcitx to input Chinese, it is possible to type Chinese after editting the file "/usr/bin/wps" as below:
@@ -46,4 +46,4 @@
run "$@"
}
-main "$@"
+LC_CTYPE=zh_CN.UTF-8 && main "$@"
Search Criteria
Package Details: wps-office-mime 11.1.0.11723-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wps-office.git (read-only, click to copy) |
---|---|
Package Base: | wps-office |
Description: | Mime files provided by Kingsoft Office (WPS Office) |
Upstream URL: | http://wps-community.org |
Licenses: | LicenseRef-WPS-EULA |
Submitter: | felixonmars |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 491 |
Popularity: | 0.95 |
First Submitted: | 2014-08-17 11:57 (UTC) |
Last Updated: | 2024-07-29 18:49 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 63 .. 70 Next › Last »
zcchen commented on 2013-05-16 03:42 (UTC)
<deleted-account> commented on 2013-05-09 14:55 (UTC)
Oups sorry, didn't noticed that.
JoveYu commented on 2013-05-09 14:47 (UTC)
8.1.0.3724~b1p2
8.1.0.3842~a9p1
JoveYu commented on 2013-05-03 00:20 (UTC)
yeah i hava fixed it ,it's my mistake! :)
<deleted-account> commented on 2013-05-02 09:29 (UTC)
a space should be added in wps-office.install before first "application-wps-office.docx".
JoveYu commented on 2013-04-18 04:16 (UTC)
if you need a compressed package you can delete PKGEXT from PKGBUILD,i don't care !but most of us need less time to make this package for Installation!
xgdgsc commented on 2013-04-18 02:37 (UTC)
AUR is mostly intended for individual users.The compression time is unbearable. Rarely do we transfer packages to others. You can compress yourself if you want.
lilydjwg commented on 2013-04-18 02:11 (UTC)
@JoveYu: What if I package it and transfer it to others via Internet or intranet? Yes, it takes a significant time to compress. But it takes much more for others to download. That's the issue I'm addressing.
schivmeister commented on 2013-04-17 23:58 (UTC)
Why does this mess with PKGEXT? What possible benefit is there by creating an uncompressed tar package that's inflated in size (compression only needs a little extra time)? Also, it needs many other programs post-install.
Excellent software, though. Looks like it can eat all the other free office suites for breakfast, lunch and dinner. I've particularly always been annoyed by Java :)
为什么你干扰PKGEXT的?这么胖(只需要时间压缩)压缩的tar包是否有任何好处吗?安装后还需要很多其他的东西。
但是,这是伟大的软件。它可以吃早餐,午餐和晚餐,所有其他的免费替代品。我一直由Java干扰。 (谷歌翻译)
JoveYu commented on 2013-04-15 04:25 (UTC)
I install this package using yaourt ,no error found
once this package moved to [community] ,i will delete PKGEXT
Pinned Comments
Universebenzene commented on 2023-01-20 10:34 (UTC)
Anyone who meet the problem of launching wpspdf, please install the optional dependency libtiff5
Universebenzene commented on 2020-10-22 02:25 (UTC)
If you have the "ERROR: One or more files failed the validity check!" problem, try cleaning your AUR cache first, and try again.
Universebenzene commented on 2020-01-10 04:48 (UTC) (edited on 2020-06-09 15:38 (UTC) by Universebenzene)
[ATTENTION] The new international version (11.1.0.9080) removed zh_CN support, login, and some other functions. If you still want full functions, or you want aarch64 support, you may need the Chinese version from https://linux.wps.cn here: https://aur.archlinux.org/pkgbase/wps-office-cn
Universebenzene commented on 2019-10-26 05:46 (UTC) (edited on 2019-10-26 07:10 (UTC) by Universebenzene)
I split the
/usr/share/mime/packages/wps-office-*.xml
files to thewps-office-mime
package to avoid mime issues. If you still want the mime files provided by wps-office itself, you can install the new mime package.Universebenzene commented on 2019-07-05 17:08 (UTC)
There is no official 32-bit package for version 11.1.0.8722, so I drop the support for i686 arch. For archlinux32 users you can create another wps-office package for 32-bit system yourself.
Universebenzene commented on 2019-04-16 13:34 (UTC)
When you shut down wps-office, the wpsoffice process may still exist. You can do
sudo chmod -x /usr/lib/office6/wpsoffice
to fix it. But this might bring you problem with signing in.oowl commented on 2017-11-29 14:16 (UTC)