You are not logged in.
So I updated hyprland-git recently, and when I start Hyprland on the tty, it give me error about not found libhyprutils.so.1. At first I thought that this is an issue in that version, but then it appeared on the more recent version. So I also recompile from the AUR (I was using chaotic-aur), and same deal. Check /usr/lib and
ls /usr/lib/ | grep hypr
libhyprcursor.so
libhyprcursor.so.0
libhyprcursor.so.0.1.11
libhyprgraphics.so
libhyprgraphics.so.0
libhyprgraphics.so.0.1.1
libhyprlang.so
libhyprlang.so.0.6.0
libhyprlang.so.2
libhyprutils.so
libhyprutils.so.0.3.0
libhyprutils.so.2
xdg-desktop-portal-hyprland
So what am I supposed to do here?
Offline
Same situation here. All hypr* stack, aur-chaotic.
Rebuilding from AUR directly gave me the same issue.
So, I made a symbolic link…
sudo ln /usr/lib/libhyprutils.so.0.3.0 /usr/lib/libhyprutils.so.1
Offline