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
相关推荐
森语林溪13 分钟前
大数据环境搭建从零开始(十四)CentOS 7 系统更新源更换详解:阿里云镜像源配置完整指南
大数据·linux·运维·阿里云·centos
Fanmeang27 分钟前
华为交换机VLAN技术详解:从基础到高级应用
运维·网络·华为·vlan·交换机·mux vlan
Y淑滢潇潇1 小时前
RHCE Day3 DNS服务器
运维·服务器
半梦半醒*1 小时前
k8s——service详解
linux·运维·docker·容器·kubernetes
浪潮IT馆1 小时前
Alibaba Cloud Linux 3 安装 SVN
linux·运维·svn
Fanmeang1 小时前
华为路由器核心技术详解:数据包的智能导航系统
运维·网络·华为·路由器·路由表·路由协议
---学无止境---2 小时前
Linux内存管理揭秘:页表递归清理与TLB优化机制
linux
jarreyer2 小时前
【ubuntu离线安装Oracle 客户端】ldd /opt/oracle/instantclient_19_8/libclntsh.so
linux·ubuntu·oracle
vvw&2 小时前
如何在 Ubuntu 上安装 PostgreSQL
linux·运维·服务器·数据库·ubuntu·postgresql
徒 花2 小时前
Nginx
运维·nginx·云原生