You are not logged in.
Hello everyone,
I'm having a problem with my xfce4 session menu. Rather than displaying the username of the current user. It's displaying "Comment". Does anyone know what to do to fix this? Thank you in advance.

Last edited by mokxter (2014-11-26 15:12:16)
Offline
The Actions Buttons plugin (what displays the username on the panel) uses the contents of the "comment" or "real name" field from /etc/passwd if a non-blank string exists, otherwise it displays the contents of the "login name" field. See "man 5 passwd". If you want to change what is displayed, either change the contents of this field or blank it out (https://wiki.archlinux.org/index.php/ch … _Real_Name).
Offline
Thanks! Fixed it. Thank you very much for the info.
I just run
# sudo usermod -c "" usernameThen relogin. ![]()
Offline