新版 Linux QQ 目前仅限 12 月 6 日 19 时前进入 New_Linux QQ 官方公测群的成员登录,暂未向全体用户开放。
Search Criteria
Package Details: linuxqq 5:3.2.16_32793-1
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: | 99 |
Popularity: | 2.05 |
First Submitted: | 2019-10-24 14:27 (UTC) |
Last Updated: | 2025-03-06 13:26 (UTC) |
Dependencies (9)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- gjs (gjs-gitAUR, gjs-nohammerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libvips (libvips-notiffAUR, libvips-gitAUR)
- nss (nss-hgAUR)
- openjpeg2 (openjpeg-gitAUR)
- openslide
- libappindicator-gtk3 (optional) – Allow QQ to extend a menu via Ayatana indicators in Unity, KDE or Systray (GTK+ 3 library).
Required by (5)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 21 22 23 24 25 26 27 28 29 30 31 Next › Last »
Integral commented on 2022-12-07 03:46 (UTC)
taotieren commented on 2022-12-07 03:40 (UTC) (edited on 2022-12-07 03:40 (UTC) by taotieren)
能否改用系统的 electron
来减少包的大小。
参考包做法:https://aur.archlinux.org/packages/lceda-pro
MemoryShadow commented on 2022-12-07 03:31 (UTC)
还得看沙雕群友的手速
Hyuuko commented on 2022-12-07 03:28 (UTC)
有个小错误 /usr/bin/linuxqq-electron 链接到 ${pkgdir}/opt/QQ/qq 去了
❯ ll /usr/bin/linuxqq-electron
Permissions Size User Date Modified Name
lrwxrwxrwx 60 root 2022-12-07 11:18 /usr/bin/linuxqq-electron -> /tmp/makepkg/linuxqq-electron/pkg/linuxqq-electron/opt/QQ/qq
PKGBUID 第24行,
ln -s "${pkgdir}/opt/QQ/qq" "${pkgdir}/usr/bin/${pkgname}"
# 要改成
ln -s "/opt/QQ/qq" "${pkgdir}/usr/bin/${pkgname}"
Purofle commented on 2022-12-07 03:06 (UTC) (edited on 2022-12-07 03:07 (UTC) by Purofle)
本包仅限12月6日19点前进群(Linux QQ公测群)的成员登录,暂未完全开放。
namilantu commented on 2022-05-20 01:16 (UTC)
闪退
OriginCode commented on 2021-12-11 20:44 (UTC)
@my2018 By the way, if you have installed the package from the official website, DO NOT use my package to upgrade the software.
OriginCode commented on 2021-12-11 20:42 (UTC)
@my2018 This package is already up-to-date. You might have misunderstood the epoch part in the version.
yueduz commented on 2021-10-07 04:53 (UTC)
删除 ~/.config/tencent-qq/#你的QQ号# 目录后重新登录 还是会闪退
robertking commented on 2021-09-09 19:49 (UTC)
If you are using Xwayland, the $HOME/.Xauthority
may not work in the following bwrap usage example. Change it to $XAUTHORITY
may help.
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议