Hyprland version
Hyprland 0.55.0 built from branch v0.55.0 at commit af923e30d1d24f1f4a4f5cb8308065173c1d9539 clean (version: bump to 0.55.0).
Date: Sat May 9 13:35:27 2026
Tag: v0.55.0, commits: 7290
Libraries:
Hyprgraphics: built against 0.5.1, system has 0.5.1
Hyprutils: built against 0.13.1, system has 0.13.1
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.8, system has 0.6.8
Aquamarine: built against 0.11.0, system has 0.11.0
Version ABI string: af923e30d1d24f1f4a4f5cb8308065173c1d9539_aq_0.11_hu_0.13_hg_0.5_hc_0.1_hlg_0.6
no flags were set
I just updated my Hyprland config to lua and even though there were no errors, Hyprland would refuse do load anything. I would also be greeted with a “hyprland-guiutils not installed” message, when it clearly was installed. I found out that I was overwriting PATH with just one directory when doing hl.env("PATH", "$PATH:/foo/bar"). Which doesn’t happen in the hyprlang when running env = PATH,$PATH:/foo/bar.