mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-01 21:50:13 +08:00
1.4 KiB
1.4 KiB
GOLinux Translating! 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.
Open Terminal and run the command below:
$ gsettings set com.canonical.indicator.session show-real-name-on-panel 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
Enjoy!
via: http://www.unixmen.com/enable-username-indicator-panel-ubuntu-14-04/