Package Details: wechat 1:13-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: 50
Popularity: 0.88
First Submitted: 2024-06-30 11:27 (UTC)
Last Updated: 2026-07-17 02:10 (UTC)

Required by (2)

Sources (3)

Pinned Comments

Kimiblock commented on 2026-02-06 09:47 (UTC)

Notice: Portable has been rewritten in Go, and dropped unsafe mode in the process. Users who disable sandbox are required to do a manual intervention, please pick one of the following:

  • Install portable-legacy to continue using the old version of Portable
  • Uninstall this package and set variables yourself to fix HiDPI, Input Method etc

Sorry for inconvenience, the unsafe mode is not well tested while porting and we decided to drop it to reduce maintain burden.

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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 59 Next › Last »

Nan_cykup commented on 2024-12-29 13:59 (UTC)

Let me post the deletion request for wechat-bin here, in case you don't see it. ^1

Muflone [1] filed a deletion request for wechat-bin [2]: Kimiblock this attempt has gone too far, don't ever create placeholders packages again to move users to another package. I'm really tired about all these wechat requests and I'm evaluating immediate suspensions if these continue

^1 [PRQ#68100] Deletion Request for wechat-bin https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/thread/N7XCNKWZSMPZCI3CM42AWSUFEUGK5XGW/

Kimiblock commented on 2024-12-29 12:04 (UTC)

@wszqkzqk I'm not sure how jack2 differs from jack, though jack is provided by jack2 so maybe we can leave it unchanged.

wszqkzqk commented on 2024-12-29 11:31 (UTC)

Sorry, it's libjack.so

SamLukeYes commented on 2024-12-29 11:15 (UTC)

@wszqkzqk There might be some users using pipewire-jack, which provides jack but not jack2.

wszqkzqk commented on 2024-12-29 11:04 (UTC)

jack is deprecated and replaced by jack2. Would you like to try this:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ depends=(
        "libx11"
        "expat"
        "libvlc"
-       "jack"
+       "jack2"
        "libxdamage"
        "libdrm"

pm3843 commented on 2024-12-29 06:47 (UTC)

Kimiblock, why did you file the request?

"Kimiblock [1] filed a request to merge wechat-bin [2] into wechat [3]:"

https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/F5ZIBPRXRMMSWY2MB7O7RJ3G2BHGVU4F/

nuaadupuliu commented on 2024-12-27 06:37 (UTC) (edited on 2024-12-27 06:43 (UTC) by nuaadupuliu)

ibus 无法输入中文

refer to https://aur.archlinux.org/packages/wechat-bin

环境变量

如果无法输入中文,则需要从菜单编辑器为其添加环境变量QT_IM_MODULE,比如:QT_IM_MODULE=fcitx(不是fcitx5)或QT_IM_MODULE=ibus。 如果高分辨率比例有问题,也可以从菜单编辑器中为其增加环境变量QT_AUTO_SCREEN_SCALE_FACTOR=1(自动缩放),或者设置指定的缩放比例QT_SCALE_FACTOR,比如QT_SCALE_FACTOR=1.5(两个变量不要同时设置)。 微信目前尚不支持从原生wayland启动,如果从菜单无法启动,从命令行启动出现'wechat' terminated by signal SIGSEGV (Address boundary error)错误的,需要添加环境变量'QT_QPA_PLATFORM=wayland;xcb'(注意必须有单引号)。从4.0.0.30-2起默认已经加了这个变量,但如果在更新到此版本之前,你的~/.local/share/applications/wechat.desktop已经存在了则需要你自己手动从菜单编辑器或直接编辑该文件添加一下。 如果你的系统没有菜单编辑器,也可以自行将/usr/share/applications/wechat.desktop复制为~/.local/share/applications/wechat.desktop(菜单编辑器其实修改的也是家目录下的这个文件),然后编辑Exec=所在行,比如设置输入法为fcitx、设置自动缩放并添加x11支持:Exec=env QT_IM_MODULE=fcitx QT_AUTO_SCREEN_SCALE_FACTOR=1 'QT_QPA_PLATFORM=wayland;xcb' /usr/bin/wechat %U。 对于多屏幕且屏幕分辨率不一致的,可以设置环境变量QT_AUTO_SCREEN_SCALE_FACTOR=1(自动缩放),也可以设置QT_SCREEN_SCALE_FACTORS手动指定不同屏幕不同的缩放比例,比如'QT_SCREEN_SCALE_FACTORS=1;1.5'(注意必须有单引号,且XXXX_SCALE_FACTOR的3个变量不要同时设置),表示第一块屏幕的显示比例是100%,第二块屏幕的显示比例是150%。 如果安装了中文字体仍然出现乱码,请自行按上述方式添加环境变量LANG=zh_CN.UTF-8。 添加或调整环境变量后需要退出微信并重新从菜单打开方可生效。

Kimiblock commented on 2024-12-26 15:01 (UTC) (edited on 2024-12-27 05:01 (UTC) by Kimiblock)

@etoyz Then I guess one shouldn't break the guidelines by submitting duplicated packages, especially when such package has already been merged by PM earlier.