Package Details: wechat-key-block 114514-1

Git Clone URL: https://aur.archlinux.org/wechat-uos-bwrap.git (read-only, click to copy)
Package Base: wechat-uos-bwrap
Description: Block WeChat's hotkeys
Upstream URL: https://alampy.com/2024/07/15/block-hotkeys-for-wechat-uos/
Keywords: bwrap qt sandbox universal uos wechat
Licenses: CC-BY-SA-4.0
Replaces: wechat-beta-bwrap, wechat-universal-bwrap
Submitter: Kimiblock
Maintainer: Kimiblock (SiHuan)
Last Packager: Kimiblock
Votes: 23
Popularity: 1.78
First Submitted: 2024-03-05 15:37 (UTC)
Last Updated: 2024-11-05 06:28 (UTC)

Dependencies (50)

Required by (0)

Sources (2)

Pinned Comments

Kimiblock commented on 2024-11-05 10:20 (UTC)

此包已迁移至 aur/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 -> 勾选 装饰选项 下面的 隐藏窗口标题栏 -> 确定 -> 应用

Kimiblock commented on 2024-06-03 04:48 (UTC)

Wiki 位于 https://wiki.archlinuxcn.org/wiki/%E5%BE%AE%E4%BF%A1#%E5%BE%AE%E4%BF%A1_Linux_%E5%8E%9F%E7%94%9F%E7%89%88%E9%87%8D%E6%9E%84

Kimiblock commented on 2024-03-07 15:44 (UTC) (edited on 2024-07-22 01:36 (UTC) by Kimiblock)

Arm 架构由于缺少设备不对稳定性作任何保证, 欢迎测试反馈.

变量 trashAppUnsafe = 1 将会关闭沙盒.

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

WeChat_Data/wechat.env 中的环境变量将会自动导入至微信 (非启动脚本).

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

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 23 Next › Last »

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?

asterwyx commented on 2024-06-07 02:47 (UTC)

@Kimiblock 我试过了,还是不行。

Kimiblock commented on 2024-06-05 06:50 (UTC)

@asterwyx 尝试编辑 /usr/bin/wechat-uos-qt, 删除以下几行

    -p RestrictNamespaces=~net \
    -p RestrictNamespaces=~pid \
    -p RestrictNamespaces=~uts \
    -p RestrictNamespaces=~ipc \
    -p RestrictAddressFamilies=AF_UNIX \
    -p RestrictAddressFamilies=AF_INET \
    -p RestrictAddressFamilies=AF_INET6 \
    -p RestrictAddressFamilies=~AF_NETLINK \
    -p RestrictAddressFamilies=~AF_PACKET \