ubuntu上pylon无法启动

https://docs.baslerweb.com/knowledge/pylon-viewer-doesnt-start-on-linux#:~:text=pylon%20Viewer%3A%20To%20use%20the%20pylon%20Viewer%2C%20you,the%20following%20packages%3A%20libgl1-mesa-dri%2C%20libgl1-mesa-glx%2C%20libxcb-xinerama0%2C%20and%20libxcb-xinput0.

进入/opt/pylon/bin路径,运行./pylonviewer

会打印

bash 复制代码
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
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: minimal, eglfs, xcb, vnc, minimalegl, offscreen, wayland, vkkhrdisplay, wayland-egl, linuxfb.

Aborted (core dumped)

看上去像qt的问题

解决方法
https://stackoverflow.com/questions/77725761/from-6-5-0-xcb-cursor0-or-libxcb-cursor0-is-needed-to-load-the-qt-xcb-platform

复制代码
sudo apt-get install -y libxcb-cursor-dev
相关推荐
HIT_Weston几秒前
44、【Ubuntu】【Gitlab】拉出内网 Web 服务:http.server 分析(一)
前端·ubuntu·gitlab
xu_yule5 分钟前
网络和Linux网络-5(应用层)HTTP协议(方法+报头+状态码)
linux·网络·网络协议·http
lhyzws34 分钟前
CENTOS上的网络安全工具(三十二) Portainer Kafka-Clickhouse部署(1)
linux·kafka·centos
xuchaoxin13751 小时前
cdn节点代理的副作用@fail2ban对接cdn封锁恶意请求ip@fail2ban封锁ip有效性问题
运维·网络·cdn·cloudflare
q***04632 小时前
Linux环境下Tomcat的安装与配置详细指南
linux·运维·tomcat
好奇的菜鸟2 小时前
在 WSL 中安装 Docker
运维·docker·容器
BD_Marathon2 小时前
【Zookeeper】监听器原理
linux·分布式·zookeeper
稚辉君.MCA_P8_Java2 小时前
Gemini永久会员 快速排序(Quick Sort) 基于分治思想的高效排序算法
java·linux·数据结构·spring·排序算法
x***44012 小时前
linux 设置tomcat开机启动
linux·运维·tomcat
2301_804947583 小时前
nginx的https的搭建
运维·nginx·https