linuxqq.sh的sha256忘记更新了
Search Criteria
Package Details: linuxqq 5:3.2.28_48517-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linuxqq.git (read-only, click to copy) |
|---|---|
| Package Base: | linuxqq |
| Description: | New Linux QQ based on Electron |
| Upstream URL: | https://im.qq.com/linuxqq |
| Keywords: | electron linuxqq qq tencent |
| Licenses: | LicenseRef-QQ |
| Conflicts: | linuxqq-nt-bwrap |
| Submitter: | redchenjs |
| Maintainer: | Integral (Purofle) |
| Last Packager: | Integral |
| Votes: | 110 |
| Popularity: | 0.62 |
| First Submitted: | 2019-10-24 14:27 (UTC) |
| Last Updated: | 2026-04-25 15:39 (UTC) |
Dependencies (8)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- gjs (gjs-gitAUR, gjs-nohammerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- nss (nss-hgAUR)
- openjpeg2 (openjpeg-gitAUR)
- openslide
- libappindicator-gtk3 (libappindicator) (optional) – Allow QQ to extend a menu via Ayatana indicators in Unity, KDE or Systray (GTK+ 3 library).
Required by (4)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 35 Next › Last »
BryanLiang commented on 2023-09-23 10:20 (UTC)
bczhc commented on 2023-09-12 01:35 (UTC)
还有一个问题,有用fcitx5-rime的可以看一下。首先rime配置了一个key_binder,形如{ accept: "Control+h", toggle: extended_char, when: composing }这样的,它会在输入法composing状态下接受Ctrl+H。但在这个QQ里composing时,按Ctrl+H,QQ直接触发它的快捷键了,隐藏掉了。我不知道这是fcitx5的问题还是qq的问题。按说正常应用都是没问题的,输入法会接替掉按键事件,下面的应用得不到Ctrl+H。就这个QQ不正常。-_-
bczhc commented on 2023-09-12 01:30 (UTC) (edited on 2023-09-12 09:40 (UTC) by bczhc)
@momijineko (comment-899258) 关掉嵌入确实没问题了。但不关的话,顶屏就有问题,不知道腾讯这个文本框怎么回事,到现在都没修。(后修正:啊这,刚发现好像最新版本给修了)
@Integral (comment-905644) 好像跟Chromium有关,谷歌“hangul font overlap”就有很多。但就这个qq里有,Chromium和同是Electron应用的Icalingua++里都没问题。
cjc7373 commented on 2023-09-08 02:13 (UTC)
@HuaiYu 参考 https://wiki.archlinux.org/title/XDG_Desktop_Portal 安装与桌面环境对应的后端
entropy-tree commented on 2023-09-08 01:32 (UTC)
sudo chattr +i ~/.config/QQ/crash_files
zxp19821005 commented on 2023-09-02 17:35 (UTC)
建议将
bsdtar -xvf data.tar.xz -C "${pkgdir}/"
改为
bsdtar -xf data.tar.xz -C "${pkgdir}/"
以减少安装时的不必要的解压信息输出。
dgabo commented on 2023-08-31 03:54 (UTC)
这个版本极不稳定,回退用企鹅官网的3.1.2 AppImage。
gaogao_qwq commented on 2023-08-29 01:58 (UTC)
在关机时若未主动退出qq,重启后会导致闪退。手动移除 ~/.config/QQ/crash_files 文件夹可以解决问题。
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议