[Bug] Missing dependency libxcb
on Arch Linux. error while loading shared libraries: libxcb.so.1
on fresh Arch Linux #710
Open
Description
Pre-requisites
- I have looked for any other duplicate issues
Ly version
1.0.2
Observed behavior
ly failed
Expected behavior
ly starts normally
Steps to reproduce
- fresh arch install (without libxcb)
sudo pacman -S ly && sudo systemctl enable ly
reboot
sudo systemctl status ly
ly.service: Main process exited, code=exited, status=127/n/a
Fix: sudo pacman -S libxcb
Relevant logs
No response