今天和負責這塊的人聊了一下:
- libwxtrans 後期應該會開源 / 動態鏈接 ffmpeg
- Qt 有可能換成動態鏈接的,隨包一起分發(不用系統 Qt 是因為有 patch 和版本需求)
Git Clone URL: | https://aur.archlinux.org/wechat-universal-bwrap.git (read-only, click to copy) |
---|---|
Package Base: | wechat-universal-bwrap |
Description: | WeChat (Universal) with bwrap sandbox |
Upstream URL: | https://linux.weixin.qq.com/ |
Licenses: | GPLv3, proprietary |
Conflicts: | wechat-universal |
Provides: | wechat-universal |
Replaces: | wechat-beta, wechat-beta-bwrap |
Submitter: | 7Ji |
Maintainer: | 7Ji (devome, leaeasy) |
Last Packager: | 7Ji |
Votes: | 106 |
Popularity: | 6.57 |
First Submitted: | 2024-03-14 03:09 (UTC) |
Last Updated: | 2024-12-15 06:49 (UTC) |
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 35 Next › Last »
今天和負責這塊的人聊了一下:
@mochaa 如何合适的话,烦请您代表广大的Linux用户向他们问一下,既然Linux版做都做了,为何不与QQ一样,直接在官网释出不限制系统的安装包呢,是出于什么考虑?
關於 GPLv3 涉及的代碼,參見此處: https://github.com/desktop-app/lib_ui/tree/master/ui/style
@7Ji: 抱歉,我並不就職于騰訊,只是有在WXG的朋友。後續如果有合適的相關疑問我也可以傳達。
關於 GPLv3 的源代碼:我不是律師,但在法理上應該是受支持的。
乐,我也去试着执行了grep -ai "licence" /opt/wechat-universal/wechat
,找到了JBIG-KIT 2.1 -- (c) 1995-2014 Markus Kuhn -- Licence: GPL
处处是GPL🤣👉,不过JBIG-KIT也有商业授权,不知道是商业授权版本没有改文本还是说真用了GPL的代码😋😋😋
@mochaa
谢谢,已经改用了您提供的license stub并弃用了原来提取的license.tar.gz,并增加了GPLv3。
不过这是否意味着我们(或更合理地,从官方仓库安装微信的UOS或Kylin V10用户)目前可以按GPLv3向贵司索取微信源码?
包 license (目前)應加上 GPLv3,因為 wechat 中靜態鏈接了 https://github.com/desktop-app 的內容。
proof:
$ rg -a desktop-app wechat
117290:// https://github.com/desktop-app/legal/blob/master/LEGAL
已反饋給 WXG 相關同事處理。
提供一個 libuosdevicea.so 的 stub:
/*
* licensestub - compat layer for libuosdevicea
* Copyright (C) 2024 Zephyr Lykos <self@mochaa.ws>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#define _GNU_SOURCE
#include <string.h>
// MAC address with colon stripped
void uos_get_mac(char* out) {
if (out) {
strcpy(out, "000000000000");
}
}
void uos_get_hddsninfo(char* out) {
if (out) {
strcpy(out, "SN");
}
}
// MD5 of hddsninfo
void uos_get_hwserial(char* out) {
if (out) {
strcpy(out, "92666505ce75444ee14be2ebc2f10a60");
}
}
// Hardcoded
void uos_get_mb_sn(char* out) {
if (out) {
strcpy(out, "E50022008800015957007202c59a1a8-3981-2020-0810-204909000000");
}
}
void uos_get_osver(char* out) {
if (out) {
strcpy(out, "UnionTech OS Desktop");
}
}
void uos_get_licensetoken(char* out) {
if (out) {
strcpy(out, "djEsdjEsMSwyLDk5QUFFN0FBQVdRQjk5OFhKS0FIU1QyOTQsMTAsOTI2NjY1MDVjZTc1NDQ0ZWUxNGJlMmViYzJmMTBhNjAsQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUE6ZjA3NjAwYzZkNmMyMDkyMDBkMzE5YzU2OThmNTc3MGRlYWY1NjAyZTY5MzUxZTczNjI2NjlhNzIyZTBkNTJiOTNhYzk0MmM3YTNkZTgxNjIxMmUwMDA1NTUwODg4N2NlMDQ4ODMyNTExY2JhNGFiMjdmYzlmZjMyYzFiNTYwNjMwZDI3ZDI2NmE5ZGIxZDQ0N2QxYjNlNTNlNTVlOTY1MmU5YTU4OGY0NWYzMTMwZDE0NDc4MTRhM2FmZjRlZGNmYmNkZjhjMmFiMDc5OWYwNGVmYmQ2NjdiNGYwYzEwNDhkYzExNjYwZWU1NTdlNTdmNzBlNjA1N2I0NThkMDgyOA==");
}
}
int uos_is_active() {
return 0;
}
剩下檢查 DISTRIB_ID=uos
在 wechat
本體內,需要手動掛載。
@everyx usr下配置fonts不生效,你可以把 75-noto-color-emoji.conf 这段配置链接到/etc/fonts/conf.d目录下, 然后重启,但是首先确保安装了noto-fonts-emoji
@yifwon 谢谢,可以了,补充一下,75-noto-color-emoji.conf
需要安装 noto-color-emoji-fontconfig-no-binding
或者 noto-color-emoji-fontconfig
或者手动创建。
@douglarek 是,本来就没有,功能是没有做全的。有奇怪某些功能是不是原生缺失的话,可以去试下 lihe07 维护的无数据沙盒的 wechat-universal ,是这边的fork,但注意保护数据
Pinned Comments
7Ji commented on 2024-03-14 06:21 (UTC) (edited on 2024-12-08 08:59 (UTC) by 7Ji)
本软件包在Github上亦有仓库: https://github.com/7Ji-PKGBUILDs/wechat-universal-bwrap/ (仓库未启用issues,有问题请直接在此页面提出)
各位如有改进意见,欢迎在Github仓库页提交PR :)
抓取新版本的脚本和PKGBUILD在同一层。执行
python fetch_uos_wechat_release.py
获取UOS仓库内的重打包版本,执行./fetch_tencent_wechat_release.sh
获取腾讯官方的版本。如果发现软件过期,请善用本界面的标记过期功能。:)默认配置下,只有
~/Documents/WeChat_Data/home
作为容器内的~
,其他宿主文件和文件夹均不暴露在容器内可以编写
~/.config/wechat-universal/binds.list
来设置更多的被暴露到容器内的文件/文件夹,每行一个路径,绝对路径或相对于~
的相对路径要将微信文件的主要路径修改至
~/Documents/WeChat_Data
外的其他路径,请设置环境变量WECHAT_DATA_DIR
,同理为绝对路径或相对于~
的相对路径