Enable Username On Indicator Panel In Ubuntu 14.04

Hi Guys,

Well if you just installed Ubuntu 14.04, you should figure this out already.

You will notice that your name is not displayed on the indicator bar, in the right top corner of the desktop. If you still want enable it; this is very easy to do.

username_false

Open Terminal and run the command below:

$ gsettings set com.canonical.indicator.session show-real-name-on-panel true

username_true

To hide the name, just replace true with false in the above command:

$ gsettings set com.canonical.indicator.session show-real-name-on-panel false

username_false

Enjoy!