@shadowrz
Use bubblewrap for these softwares to protect your home directory.
Example usage:
bwrap --dev-bind / / \
--bind $HOME/.local/homes/qq $HOME \
--ro-bind $HOME/.Xauthority $HOME/.Xauthority \
/usr/bin/qq
| 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: | 109 |
| Popularity: | 0.177677 |
| First Submitted: | 2019-10-24 14:27 (UTC) |
| Last Updated: | 2026-07-08 13:26 (UTC) |
« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 Next › Last »
@shadowrz
Use bubblewrap for these softwares to protect your home directory.
Example usage:
bwrap --dev-bind / / \
--bind $HOME/.local/homes/qq $HOME \
--ro-bind $HOME/.Xauthority $HOME/.Xauthority \
/usr/bin/qq
NOTE: It was found that linuxqq called open(2) on dotfiles with O_NOATIME. it is unknown that read(2) was also called. Be careful.
Segmentation fault (core dumped) after login.
I deleted the original ~/.config/tencent-qq folder and reinstalled; the problem persists.
这里https://im.qq.com/linuxqq/download.html有解决linuxqq闪退的方案,”如果版本更新后登录出现闪退情况,请删除 ~/.config/tencent-qq/#你的QQ号# 目录后重新登录。“
2.0.0_b2_1084 is considered as a lower version than 2.0.0.1082
@OriginCode: Thanks.
Packages should never be installed to /usr/local/
According to: https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_etiquette
FWIW, this was crashing with a segfault when I'm just using i3 as my window manager, but it no longer crashes when I also run picom along with i3. Hopefully this fixes some people's issues.
Workaround for frequent crashes
Updating kernel to 5.4 may help, tested several times with a fresh installed Manjaro in VM.
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议