Ubuntu 16.04 xenialのlightdmのログイン画面でユーザー名を表示しないようにする

$ sudo cat << __EOF__ > /usr/share/lightdm/lightdm.conf.d/10_my.conf
[SeatDefaults]
# Hiding the user list.
greeter-hide-users=true
__EOF__
$ cat /usr/share/lightdm/lightdm.conf.d/10_my.conf 
[SeatDefaults]
# Hiding the user list.
greeter-hide-users=true
$ sudo service lightdm restart

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)