pengsongyou / openscene

[CVPR'23] OpenScene: 3D Scene Understanding with Open Vocabularies
https://pengsongyou.github.io/openscene
Apache License 2.0
635 stars 43 forks source link

Should also add libxcb-cursor0 as the dependency for the Qt6.50 #72

Closed Seekerzero closed 4 months ago

Seekerzero commented 8 months ago

I think libxcb-cursor0 should be one dependency required for running Qt lib, otherwise it will report:

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: vkkhrdisplay, wayland, wayland-egl, eglfs, offscreen, xcb, vnc, minimalegl, minimal, linuxfb.

The code for installation is: sudo apt install libxcb-cursor0

pengsongyou commented 4 months ago

Thanks for the info!