TranslateProject/sources/tech/Enable Username On Indicator Panel In Ubuntu 14.04.md

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/

译者:译者ID 校对:校对者ID

本文由 LCTT 原创翻译,Linux中国 荣誉推出