@bbtts 我也遇到了这个问题。我用GDB
跟了一下,收到消息时 QQ
会发送通知,如果没有安装 Notification Server
会崩溃。可以参考 wiki 配置
Search Criteria
Package Details: linuxqq 5:3.2.13_29804-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: | 92 |
Popularity: | 1.56 |
First Submitted: | 2019-10-24 14:27 (UTC) |
Last Updated: | 2024-11-19 15:46 (UTC) |
Dependencies (9)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- gjs (gjs-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- 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 .. 17 18 19 20 21 22 23 24 25 26 27 28 Next › Last »
ldcraft commented on 2023-01-04 04:45 (UTC)
ch4xer commented on 2023-01-04 03:56 (UTC)
sway下会无端卡死, 登陆后放一会不动也会卡死.
bbtts commented on 2023-01-04 01:09 (UTC)
@OH016 我这是切换到其他标签下,别人发消息时(非群消息),直接闪退的
maoxuner commented on 2023-01-03 02:04 (UTC)
PKGBUILD应该保留并或递增epoch
参数,否则已安装1:2.0.0_b2_1089-1
或之前版本的用户无法正常升级
ayatale commented on 2022-12-31 12:11 (UTC)
问个小问题,依赖的gjs的作用是?原deb的control文件里并没有依赖gjs,而且我pacman -Rsdd gjs js102后仍然可以正常使用。
OH016 commented on 2022-12-31 05:48 (UTC)
在dwm桌面环境下,会突然的闪退,用终端查了一下
[BuglyService.cpp][handleSignal][386]Record map file of thread: 41064 [BuglyService.cpp][handleSignal][396]Dumping of native stack finished. 235,0001,Record EupInfo 235,0002,EupInfo has been recorded. 235,0003,Record native key-value list. 235,0004,Native key-value list has been recorded. 235,0005,Record native log. 235,0000,Native log has not been initiated. 235,0006,Native log has been recorded. [BuglyService.cpp][clearEupInfo][283]Clear eupInfo object. 235,0005,Try to unlock file: /home/oh016/.config/QQ/crash_files//../files/native_record_lock 235,0006,Successfully unlock file: /home/oh016/.config/QQ/crash_files//../files/native_record_lock [BuglyService.cpp][handleSignal][441]Restored signal handlers.
LuoYu commented on 2022-12-30 14:46 (UTC)
i3环境下退出qq会完全退出,而不是最小化到托盘,不清楚算不算bug(spotify也有类似的bug) 另外这个版本qq总是无端卡死,不清楚是不是electron的缘故
cubercsl commented on 2022-12-30 08:11 (UTC)
似乎 PKGBUILD 里面写的依赖与 deb 的有些不同,最新的 deb 的依赖转换下来应该对应如下:
depends=(
'gtk3' # libgtk-3-0
'libnotify' # libnotify4
'nss' # libnss3
'libxss' # libxss1
'libxtst' # libxtst6
'xdg-utils' # xdg-utils
'at-spi2-core' # libatspi
'util-linux-libs' # libuuid1
'libsecret' # libsecret-1-0
)
可选依赖不变
MikeWalrus commented on 2022-12-30 05:03 (UTC)
在i3wm里貌似不能最小化
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议