Control: tags -1 + moreinfo On Fri, 25 Oct 2024 at 14:50:09 +0200, Alexander C. Oswald wrote: > zenity: symbol lookup error: /lib/x86_64-linux-gnu/libgtk-4.so.1: undefined > symbol: vkCreateWaylandSurfaceKHR
libvulkan1 should be providing this symbol since version 1.2.131.2... > ii libvulkan1 1.3.296.0-1 ... and you have a suitable version of libvulkan1 installed. Do you perhaps have a locally-built copy of libvulkan.so.1 in the search path, maybe in /usr/local/lib or ~/.local or some similar location, which might be out of date or built without Wayland enabled? Please try running ldd on one of the affected programs, like this: ldd /usr/bin/zenity and send the result to the bug address. (Or use lddtree, from the pax-utils package.) Thanks, smcv