From 393944a8a79d6f66f3e5739297e7fe7225cdf197 Mon Sep 17 00:00:00 2001 From: jwihardi <84292598+jwihardi@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:58:53 -0400 Subject: [PATCH] Update README with Hyprland known issues Added troubleshooting steps for Hyprland emerging issues. --- dist-gentoo/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist-gentoo/README.md b/dist-gentoo/README.md index 528bc45a9..20b396bc7 100644 --- a/dist-gentoo/README.md +++ b/dist-gentoo/README.md @@ -57,3 +57,5 @@ end - If Hyprland is just blank, rebuild Quickshell (emerge -q gui-apps/quickshell) - ```Hyprland: error while loading shared libraries: libhyprgraphics.so.0: cannot open shared object file: No such file or directory``` - The Hyprland live ebuild sometimes has linkage issues, deleting _Hyprland_ and _hyprland_ from ```/usr/bin/``` and then re-emerging usually fixes this. +- When emerging Hyprland if you get an issue relating to```undefined reference to `Hyprutils::Math::Vector2D::˜Vector2D()` ``` + - Clear the cache folder (```rm -fr /var/tmp/portage/gui-wm/hyprland*```) then try again