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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 56 Next › Last »

velade commented on 2024-06-22 03:03 (UTC)

trashAppUnsafe=1 写在 WeChat_Data/wechat.env 中无论是启动器还是内部都是无效的,但放在启动前是有效的,我将.desktop的Exec修改为 env trashAppUnsafe=1 /usr/bin/wechat-uos-qt %u 就可以默认以非沙盒方式启动了。

但是「打开文件」对话框左边栏在开启非沙盒模式后除了我的用户名以外,还会有许多乱码的项目,它们与我的帐户蓝色图标不同,都是灰色的。而在乱码中有一个不乱码的lmms我清楚这是一个我安装的软件,也就是说,它把软件创建的隐藏用户显示了出来(但它们并没有在/home目录下有任何文件),但大多数都是乱码,虽不影响使用,但我想知道是否有解决方案?

Kimiblock commented on 2024-06-19 01:30 (UTC)

Arm 用户请尝试 git pull 后重新打包

chiyuki0325 commented on 2024-06-18 23:23 (UTC) (edited on 2024-06-18 23:24 (UTC) by chiyuki0325)

Arch Linux ARM 下并不存在 /usr/lib64 文件夹,因此会启动失败。专门处理一下,在 ARM 平台挂载 /usr/lib,应该可以解决。
bwrap: Can't find source path /usr/lib64: No such file or directory

Kimiblock commented on 2024-06-17 14:58 (UTC)

@Freed then set that environment: XMODIFIERS=@im=fcitx per wiki globally

Freed commented on 2024-06-17 14:40 (UTC)

No, I don't have $XMODIFIER

Kimiblock commented on 2024-06-17 13:43 (UTC)

After xhost, it can work. however, fcitx5 IME cannot work in wechat-uos-qt. Is it a normal behaviour?

Did you set XMODIFIERS?

Kimiblock commented on 2024-06-17 13:43 (UTC)

@Freed set the env var to somewhere else like /etc/environment. Environment variables inside that file will not be sourced by launcher.

Freed commented on 2024-06-17 08:58 (UTC)

更新后设置环境变量 wechatXserverPatch=1 即可在启动微信前解除 XServer 限制

add it to ~/.local/share/WeChat_Data/wechat.env cannot work, must xhost +

Freed commented on 2024-06-17 08:38 (UTC)

After xhost, it can work. however, fcitx5 IME cannot work in wechat-uos-qt. Is it a normal behaviour?