I'm managing almost 100 lab PC's running Fedora 19. It's difficult to manage because it seems like no where that I can display the hostname at the login screen.
GDM version: gdm-3.8-3.2
I'm managing almost 100 lab PC's running Fedora 19. It's difficult to manage because it seems like no where that I can display the hostname at the login screen.
GDM version: gdm-3.8-3.2
you can do
cat > /etc/dconf/db/gdm.d/01-mysettings <<EOF
[org/gnome/login-screen]
banner-message-enable=true
banner-message-text='<PUT HOSTNAME HERE>'
disable-restart-buttons=false
disable-user-list=false
EOF
rm /etc/dconf/db/gdm
dconf update