New issue by kaistian on void-packages repository https://github.com/void-linux/void-packages/issues/38391 Description: ### Is this a new report? Yes ### System Info Void 5.18.14_1 x86_64 GenuineIntel uptodate rFFF ### Package(s) Affected alacritty-0.10.1_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour Alacritty to start ### Actual behaviour ``` $ alacritty thread 'main' panicked at 'Failed to initialize any backend! Wayland status: XdgRuntimeDirNotSet X11 status: LibraryOpenError(OpenError { kind: Library, detail: "opening library failed (libXcursor.so.1: cannot open shared object file: No such file or directory); opening library failed (libXcursor.so: cannot open shared note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` Installing missing dependency ``` sudo xbps-install libXcursor ``` ``` $ alacritty thread 'main' panicked at 'Failed to initialize any backend! Wayland status: XdgRuntimeDirNotSet X11 status: LibraryOpenError(OpenError { kind: Library, detail: "opening library failed (libXrandr.so.2.2.0: cannot open shared object file: No such file or directory); opening library failed (libXrandr.so.2: cannot open sh note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` So the package is missing dependencies on `libXcursor` and `libXrandr` ### Steps to reproduce 1. Very minimal Xorg installation 2. Self compiled Qtile