Package Details: com.qq.weixin.spark 3.8.0.41spark23.1-1

Git Clone URL: https://aur.archlinux.org/com.qq.weixin.spark.git (read-only, click to copy)
Package Base: com.qq.weixin.spark
Description: Tencent WeChat Client from Spark Store
Upstream URL: https://weixin.qq.com/
Keywords: wechat
Licenses: unknown
Conflicts: com.qq.weixin.dcs
Replaces: com.qq.weixin.dcs
Submitter: SamLukeYes
Maintainer: zhuangzhuang (SamLukeYes)
Last Packager: SamLukeYes
Votes: 21
Popularity: 1.24
First Submitted: 2020-10-16 01:56 (UTC)
Last Updated: 2023-08-08 06:27 (UTC)

Pinned Comments

SamLukeYes commented on 2023-06-24 08:04 (UTC)

@witt.9099 This package is explicitly a port of the Wine WeChat provided by Spark Store, and not related to any other Wine WeChat projects. Please do not flag out-of-date when there's not a new version available in Spark Store.

SamLukeYes commented on 2022-09-08 09:23 (UTC)

由于 deepin-wine6-stable 的打包问题,暂时将依赖切换为 wine。如果存在透明窗口等问题,可以考虑使用 archlinuxcn/wine-for-wechat

顺带一提,上游已经把 WINEPREFIX 改为 ~/.deepinwine/Spark-weixin

SamLukeYes commented on 2021-01-06 08:28 (UTC) (edited on 2021-01-06 08:28 (UTC) by SamLukeYes)

在安装本软件包前,请确认已启用 [multilib] 仓库

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

myuan commented on 2023-09-04 05:51 (UTC)

在系统默认文件管理器里“打开所在文件夹”这个功能,在 deepin-wine-wechat 里可以修改 dde-file-manager 来实现,但是 spark 版本该怎么办呢?

zyk commented on 2023-08-28 03:58 (UTC)

打开所在文件夹 能不能直接用系统的文件管理 比如manjaro 的 kde

sunshe35 commented on 2023-08-26 09:35 (UTC)

这个用起来比deepin那个好,可以打开朋友圈,可以看公众号,可以打开小程序。用起来很稳定,已经很不错了。

主要缺点如下,都是小问题。
输入法fcitx5输入法弹窗在窗口左上角
朋友圈无法点赞和回复,
搜一搜无法使用中文输入法。

iamcheyan commented on 2023-08-14 05:25 (UTC)

~/.deepinwine/Spark-weixin/scale.txt内可用的缩放选项为: 1.0,1.25,1.5,1.75,2.0 在4k分辨率下2.0依然很小,可以修改 /opt/durapps/spark-dwine-helper/scale-set-helper/set-wine-scale.sh 文件中以下部分,修改为需要的dpi,我把2.0修改为240,体验很好。

case "$wine_scale" in
   1.0)
        dpi="96"
        ;;
    1.25)
        dpi="120"
        ;;
    1.5)
        dpi="144"
        ;;
    1.75)
        dpi="192"
        ;;
    2.0)
        dpi="240"
        ;;
*)
    dpi="96"
    #可能不是Xorg或者是其他错误
    ;;
esac

sl903dj commented on 2023-08-11 01:21 (UTC)

打字输入法选词框不跟随,一直在左上角。dwm+Fcitx5+rime中州输入法

Cyang39 commented on 2023-08-10 07:17 (UTC)

我这里每次修改DPI,打开微信就重置,直接修改 ~/.deepinwine/Spark-weixin/scale.txt 文件可以

zhuangzhuang commented on 2023-08-09 08:20 (UTC)

@zs13 WINEPREFIX=~/.deepinwine/Spark-weixin winecfg @mikuyoo 使用 archlinuxcn/wine-for-wechat

mikuyoo commented on 2023-08-09 05:45 (UTC)

打开微信,不最小化的情况下,如果用其他界面覆盖会在界面上有一个wechat的那个白色透明框,最小化的时候正常。同时在无法用订阅号功能,一片黑屏。

zs13 commented on 2023-08-08 11:10 (UTC)

请问如何更改缩放倍率,选错了不知道在那里改