Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 15819  / 3 Years ago, fri, june 18, 2021, 9:44:22

In Unity the user name is shown in the panel. Is is possible to make it so that it is not displayed? For example it would be nice if only the icon but not the user name were displayed.



The displayed user name


More From » unity

 Answers
7

(If you dont want to install other programs)



Open a terminal and use this command to disable the name display



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


enter image description here



To revert it back simple use



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


enter image description here



After using one of the commands you need to log off and back on or use unity --replace & to reload unity.



You can also remove the user switching menu from the indicator panel with



gsettings set com.canonical.indicator.session user-show-menu false


enter image description here



and enable it with



gsettings set com.canonical.indicator.session user-show-menu true


enter image description here



but if you do so you will disable both the username and the user switching indicator. You cannot remove the user switching menu while keeping the username indicator.


[#41458] Sunday, June 20, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tresein

Total Points: 197
Total Questions: 113
Total Answers: 112

Location: Hungary
Member since Wed, Nov 9, 2022
2 Years ago
tresein questions
Tue, Jun 28, 22, 17:57, 2 Years ago
Sun, Apr 3, 22, 07:11, 2 Years ago
Thu, Feb 3, 22, 18:03, 2 Years ago
Sat, May 13, 23, 13:00, 1 Year ago
;