I don't want anyone to be able to shut down my computer from the login screen. Can I remove the shutdown button at the top right corner of the login screen in Ubuntu 12.04?
I don't want anyone to be able to shut down my computer from the login screen. Can I remove the shutdown button at the top right corner of the login screen in Ubuntu 12.04?
Even if you cannot hide the buttons, you can configure your system so that the
lightdm
user does not have permissions to shutdown or restart the system. Since the greeter runs as thelightdm
user, this should solve your issue. Create two new files in/var/lib/polkit-1/localauthority/50-local.d
, call themdisable-lightdm-shutdown.pkla
anddisable-lightdm-restart.pkla
and apply the contents as below. Note: You can also stick these into one file.Shutdown:
Restart:
Go to
/etc/lightdm/lightdm-gtk-greeter.conf
and edit it to containThis will remove all indicator from login page.
There aren't any configuration tools for LightDM that I know of, and if there are, there certainly wouldn't be any way to remove that button.
Unless you want to rewrite LightDM yourself.
One could alway try modifying the
/usr/share/lightdm-gtk-greeter/greeter.ui
file (available in Debian 7, at least).