I'm running Emacs on a linux system and the function user-full-name, when called with no arguments, always returns an empty string.
How can I fix this?
I assume it's something I need to configure on my user account, maybe an environment variable.
(The variable user-login-name works fine.)