Copy&Paste works on KDE Plasma. This should be a platform-dependent issue.
Search Criteria
Package Details: wechat-bin 4.0.1.11-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/wechat-bin.git (read-only, click to copy) |
---|---|
Package Base: | wechat-bin |
Description: | 微信是一种生活方式. This is a repackage of WeChat. |
Upstream URL: | https://weixin.qq.com/ |
Keywords: | qt universal wechat |
Licenses: | LicenseRef-Proprietary |
Submitter: | Kimiblock |
Maintainer: | Kimiblock |
Last Packager: | Kimiblock |
Votes: | 6 |
Popularity: | 1.99 |
First Submitted: | 2024-12-31 17:32 (UTC) |
Last Updated: | 2025-01-01 15:42 (UTC) |
Dependencies (38)
- alsa-lib
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdrm (libdrm-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libvlc (vlc-gitAUR, libvlc-luajitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- Show 18 more dependencies...
Required by (1)
Sources (3)
Kimiblock commented on 2025-04-24 02:48 (UTC) (edited on 2025-04-24 02:48 (UTC) by Kimiblock)
wste commented on 2025-04-24 00:27 (UTC)
我在使用hyprland的时候遇到无法复制微信里的文字信息的问题
Kimiblock commented on 2025-04-18 08:26 (UTC)
@NekoLOvO The Icon property is specified by upstream. We do not modify such value in this package because it is not considered a "bug".
You can either do:
a) Use a hook to fix this, or replace the .desktop file in your home directory
b) Use wechat which contains the altered desktop file
NekoLOvO commented on 2025-04-18 06:57 (UTC)
微信图标无法应用图标主题。建议wechat.desktop
中图标不要使用绝对路径,一个wechat
就好了,没有自定图标主题也能正确使用自带的hicolor
kissuny commented on 2025-04-08 02:51 (UTC)
不要手贱转发企业公众号名片,直接闪退,只能清除聊天记录。
Kimiblock commented on 2025-03-16 16:50 (UTC)
You have to install aur/wechat for automatic text input fix and HiDPI to work
chenss commented on 2025-03-16 13:51 (UTC)
V4.0.1.11-2在KDE wayland环境下无法使用fcitx输入法
Kimiblock commented on 2025-03-04 05:59 (UTC)
No, not really. At least without modifying the executable
nsirolli commented on 2025-03-04 02:16 (UTC)
Is it possible to run this natively under Wayland?
Kimiblock commented on 2025-02-17 15:50 (UTC)
Debian package 仍为 4.0.1.11
Pinned Comments
Kimiblock commented on 2025-02-08 12:26 (UTC) (edited on 2025-02-08 12:27 (UTC) by Kimiblock)
若遇到不能启动的问题, 请检查 .desktop 文件是否有 override
leemeng0x61 commented on 2025-02-08 01:59 (UTC) (edited on 2025-02-10 01:54 (UTC) by leemeng0x61)
今日发现一个问题(严格来说或许不能将其定义为 BUG)。
问题现象
点击搜索框,搜索结果会闪现,无法聚焦。
系统环境:
WM规避方式 :
该问题应与鼠标焦点策略存在关联:搜索弹出框疑似响应了 mouse::enter 事件。当对相关事件进行注释处理并将 focus 设置为 false 时,弹出框能够正常使用。以下为目前所采取的临时解决方法:
仅添加“focus=false”,弹出框会处于悬停状态,但当鼠标移动至结果选项列表时,弹框便会消失。若不添加“focus=false”,则弹窗会闪现。
在同时禁用以下代码段后,搜索功能恢复正常。
awsomewm 相关事件信息: