retitle 22514 Missing environment variables when logging in via SSH merge 22513 22175 thanks myglc2 skribis: > In emacs INFO pages, single quotes "'" appear as question marks "?" and > 'echo $LANG' returns a blank line. > > I am running guixSD on a headless server & logging in via the iTerm2 > terminal emulator running on Max OS X... e.g. 'ssh' & 'emacs -nw' This bug is due to , which appears to be fixed by the patch below (I tested it in a VM.) Could you confirm that it works for you? You would need to apply the patch with ‘patch -p1 bugfix.patch’ in a fresh checkout of Guix, and to run ‘./configure && make && ./pre-inst-env guix system reconfigure’ from there. TIA, Ludo’.