https://bugzilla.xfce.org/show_bug.cgi?id=13648
alexxcons <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from alexxcons <[email protected]> --- It's a bit more complex. Thunar somehow extracts the "name" and the "realname" of the user from "getpwuid" ... dont ask me how to set this "realname", but it looks like it can be different from "name". "realname" can be NULL in some cases, than only "name" is shown. What I finally did: If both are identical ( which usually is the case ) than only name is displayed. Like that the current functionality is kept without adding another, possibly confusing, configuration option. Fixed for master, will be released in thunar 1.8 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
