I would like to remove several of the Indicators that usually appear in the upper-right-hand side of the login screen. In particular, I would like to remove the accessibility, keyboard layout, power, and sound indicators, although it would be nice to know how to generically add or remove indicators. How can I do this?
One way that I have tried in Ubuntu 14.04 using LightDM (Default); Using Some config files stored in
/usr/share/unity/indicators/
Let's say you want to hide keyboard indicator:
Open corresponding file for editing
Comment object paths for the mode you want to hide in, example this will hide it in the greeting screen and lock screen
Reboot or just restart display manager
Coming with different approach:
unity-greeter
is run bylightdm
user! Instead of looking around for a way to change thedconf
setting for that ghost user. I override the default. Tested in Ubuntu 14.04 64bit (VirtualBox).Create new
dconf
override filePut these two lines in it with indicator you want to keep:
Default is:
Recompile
glib
schemasRestart the display manager