If you need to disable the default user list in Fedora 21, the approach is slightly different than it was before (again)… You have to run this command in the terminal (within running X session) as root: [root@universe ~]# sudo -u gdm gsettings set org.gnome.login-screen disable-user-list true This change will take effect after the next […]
Tag Archives: GDM
Quick and dirty way to remotely connect to GDM
This is a quick & dirty way how to remotely connect to another machine on the same network (and start a gnome user session via GDM if needed). First ssh to the host where you want to be able to connect to and install the x11vnc package: [user@server ~]$ sudo yum install x11vnc Run the […]