How do I remove the Me-User-Indicator from the Panel in 11.10?

The indicator contains two items: the written user name and the icon of a human.

link|improve this question
feedback

2 Answers

enter image description here

How to

  1. Install dconf-tools and then run dconf-editor from Alt+F2
  2. logout and login
link|improve this answer
feedback

Command-line version of fossfreedom's answer:

sudo apt-get install dconf-tools
dconf write /apps/indicator-session/user-show-menu false
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.