欢迎投票,我相信用的人不只有22个
Search Criteria
Package Details: wechat 1:5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wechat.git (read-only, click to copy) |
---|---|
Package Base: | |
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)
- portableAUR (portable-gitAUR, portableAUR)
- wechat-binAUR
Required by (2)
- wechat-bin (optional)
- wechat-bwrap
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 56 Next › Last »
gnomewaylandibus commented on 2024-12-06 01:23 (UTC)
yangling commented on 2024-12-06 01:16 (UTC)
建议能把这个仓库 wechat-bin 写入 ArchWiki 吧。目前从 ArchWiki上看到的都还是另外一个版本的介绍。我感觉这个作为真正的官方原汁原味的应该放入说明中。每个人可以根据自己的情况选择
SamLukeYes commented on 2024-12-04 15:18 (UTC)
@devome 请不要擅自分发未公开的版本,因为这很可能是侵权行为,而且不在内测群的用户也无法验证来源可靠
SamLukeYes commented on 2024-12-04 14:39 (UTC)
为什么 4.0.1.3-1 版本的下载链接不是指向官网了?
sysfaray commented on 2024-12-04 14:14 (UTC)
How to add English language?
Kimiblock commented on 2024-12-04 01:35 (UTC)
@guozesheng 请到 portable 仓库提出 Pull Request
guozesheng commented on 2024-12-02 11:57 (UTC)
当前最新版本关闭沙盒后高分辨率缩放问题,修改 /usr/bin/portable
的函数 execAppUnsafe()
, 增加一行 -p Environment=QT_AUTO_SCREEN_SCALE_FACTOR="${QT_AUTO_SCREEN_SCALE_FACTOR}" \
设置环境变量解决。
类似于如下 ,供参考:
function execAppUnsafe() {
source "${XDG_DATA_HOME}/${stateDirectory}/portable.env"
echo "GTK_IM_MODULE is ${GTK_IM_MODULE}"
echo "QT_IM_MODULE is ${QT_IM_MODULE}"
systemd-run --user \
-p Environment=GTK_IM_MODULE="${GTK_IM_MODULE}" \
-p Environment=QT_IM_MODULE="${QT_IM_MODULE}" \
-p Environment=QT_AUTO_SCREEN_SCALE_FACTOR="${QT_AUTO_SCREEN_SCALE_FACTOR}" \
-u ${unitName} \
--tty \
${launchTarget}
}
@maxwellxzy @Kimiblock
guozesheng commented on 2024-12-02 11:06 (UTC)
@maxwellxzy 兄弟缩放的问题解决了吗?我刚更新完也缩放失效了,现在界面和字体超小。
RadonLithium commented on 2024-11-30 06:24 (UTC)
非常感谢,已解决
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 -> 勾选 装饰选项 下面的 隐藏窗口标题栏 -> 确定 -> 应用