QT6 -- From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed ...

When trying to launch Wireshark today, I was greeted by
Code:
 ** (wireshark:49799) 15:41:40.766494 [GUI WARNING] -- could not connect to display localhost:11.0
 ** (wireshark:49799) 15:41:40.767973 [GUI WARNING] -- From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
 ** (wireshark:49799) 15:41:40.768669 [GUI ERROR] -- This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

All packages are from "latest" on 13.2-RELEASE-p11 amd64

I've tried reinstalling wireshark and QT6 both.

The library appears to be present

Code:
$ pkg info xcb-util-cursor
xcb-util-cursor-0.1.3
Name           : xcb-util-cursor
Version        : 0.1.3
Installed on   : Sun Apr 21 15:28:30 2024 PDT
Origin         : x11/xcb-util-cursor
Architecture   : FreeBSD:13:amd64
Prefix         : /usr/local
Categories     : x11
Licenses       : MIT
Maintainer     : x11@FreeBSD.org
WWW            : https://xcb.freedesktop.org/
Comment        : XCB cursor library
Shared Libs required:
    libxcb.so.1
    libxcb-shm.so.0
    libxcb-render.so.0
    libxcb-render-util.so.0
    libxcb-image.so.0
Shared Libs provided:
    libxcb-cursor.so.0
Annotations    :
    FreeBSD_version: 1302001
    build_timestamp: 2024-03-31T01:58:29+0000
    built_by       : poudriere-git-3.4.1-1-g1e9f97d6
    port_checkout_unclean: no
    port_git_hash  : fb16dfecae4
    ports_top_checkout_unclean: no
    ports_top_git_hash: fab29a8c7cb
    repo_type      : binary
    repository     : FreeBSD-Latest
[...]

$ ls -l /usr/local/lib/libxcb-cursor*
-rw-r--r--  1 root  wheel  29070 Mar 30 19:00 /usr/local/lib/libxcb-cursor.a
lrwxr-xr-x  1 root  wheel     22 Mar 30 19:00 /usr/local/lib/libxcb-cursor.so -> libxcb-cursor.so.0.0.0
lrwxr-xr-x  1 root  wheel     22 Mar 30 19:00 /usr/local/lib/libxcb-cursor.so.0 -> libxcb-cursor.so.0.0.0
-rwxr-xr-x  1 root  wheel  19848 Mar 30 19:00 /usr/local/lib/libxcb-cursor.so.0.0.0

I'd appreciate any suggestions on how to get this sorted.
 
Back
Top