mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-21 02:10:11 +08:00
Delete Enable Username On Indicator Panel In Ubuntu 14.04.md
删除源文件
This commit is contained in:
parent
00ad2c402f
commit
6804e2bae1
@ -1,34 +0,0 @@
|
||||
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](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
Loading…
Reference in New Issue
Block a user