bwrap: Can't mkdir /tmp/Temp: Read-only file system
drwxrwxrwt 47 root root 1.9K Sep 7 10:21 tmp
tmp目录有权限呀
Git Clone URL: | https://aur.archlinux.org/wemeet-bin.git (read-only, click to copy) |
---|---|
Package Base: | wemeet-bin |
Description: | Tencent Video Conferencing, tencent meeting 腾讯会议 |
Upstream URL: | https://source.meeting.qq.com/download-center.html |
Keywords: | tencent-meeting wemeet |
Licenses: | unknown |
Provides: | tencent-meeting, wemeet |
Submitter: | sukanka |
Maintainer: | sukanka (AvianaCruz, xuwd1) |
Last Packager: | sukanka |
Votes: | 72 |
Popularity: | 0.77 |
First Submitted: | 2021-09-03 04:21 (UTC) |
Last Updated: | 2024-09-11 13:37 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 33 Next › Last »
bwrap: Can't mkdir /tmp/Temp: Read-only file system
drwxrwxrwt 47 root root 1.9K Sep 7 10:21 tmp
tmp目录有权限呀
加入--tmpfs /tmp
后,似乎获取不到X的信息,启动失败
wemeet:WemeetSatrt
Authorization required, but no authorization protocol specified
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
改为--tmpfs /tmp/Temp
可以解决问题
bwrap 需要增加 --tmpfs /tmp ,否则在手机端入会的情况下,会出现 CPU 100% 的情况,/tmp/Temp/ 资源获取不到。
话说使用 bwrap 启动的原因是什么?
@CantyOnion 之前遗漏了。libbugly 应该是用于遥测的,删掉应该问题不大。
@AvianaCruz 还是有点问题,在编译wrap.c
的时候还是显示RTLD_NEXT
未定义,将#define _GNU_SOURCE
放在#include <dlfcn.h>
前能解决这个问题;请将lib/lib{crbase,...}.so
中的crbase
从install中移除;再另加判断lib/libbugly.so
是否存在以防止影响x86的包
@CantyOnion 已修复,但我没有设备测试。
在aarch64架构下无法使用此脚本正常安装,用的是ArchLinuxARM(RaspberryPi 4B),aarch64的包中没有icons
目录可能会在prepare()
阶段出错,并且在lib
中没有libbugly.so
和libcrbase.so
会在package()
出错。在build()
阶段编译wrap.c
时貌似需要添加-D_USE_DNU
否则可能会出现RTLD_NEXT
未定义的错误。
原生 wayland 下别人共享屏幕闪退,backtrace 显示调用了 libX11 里的函数。。。
#0 0x00007efe2aeea34c in XMapWindow (dpy=0x18103b0, w=20)
at /usr/src/debug/libx11/libX11-1.8.6/src/MapWindow.c:38
req = <optimized out>
#1 0x00007efe26d05d4f in x_utils::MapWindow(QWidget*) () at /usr/lib/wemeet/libui_framework.so
#2 0x00007efcfb643a03 in () at /opt/wemeet/bin/modules/video/libvideo_module.so
#3 0x00007efcfb643909 in () at /opt/wemeet/bin/modules/video/libvideo_module.so
#4 0x00007efcfb6438e1 in () at /opt/wemeet/bin/modules/video/libvideo_module.so
#5 0x00007efcfb64388d in () at /opt/wemeet/bin/modules/video/libvideo_module.so
#6 0x00007efe1bec4174 in () at /usr/lib/libQt5Core.so.5
在点击微信登陆或发送验证码时闪退,报错如下:
[2:73:0829/115006.051298:ERROR:address_tracker_linux.cc(214)] Could not bind NETLINK socket: 地址已在使用 (98)
Could not create scene graph context for backend 'opengl' - check that plugins are installed correctly in /usr/lib/qt/plugins
[2:83:0829/115006.110371:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 84: 只读文件系统 (30)
QQuickWidget: Failed to make context current when creating FBO
QQuickWidget: Cannot render due to failing makeCurrent()
QQuickWidget: Failed to make context current when creating FBO
QQuickWidget: Cannot render due to failing makeCurrent()
@Jesse_Cheng 确实,别人共享直接闪退,不过xwayland我还碰到个bug,同一账号其他设备有会议进行,打开应用直接卡死
Pinned Comments
xuwd1 commented on 2024-11-21 07:39 (UTC) (edited on 2024-12-08 09:58 (UTC) by xuwd1)
Wayland下屏幕共享已经实现(非虚拟相机). 目前已经支持大部分DE/WM,包括KDE, GNOME, Hyprland, wlr-based WMs. 请见AUR包wemeet-wayland-screenshare-git
AvianaCruz commented on 2023-08-13 13:57 (UTC)
原生 Wayland 下无法使用摄像头,无法直接进行屏幕共享。如有上述需求请使用
wemeet-x11
启动。sukanka commented on 2022-07-15 15:09 (UTC) (edited on 2022-12-07 14:13 (UTC) by sukanka)
如果遇到提示更新,可先下载,然后标记过期时提供新版本的 4位版本号+md5 (不是 sha512)
请直接标记过期,而不是在评论区贴新版md5与版本号。
(deb 包可在
/tmp/Temp
下找到) 版本号为四位(如3.10.0.401): 解压 deb包中的control.tar.xz
打开其中的control
文件,找到Version: 3.10.0.401
即为新的版本号。arm 版本有时候与应用内不一致,这是由于 x86版本更新了,但是 arm 版没更新,静待更新即可(欢迎提供 md5+版本号)
sukanka commented on 2022-05-02 03:28 (UTC) (edited on 2023-08-13 13:40 (UTC) by sukanka)
pulseaudio
还是pipewire-pulse
pulseaudio
杂音的解决方法:拖动系统音量条(不是腾讯会议里面的)到0再调回来. 每次这样操作就能好了, thank @KimiblockLoadCustomFont()
,请尝试执行mkdir -p $HOME/.config/fontconfig
wayland
下要使用摄像头,请使用wemeet-x11
启动。