Package Details: wechat 1:4-3

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: 52
Popularity: 15.55
First Submitted: 2024-06-30 11:27 (UTC)
Last Updated: 2024-12-31 17:50 (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-12-26 08:49 (UTC) (edited on 2024-12-29 12:05 (UTC) by Kimiblock)

请在发表评论时检查事实, 使用正常语言.

Kimiblock commented on 2024-11-13 11:11 (UTC) (edited on 2024-12-11 08:01 (UTC) by Kimiblock)

分享文档时, 请先将📃放入数据目录: 右键应用程序图标, 选择 Open WeChat Data 或手动打开 "${XDG_DATA_HOME}"/WeChat_Data (默认为 ~/.local/share/WeChat_Data), 微信会将这个目录作为家目录.

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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 53 Next › Last »

mrLian commented on 2024-08-29 16:07 (UTC)

我输出了"${XDG_DOCUMENTS_DIR}",发现他是"/home/lian/文档"这个,有没有可能是这个中文导致了替换失败呢?

mrLian commented on 2024-08-29 15:41 (UTC)

其实我是觉得问题是在open.sh中的link=$(echo "$2" | sed "s|${fakeDirBase}|${reakDirBase}|g"),期待输出的应该是/home/lian/.local/share/WeChat_Data/Documents/xwechat_files/wxid_tnj09yzcfpvp21_0111/msg/file/2024-08/dist(14).zip,实际确是输出了/home/lian/.local/share/WeChat_Data/Documents/xwechat_files/home/lian/Documents/xwechat_files/wxid_tnj09yzcfpvp21_0111/msg/file/2024-08/dist(14).zip。但是为什么没有替换到呢,我是感觉问题在这里。沙盒里的${XDG_DOCUMENTS_DIR}变量输出了什么东西呢?

mrLian commented on 2024-08-29 15:04 (UTC)

使用沙盒模式后执行journalctl --user -eu wechat-uos-qt | curl -F "c=@-" "https://fars.ee/"输入: date: 2024-08-29T15:03:08.712091+00:00 digest: a27e4db0cf06c858236cbbee110e167cbef12ae6 long: AKJ-TbDPBshYI2y77hEOFny-8Srm short: 8Srm size: 11762 status: created url: https://fars.ee/8Srm uuid: a05c5339-1e35-494f-aa61-9abe92c4602c

Kimiblock commented on 2024-08-29 14:59 (UTC)

日志还是不完整, 建议沙盒模式打开微信后, 执行打开文件夹的操作并在另一个终端运行 journalctl --user -eu wechat-uos-qt | curl -F "c=@-" "https://fars.ee/"

Kimiblock commented on 2024-08-29 14:56 (UTC)

另外前面找不到 transient service 有点可疑

Kimiblock commented on 2024-08-29 14:55 (UTC)

改不了, 后期会加判断

mrLian commented on 2024-08-29 06:34 (UTC)

上面的问题其实不是很重要,可以通过写死路径解决。但是我在禁用沙盒模式后打开微信发现无法使用输入法了

mrLian commented on 2024-08-29 06:26 (UTC)

我在.desktop里配置了Exec=trashAppUnsafe=1 env wechat-uos-qt %u来关闭沙盒之后能够正常打开文件夹,但是打开数据目录的Exec=/usr/bin/wechat-uos-qt --actions opendir打开的还是沙盒内的路径,这个需要怎么改呢?

Kimiblock commented on 2024-08-29 02:45 (UTC)

是否关闭沙盒?

mrLian commented on 2024-08-28 17:13 (UTC)

我也是感觉XDG Desktop Portal 有问题,导致路径没有转化正确,在xwechat_files后面又是输出了一遍的/home/的路径,我只安装了xdg-desktop-portal-kde和xdg-desktop-portal,需要什么操作吗?文件管理器用的是Dolphin,应该是支持的