Package Details: wechat 1:5-1

Git Clone URL: https://aur.archlinux.org/wechat.git (read-only, click to copy)
Package Base: wechat
Description: Fixes and optional sandbox for WeChat.
Upstream URL: https://github.com/Kraftland/portable
Keywords: binary qt sandbox universal wechat
Licenses: GPL3
Provides: wechat-beta-bwrap, wechat-bwrap, wechat-portable, wechat-sandbox-provider, wechat-universal-bwrap, wechat-uos-bwrap, wechat-uos-qt
Replaces: wechat-bwrap
Submitter: Kimiblock
Maintainer: Kimiblock
Last Packager: Kimiblock
Votes: 47
Popularity: 4.70
First Submitted: 2024-06-30 11:27 (UTC)
Last Updated: 2025-01-20 09:44 (UTC)

Dependencies (2)

Required by (2)

Sources (2)

Pinned Comments

Kimiblock commented on 2024-12-31 16:40 (UTC)

WeChat will soon split into 2 packages. While wechat-bin will be the new "vanilla" version, this package will revert back to the original state and automatically set env vars for input method, HiDPI and more. The sandbox will still remain optional in this package, though.

Kimiblock commented on 2024-11-13 11:11 (UTC) (edited on 2025-02-07 07:10 (UTC) by Kimiblock)

右键应用程序图标可与微信共享文件. 其将被放置在沙盒的 ~/Shared 中.

WeChat_Data/portable.env 中的环境变量将会自动导入至微信.

不支持纯 Wayland 环境, 微信并未构建 Wayland 模块.

Kimiblock commented on 2024-11-13 11:09 (UTC)

若要查看使用手册, 访问 https://wiki.archlinuxcn.org/wiki/WeChat

For user manual and internal document, consult https://wiki.archlinux.org/title/WeChat

st0ne commented on 2024-07-27 16:00 (UTC) (edited on 2024-07-31 04:35 (UTC) by st0ne)

KDE Plasma 添加阴影

1.添加阴影

在微信界面,ALT+F3 -> 更多操作 -> 配置特殊窗口设置 -> 添加属性 -> 添加 外观和修正 下面的 无标题栏和边框 -> 将 初始状态应用 改为 强制,将后面的 是 切换称 否 -> 应用

2.去除标题栏

之后微信就有边框阴影了,但是微信多了个标题栏。

设置 -> 颜色和主题 -> 窗口装饰元素 -> 找到你在用的主题右下角的编辑 -> 切换到 特定窗口优先规则 -> 添加 -> 检测窗口属性... -> 选中微信窗口 直到 匹配正则表达式 那里出现 wechat -> 勾选 装饰选项 下面的 隐藏窗口标题栏 -> 确定 -> 应用

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 56 Next › Last »

alpha_gu commented on 2024-06-26 23:55 (UTC)

提示缺少/usr/share/wechat-universal/var目录 提示缺少/usr/share/wechat-universal/etc/os-release文件 以上,手动创建后,微信界面正常打开,功能正常, 但如果不是用终端运行一下,看到了输出,光点图标,就是界面不出来~

lihe07 commented on 2024-06-26 11:50 (UTC)

OK修好了, 安装1.0.0.242-2版本即可

yifwon commented on 2024-06-26 01:59 (UTC)

etcvar的路径是不是写错了

cp: 对 'license/etc' 调用 stat 失败: 没有那个文件或目录
==> 错误: 在 package() 中发生一个错误。
    正在放弃...
错误: 未能构建 'wechat-universal-1.0.0.242-1': 
错误: 未能构建的软件包:wechat-universal-1.0.0.242-1

LS-Shandong commented on 2024-06-24 11:54 (UTC)

这个版本微信登录的账户必须实名认证?

gnomewaylandibus commented on 2024-06-22 05:36 (UTC)

@velade 用wechat-universal-privileged一段时间了,好用。谢谢

Kimiblock commented on 2024-06-22 04:56 (UTC)

WeChat_Data/wechat.env 是导入至微信的专用环境变量文件, 脚本不受影响.

velade commented on 2024-06-22 04:26 (UTC) (edited on 2024-06-22 04:35 (UTC) by velade)

@evilred 因为这个版本使用了命名空间沙箱(namespace sandboxing),所以你需要设定子uid和子gid。默认/etc/subuid和/etc/subgid都是空的 你可以使用命令:

sudo usermod --add-subuids 100000-165535 <你的用户名>
sudo usermod --add-subgids 100000-165535 <你的用户名>

或者直接编辑两个文件:

<你的用户名>:100000:65535

subuid和subgid都是一个范围,你可以自行设定,命令方式加入是<起始值>-<结束值>,但文件中是<用户名>:<起始>:<长度>,需要注意。

之后就可以正常使用了