--- Frameworks/io/src/path.cc.orig 2025-09-04 21:51:48 +++ Frameworks/io/src/path.cc 2025-09-04 21:52:32 @@ -830,7 +830,7 @@ std::string home () { - return passwd_entry()->pw_dir; + return getenv("HOME"); } static std::string system_directory (int name, std::string const& file, std::string const& content)